created | 2018-11-29T13:33:09Z |
---|---|
begin | 2018-04-10T00:00:00Z |
end | 2018-04-11T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2018-04-10T09:17:45Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/kern/kern_event.c | log | diff | annotate |
src/sys/kern/sys_pipe.c | log | diff | annotate | |
src/sys/kern/sys_socket.c | log | diff | annotate | |
src/sys/kern/vfs_vnops.c | log | diff | annotate | |
message |
Convert 'struct fileops' definitions to C99. ok millert@, deraadt@, florian@ |
date | 2018-04-10T09:24:56Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/kern/subr_prf.c | log | diff | annotate |
message |
Do not call logwakeup(), ending in wakeup_n(), while holding a mutex. Prevents a lock ordering issue between SCHED_LOCK() and printf(9)'s mutex. While here protect all kprintf() calls ending on the console with the mutex. ok kettenis@, visa@ |
date | 2018-04-10T12:27:01Z | |||
---|---|---|---|---|
author | otto | |||
files | src/sys/uvm/uvm_addr.c | log | diff | annotate |
message |
Fix stop condition for linear search by taking into account the search direction, otherwise we might break the loop prematurely; ok stefan@ |