Age | Commit message (Expand) | Author |
2013-03-15 | have wakeup return the number of processes woken up | Jonathan Gray |
2013-03-15 | Revert "add an interface to check if we have a pending wakeup" | Jonathan Gray |
2013-02-28 | add an interface to check if we have a pending wakeup | Jonathan Gray |
2013-01-02 | Fix a bug in ptcwrite() that could result in up to 100 lost bytes | Todd C. Miller |
2013-01-01 | copyright++; | Jasper Lievisse Adriaanse |
2012-12-31 | Put the #ifdef SOCKBUF_DEBUG around sbcheck() into a SBCHECK macro. | Alexander Bluhm |
2012-12-31 | Extend the sbcheck() function to make it work with socket buffers | Alexander Bluhm |
2012-12-30 | In sysctl_proc_cwd(), vref() the target proc's fd_cdir before calling | Philip Guenthe |
2012-12-28 | Avoid spinning in the cleaner when there are insufficient clean pages, but | Joel Sing |
2012-12-24 | Fix compilation with POOL_DEBUG but !DDB | Philip Guenthe |
2012-12-02 | Fix kva reserve - ensure that kva reserve is checked for, as well | Bob Beck |
2012-12-02 | Don't wake the cleaner and potentially throw away pages we shouldn't | Bob Beck |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-19 | If uvm_km_kmemalloc_pla() fails when just creating a thread (and not a | Philip Guenthe |
2012-11-18 | These functions all should be called with splbio, so splassert(IPL_BIO) | Bob Beck |
2012-11-17 | Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf. | Bob Beck |
2012-11-07 | Fix the buffer cache. | Bob Beck |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-10-21 | Fix problem reported by Nathan Weeks <weeks@iastate.edu> where a userland | Bob Beck |
2012-10-17 | use wakeup here, not wakeup_one - avoids problem of not waking up writers | Bob Beck |
2012-10-17 | Swap arguments to wdog_register() since it is nicer, and prepare | Theo de Raadt |
2012-10-17 | In sys_accept(), don't sleep between pulling the new socket from the | Philip Guenthe |
2012-10-17 | If a thread calls __threxit() or _exit() immediately after another | Philip Guenthe |
2012-10-16 | Cleanup. | Bob Beck |
2012-10-12 | For consistency with other OSes and ease of porting, make | Philip Guenthe |
2012-10-09 | Capilization in comment, and document leftoverroom, + knf nit, spotted by theo | Bob Beck |
2012-10-09 | Add nscan as a disk queueing algorithm, and make it the default with | Bob Beck |
2012-10-09 | bufq write limiting | Bob Beck |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-05 | add send(2) MSG_DONTWAIT support which enables us to choose nonblocking | YASUOKA Masahiko |
2012-10-01 | Make groupmember() check the effective gid too, so that the checks are | Philip Guenthe |
2012-09-29 | When running a.out OMAGIC binaries, be sure to round ep_daddr to a page | Miod Vallat |
2012-09-26 | add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys) | Markus Friedl |
2012-09-20 | In somove() free the mbufs when necessary instead of freeing them | Alexander Bluhm |
2012-09-19 | When a socket is spliced, it may not wakeup the userland for reading. | Alexander Bluhm |
2012-09-19 | In somove() make the call to pr_usrreq(PRU_RCVD) under the same | Alexander Bluhm |
2012-09-19 | vhold() and vdrop() are prototyped in vnode.h, so don't repeat them here | Philip Guenthe |
2012-09-17 | Recognize executables tagged with ELFOSABI_OPENBSD (such as generated | Matthew Dempsky |
2012-09-17 | Fix indent white spaces. | Alexander Bluhm |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-09-10 | sync | Theo de Raadt |
2012-09-10 | compat_o48_sys_getdirentries can die; ok guenther | Theo de Raadt |
2012-09-10 | delete compat_o48_sys_getdirentries; ok guenther | Theo de Raadt |
2012-09-08 | Plug a race where we're trying to kill a traced process while it is aleady | Mark Kettenis |
2012-09-02 | Do not need bcopy trickery to update the file descriptor | Theo de Raadt |
2012-08-30 | Remove a useless test for "elem_count < 0", which can never be true | Matthew Dempsky |
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky |
2012-08-23 | sync | Theo de Raadt |
2012-08-23 | kill nnpfs dead | Theo de Raadt |