Age | Commit message (Expand) | Author |
2011-07-30 | When using rthreads, the thread that calls exit will be the last one to | Joel Sing |
2011-07-28 | Kill integer from pointer warning when compiling with MALLOC_DEBUG. | Ryan Thomas McBride |
2011-07-26 | No need to byte-swap d_checksum just before setting it to zero. | Kenneth R Westerback |
2011-07-25 | two more syscall functions that should have returned int, not pid_t | Ted Unangst |
2011-07-25 | Make sure vfsp is not used uninitialized in the mount -o update case; | Miod Vallat |
2011-07-25 | sys_wait4 properly returns int. ok deraadt | Ted Unangst |
2011-07-22 | Doh, fix a memory leak when an invalid file descriptor is passed to a | Matthew Dempsky |
2011-07-18 | Allocations fit if [the end of free space] >= [the end of allocated space]. | Ariane van der Steldt |
2011-07-18 | Fix uvm_pmr_alloc_piglet. | Ariane van der Steldt |
2011-07-18 | Revert vnd(4) to its older less strict behavior. | Matthew Dempsky |
2011-07-18 | sync | Matthew Dempsky |
2011-07-18 | Add support for UTIME_OMIT and UTIME_NOW to utimensat(2), add the | Matthew Dempsky |
2011-07-14 | Add support for AT_REMOVEDIR to unlinkat(2), and switch sys_rmdir() to | Matthew Dempsky |
2011-07-12 | Fix typo that caused fchownat(2) and fchmodat(2) to try to dereference | Matthew Dempsky |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-11 | Add hibernate_read_block and fix a couple of typos in the previous commit. | Mike Larkin |
2011-07-09 | sync | Matthew Dempsky |
2011-07-09 | Fix up previous diff: use COMPAT_O48 instead of COMPAT_48, add option | Matthew Dempsky |
2011-07-09 | sync | Matthew Dempsky |
2011-07-09 | More syscalls.master cleanup: | Matthew Dempsky |
2011-07-09 | Call (temporarily, until we have RLE page encoding) uvm_pmr_zero_everything | Mike Larkin |
2011-07-09 | Extract hibernate_write_signature and hibernate_clear_signature to the MI | Mike Larkin |
2011-07-09 | Add support for the O_CLOEXEC and O_DIRECTORY flags introduced in | Matthew Dempsky |
2011-07-09 | Extract MI pmap function hibernate_enter_resume_mapping, refactor old i386 | Mike Larkin |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-09 | Add zlib reset, alloc, and free functions for hibernate image compression | Mike Larkin |
2011-07-09 | sync | Theo de Raadt |
2011-07-09 | mark an obsolete call with the release we killed it; reminded by tedu | Theo de Raadt |
2011-07-09 | sync | Theo de Raadt |
2011-07-09 | Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there. | Theo de Raadt |
2011-07-09 | Separate some MD and MI bits and a bit of refactoring to make subsequent | Mike Larkin |
2011-07-08 | Add F_DUPFD_CLOEXEC. | Matthew Dempsky |
2011-07-08 | no reason to zero pages we are about to mark dirty | Ariane van der Steldt |
2011-07-08 | Ensure all pages in pmemrange can be marked as dirty. | Ariane van der Steldt |
2011-07-08 | Remove COMPAT_OLDSOCK since no nothing sets MSG_COMPAT anymore. | Theo de Raadt |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek |
2011-07-08 | down to one compat option... | Ted Unangst |
2011-07-08 | regen syscalls | Ted Unangst |
2011-07-08 | remove all traces of COMPAT_09 and COMPAT_10. ok deraadt | Ted Unangst |
2011-07-08 | keep the fdplock around copyout in pipe. ok matthew | Ted Unangst |
2011-07-08 | new priority queueing implementation, extremely low overhead, thus fast. | Henning Brauer |
2011-07-08 | Put in RLE logic for hibernate compressor. | Ariane van der Steldt |
2011-07-08 | Change pig allocator to a highest-address selection. | Ariane van der Steldt |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-08 | Move uvm_pmr_alloc_pig to kern/subr_hibernate.c | Ariane van der Steldt |
2011-07-08 | Move uvm_pmr_zero_everything() to subr_hibernate. | Ariane van der Steldt |
2011-07-08 | Move hiballoc to hibernate.h, subr_hibernate.c | Ariane van der Steldt |
2011-07-08 | sync | Matthew Dempsky |
2011-07-08 | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. | Matthew Dempsky |
2011-07-08 | Add support for the AT_EACCESS, AT_SYMLINK_NOFOLLOW, and | Matthew Dempsky |