| Age | Commit message (Expand) | Author |
| 2009-08-13 | Allow undescribed, direct ioctls as used by Unix. This capability was removed... | haad |
| 2009-05-24 | More changes to improve kern_descrip.c. | ad |
| 2009-05-17 | Updates to f_flag need to be made with atomics. | ad |
| 2009-05-17 | remove FILE_LOCK and FILE_UNLOCK. | yamt |
| 2008-07-02 | Change {ff,fd}_exclose and ff_allocated to bool. Change exclose arg to | matt |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-03-23 | Split select/poll into their own file. | ad |
| 2008-03-22 | Commit the "per-CPU" select patch. This is the result of much work and | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-03-17 | Add a boolean parameter to syncobj_t::sobj_unsleep. If true we want the | ad |
| 2008-03-05 | selclear() while exiting netsmb's custom copy of select(). PR kern/38123. | ad |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-01-05 | Use FILE_LOCK() and FILE_UNLOCK() | dsl |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-05 | Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written | ad |
| 2007-10-08 | Merge file descriptor locking, cwdi locking and cross-call changes | ad |
| 2007-09-25 | Add selinit() / seldestroy() from the vmlocking branch. | ad |
| 2007-09-06 | Fix various possible dereferences via uvmspace_free() of non-initialized *vm. | rmind |
| 2007-08-27 | Only ktrace the part of the buffer actually read/written. | dsl |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-16 | Move the point at which sys_readv and sys_preadv (and writev) get merged | dsl |
| 2007-06-02 | Instead of unconditionally initialising the ktriov and conditionally | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | Change the process/lwp flags seen by userland via sysctl back to the | pavel |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-20 | selcommon(), pollcommon(): restore the correct signal mask on failure. | ad |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-17 | now that we have -Wno-unused-parameter, back out all the tremendously ugly | dogcow |
| 2006-10-13 | More -Wunused fallout. sprinkle __unused when possible; otherwise, use the | dogcow |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | use c99 initializers | christos |
| 2006-07-14 | make inittimeleft() and gettimeleft() available (for e. g. kern_event.c) | kardel |
| 2006-07-14 | factor out common code. | christos |
| 2006-07-14 | - rename sleepts to sleeptv since it is a timeval. | christos |
| 2006-07-08 | when adjusting the left over timeout value in selcommon() | kardel |
| 2006-07-08 | fix a bug reported by Steven M. Bellovin regarding oversleeping | kardel |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - add const. | christos |
| 2005-02-25 | Add the code for pselect and pollts. Add selcommon and pollcommon to | matt |
| 2004-03-23 | Nuke __P(). | junyoung |
| 2003-10-10 | use "poll" as the wmesg for poll. | chs |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-09-16 | Take into account the possibility that the ktrace flags can change | drochner |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |