Age | Commit message (Expand) | Author |
2015-05-31 | If the first list was empty, ml_join() did not not clear the second | Alexander Bluhm |
2015-05-21 | Rename caddr_t p to cp in an inner block to avoid aliasing the outer | Nicholas Marriott |
2015-05-18 | For each file in sysctl(KERN_FILE_BYFILE), FILLIT() calls fill_file(), | Alexander Bluhm |
2015-05-18 | Reenable the page zeroing thread on MP m88k kernels. | Miod Vallat |
2015-05-17 | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY | Theo de Raadt |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-12 | Drop and reacquire the kernel lock in the vfs_shutdown and "cold" | Mike Belopuhov |
2015-05-10 | Set POLLHUP even if no valid events were specified as per POSIX. | Todd C. Miller |
2015-05-09 | Cleanup/rejig GPT code to be more readable, support different endian | Kenneth R Westerback |
2015-05-07 | msleep(9) must prevent kernel from attempting a context switch | Mike Belopuhov |
2015-05-07 | Pass a thread pointer instead of its file descriptor table to getvnode(9). | Martin Pieuchot |
2015-05-06 | regen | Jonathan Gray |
2015-05-06 | #include <sys/event.h> was removed from init_sysent.c but not | Jonathan Gray |
2015-05-06 | Pass a thread pointer instead of its file descriptor table to getsock(9). | Martin Pieuchot |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-05-04 | Clarify that hibernate_resume must be called with interrupts enabled. | Mike Larkin |
2015-05-01 | reenable page zeroing thread on SMP mips kernels. | Miod Vallat |
2015-05-01 | Pass fflag to VOP_POLL so vfs fifo functions can get at the file | Todd C. Miller |
2015-04-30 | Avoid NULL deref in fd_getfile_mode(); OK deraadt@ | Todd C. Miller |
2015-04-30 | Now we use p_filesz - 1 to test for NUL check that p_filesz is | Jonathan Gray |
2015-04-30 | Indroduce fd_getfile_mode() and use it were fd_getfile() is directly | Martin Pieuchot |
2015-04-30 | Error out if the PT_INTERP segment isn't NUL terminated | Philip Guenther |
2015-04-28 | Protect the per-process itimerval structs with a mutex. We update these | Mark Kettenis |
2015-04-26 | Require a PT_LOAD segment's p_filesz to be no larger than its p_memsz. | Philip Guenther |
2015-04-23 | avoid an uneeded deref | Jonathan Gray |
2015-04-21 | disable *8 again for now. incoherent archs arent having much fun with it. | David Gwynne |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-12 | disable the pool gc. there are reports of strange lockups on various mp | David Gwynne |
2015-04-07 | nothing uses pool_sleep, so get rid of it | David Gwynne |
2015-04-07 | introduce a garbage collector for (very) idle pool pages. | David Gwynne |
2015-03-30 | Extend uvm_map_hint() to get an address range as extra arguments, and make | Miod Vallat |
2015-03-28 | Replace the hand-crafted list of datagram unix domain sockets with | Alexander Bluhm |
2015-03-20 | reintroduce r1.173: | David Gwynne |
2015-03-15 | Bring back '#include <lib/libz/zlib.h>', but inside #ifdev GPT. GPT | Kenneth R Westerback |
2015-03-14 | add sys/atomic.h back for membar_* needed for at least armv7 | Jonathan Gray |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-02 | Return EINVAL if the creds supplied for NFS export have a cr_ngroups less | Philip Guenther |
2015-02-16 | In exec_setup_stack(), move the stack in the right direction if | Miod Vallat |
2015-02-13 | Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced | Todd C. Miller |
2015-02-12 | Remove useless extern definitions of nselcoll and selwait. | Todd C. Miller |
2015-02-11 | Extend struct kinfo_file a bit so that netstat has all the info it needs. | Claudio Jeker |
2015-02-11 | Prefer arg != 0 over arg for non-boolean. nitted kettenis@ | Philip Guenther |
2015-02-11 | sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required | Philip Guenther |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-10 | Don't use an uninitialized variable when a PT_LOAD segment with | Philip Guenther |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-10 | remove #ifndef handling of __HAVE_MD_RWLOCK. it's never set, and with a | David Gwynne |
2015-02-10 | reintroduce page item cache colouring. | David Gwynne |
2015-02-10 | Factor out the common bits of process_new() and main()'s code for | Philip Guenther |