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