| Age | Commit message (Expand) | Author |
| 2006-08-11 | Pretending to be Elad's keyboard: | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |
| 2005-09-11 | in spec_ioctl(), don't dereference v_specinfo if it's NULL. | chs |
| 2005-08-30 | Remove __P() | xtraeme |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-05-25 | Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. | hannken |
| 2004-05-12 | caddr_t -> void * and removal of some more casts. | jrf |
| 2004-02-14 | Add a generic copy-on-write hook to add/remove functions that will be | hannken |
| 2004-01-25 | Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. | hannken |
| 2003-12-10 | The file system snapshot pseudo driver. | hannken |
| 2003-11-26 | spec_close: asserting that the terminal's process group be set if it is | pk |
| 2003-11-25 | spec_close: we don't need to lock the vnode just to make a copy of its flags. | pk |
| 2003-11-24 | spec_close: controlling terminal hack: drop session reference count only if | pk |
| 2003-11-06 | When closing a process's controlling terminal, also remove the links | dsl |
| 2003-10-15 | Set vnode size of character disk devices to that of the partition when they | dsl |
| 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 |
| 2003-01-06 | Add multiple inclusion protection. | matt |
| 2002-10-26 | now that mem_no is emitted by config(8), there is no reason to keep | jdolecek |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-26 | Fix a signed/unsigned comparison warning from GCC 3.3. | thorpej |
| 2002-07-10 | Spell acquire with a 'c'. | wiz |
| 2002-05-12 | Extern speclisth | matt |
| 2001-11-10 | add RCSIDs | lukem |
| 2001-09-23 | change spec_{read,write}() to specify the device blkno in units of DEV_BSIZE | chs |
| 2001-09-21 | use shared locks instead of exclusive for VOP_READ() and VOP_READDIR(). | chs |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-08-18 | undo the part of the last revision that made user block device access | chs |
| 2001-08-17 | add definitions for UBCification of block devices. | chs |
| 2001-08-17 | initialize the UVM vnode size for block devices. | chs |
| 2001-04-17 | Don't hold vp->v_interlock when calling vcount(); vcount() calls | thorpej |
| 2001-01-22 | make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const | jdolecek |
| 2000-11-08 | fix an LP64BE bogon. | chs |
| 2000-10-27 | Remove usecount check in spec_open. It fails to catch VALIAS situations | jmc |
| 2000-09-19 | Adapt for VOP_FSYNC parameter change. | fvdl |
| 2000-07-22 | change the lf_advlock() arguments from | jdolecek |
| 2000-03-30 | Register, begone! | augustss |
| 1999-12-08 | Add appropriate VOP_FCNTL handlers to deadfs and specfs ops vectors. | sommerfeld |
| 1999-12-08 | Change to comment (only) indicating what the specfs ops vector is used for. | sommerfeld |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-10-16 | In spec_close(), if we're not doing a non-blocking close and VXLOCK is | wrstuden |
| 1998-10-02 | Make spec_write() process errors and return them, otherwise we don't even | ross |
| 1998-08-18 | Add some braces to make egcs happy (ambiguous else warning). | thorpej |
| 1998-08-03 | Recognize _PC_SYNC_IO. | kleink |