Age | Commit message (Expand) | Author |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2012-01-04 | Fix use after free in cache_lookup() - found by Pedro | Bob Beck |
2012-01-01 | copyright++ | Federico G. Schwindt |
2011-12-28 | Avoid the use of an invalid disklabel by setting a DK_LABELVALID flag | Joel Sing |
2011-12-28 | An all-zero DUID is considered to be a blank DUID - ensure that we do not | Joel Sing |
2011-12-14 | Handle rthreads consistently in ktrace by moving the flags and vnode into | Philip Guenthe |
2011-12-11 | Suspend other rthreads before dumping core or execing; make them exit | Philip Guenthe |
2011-12-09 | Add new KERN_PROC_CWD sysctl to get the current working directory of a process. | Nicholas Marriott |
2011-12-03 | add support for MSG_NOSIGNAL. | Federico G. Schwindt |
2011-12-02 | dont put MAXMCLBYTES in the mclsizes array with a comment saying its 64k | David Gwynne |
2011-11-30 | this diff introduces the MAXMCLBYTES macro to describe the largest | David Gwynne |
2011-11-30 | correctly calculate the space available in external storage in m_pullup. | David Gwynne |
2011-11-29 | whitespace fixes. no binary change. | David Gwynne |
2011-11-29 | ready this for big-endian support later on | Theo de Raadt |
2011-11-29 | Only free the piglet on hibernate fail if we are suspending. | Mike Larkin |
2011-11-27 | When checking for offset wrap around in vn_read(), compare against | Philip Guenthe |
2011-11-23 | clamp uvm_page_rle() to 255 pages at a time | Theo de Raadt |
2011-11-23 | block interrupts while pool_reclaim_all is grubbing around in every pools | David Gwynne |
2011-11-22 | Move struct proc's sigaltstack struct from the zeroed area into the | Joshua Elsasser |
2011-11-22 | Ensure we are unpacking the right source address after skipping a range of | Mike Larkin |
2011-11-21 | fix small (one stack word) kmem->user leak - the syscall code does | Damien Miller |
2011-11-18 | no need to zero all the free pages since we will be skipping them with | Mike Larkin |
2011-11-18 | - fix a few trailing whitespaces and a spello | Jasper Lievisse Adriaanse |
2011-11-18 | fix a corner case in rle processing where the rle byte was the last byte | Mike Larkin |
2011-11-17 | physmem run length encoding (rle) for hibernate - don't compress or write | Mike Larkin |
2011-11-16 | Reduce use of globals in hibernate code. | Mike Larkin |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-15 | on failure, hibernate io functions return an errno. not 1. | Theo de Raadt |
2011-11-14 | Use a fixed io_page for all hibernate I/O, which is needed for | Mike Larkin |
2011-11-13 | Add some #defines for the various hibernate I/O modes, some of the | Mike Larkin |
2011-11-13 | In hibernate resume, free the piglet and other VAs we allocated during | Mike Larkin |
2011-11-13 | Fix a handful of bugs that were causing reboots and other bad behavior | Mike Larkin |
2011-11-09 | Change fork1() and kthread_create() to match the rest of the tree | Philip Guenthe |
2011-11-07 | Make pwrite/pwritev ignore the O_APPEND flag. | Philip Guenthe |
2011-11-06 | Negative offsets to pread/pwrite-family are only legal for character devices. | Philip Guenthe |
2011-11-06 | Document a non-obvious reason why something can't overflow. | Philip Guenthe |
2011-11-05 | I had moved earlier the adding of processes to the pgrp and children lists | Philip Guenthe |
2011-11-05 | ttys can't seek, so make pread/pwrite/preadv/pwritev fail with ESPIPE | Philip Guenthe |
2011-10-27 | Allow segments to be used even after they were marked for deletion with | Robert Nagy |
2011-10-23 | shorten periods of fdplock() in accept() and socket(), so that greater | Theo de Raadt |
2011-10-16 | TCB address should be reset when execing, to provide a clean setup for | Philip Guenthe |
2011-10-15 | sync | Philip Guenthe |
2011-10-15 | "TLS-lite": add kernel support for a per-thread userspace pointer, | Philip Guenthe |
2011-10-12 | Remove all MD diagnostics in cpu_switchto(), and move them to MI code if | Miod Vallat |
2011-10-06 | Introduce a kqfilter wrapper for the controlling tty device entry | Mike Belopuhov |
2011-09-23 | touching pr_nput and pr_nget outside the lock might be racy since ++ and -- | David Gwynne |
2011-09-23 | ph = pool_get(&phpool, PR_NOWAIT) can return NULL, so dont unconditionally | David Gwynne |
2011-09-22 | KNF of mlarkin's code, requested by him. Some improvements to the interface | Theo de Raadt |
2011-09-22 | Improve kernel malloc type checking. | Joel Sing |
2011-09-21 | Move the prototype for disk_readlabel to the .h file so that hibernate | Theo de Raadt |