| Age | Commit message (Expand) | Author |
| 2001-05-23 | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov |
| 2001-05-21 | Sort includes from previous commit. | John Baldwin |
| 2001-05-19 | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein |
| 2001-05-18 | Currently there is no way to tell if write operation invoked via | Boris Popov |
| 2001-05-17 | VOP getwritemount() can be invoked on vnodes with VFREE flag set (used in | Boris Popov |
| 2001-05-17 | Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs. | Boris Popov |
| 2001-05-17 | Do not leave an extra reference on vnode. | Boris Popov |
| 2001-05-16 | Change the second argument of vflush() to an integer that specifies | Ian Dowse |
| 2001-05-11 | GC prototype for procfs_bmap() missed during a previous commit. | John Baldwin |
| 2001-05-01 | Implement vop_std{get|put}pages() and add them to the default vop[]. | Poul-Henning Kamp |
| 2001-05-01 | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray |
| 2001-04-30 | Backed out previous commit. It cause massive filesystem corruption, | Bruce Evans |
| 2001-04-29 | Add a vop_stdbmap(), and make it part of the default vop vector. | Poul-Henning Kamp |
| 2001-04-29 | Revert consequences of changes to mount.h, part 2. | Greg Lehey |
| 2001-04-24 | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin |
| 2001-04-23 | fix it so it compiles again | Matt Jacob |
| 2001-04-23 | Correct #includes to work with fixed sys/mount.h. | Greg Lehey |
| 2001-03-29 | - Various style fixes. | John Baldwin |
| 2001-03-28 | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin |
| 2001-03-28 | Catch up to header include changes: | John Baldwin |
| 2001-03-15 | o Change the API and ABI of the Extended Attribute kernel interfaces to | Robert Watson |
| 2001-03-07 | Fixes to track snapshot copy-on-write checking in the specinfo | Kirk McKusick |
| 2001-03-07 | Proc locking identical to that of linprocfs' vnops except that we hold the | John Baldwin |
| 2001-03-07 | Protect read to p_pptr with proc lock rather than proctree lock. | John Baldwin |
| 2001-03-07 | Proc locking. Lock around psignal() and also ensure both an exclusive | John Baldwin |
| 2001-03-07 | Protect p_flag with the proc lock. | John Baldwin |
| 2001-03-03 | Remove the copyinstr call which was trying to copy the pathname in from | Doug Rabson |
| 2001-03-01 | Reviewed by: jlemon | Adrian Chadd |
| 2001-02-21 | o Move per-process jail pointer (p->pr_prison) to inside of the subject | Robert Watson |
| 2001-02-15 | Extend kqueue down to the device layer. | Jonathan Lemon |
| 2001-02-09 | Change and clean the mutex lock interface. | Bosko Milekic |
| 2001-02-04 | Another round of the <sys/queue.h> FOREACH transmogriffer. | Poul-Henning Kamp |
| 2001-02-04 | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp |
| 2001-02-04 | Use <sys/queue.h> macro API. | Poul-Henning Kamp |
| 2001-01-30 | Add a BUF_KERNPROC() in the BIO_DELETE path. | Poul-Henning Kamp |
| 2001-01-29 | This patch reestablishes the spec_fsync() guarentee that synchronous | Matthew Dillon |
| 2001-01-24 | - Catch up to proc flag changes. | John Baldwin |
| 2001-01-17 | Fix breakage unconvered by LINT - dont refer to undefined variables in | Peter Wemm |
| 2001-01-09 | Don't compile a dead variable declaration. | Garrett Wollman |
| 2000-12-31 | Use macro API to <sys/queue.h> | Poul-Henning Kamp |
| 2000-12-30 | Fix a lockup problem that occurs with 'cvs update'. specfs's fsync can | Matthew Dillon |
| 2000-12-28 | Retire kernfs (kernel part). | Dag-Erling Smørgrav |
| 2000-12-26 | This implements a better launder limiting solution. There was a solution | Matthew Dillon |
| 2000-12-23 | Protect proc.p_pptr and proc.p_children/p_sibling with the | Jake Burkholder |
| 2000-12-13 | o Tighten restrictions on use of /proc/pid/ctl and move access checks | Robert Watson |
| 2000-12-13 | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder |
| 2000-12-09 | Add a module version (so that linprocfs can properly depend on procfs) | Dag-Erling Smørgrav |
| 2000-12-08 | Convert more malloc+bzero to malloc+M_ZERO. | David Malone |
| 2000-12-02 | Protect p_stat with the sched_lock. | John Baldwin |
| 2000-11-25 | Update to reflect the disappearance of getsock(). | Jonathan Lemon |