summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* - Various style fixes.jhb2001-03-291-7/+3
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-282-13/+14
* Catch up to header include changes:jhb2001-03-283-0/+3
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-152-10/+15
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-2/+2
* Proc locking identical to that of linprocfs' vnops except that we hold thejhb2001-03-071-18/+59
* Protect read to p_pptr with proc lock rather than proctree lock.jhb2001-03-071-2/+2
* Proc locking. Lock around psignal() and also ensure both an exclusivejhb2001-03-071-20/+34
* Protect p_flag with the proc lock.jhb2001-03-073-3/+18
* Remove the copyinstr call which was trying to copy the pathname in fromdfr2001-03-031-3/+0
* Reviewed by: jlemonadrian2001-03-015-12/+0
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-2/+2
* Extend kqueue down to the device layer.jlemon2001-02-152-30/+55
* Change and clean the mutex lock interface.bmilekic2001-02-094-22/+22
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-045-6/+6
* Use <sys/queue.h> macro API.phk2001-02-041-2/+1
* Add a BUF_KERNPROC() in the BIO_DELETE path.phk2001-01-301-0/+1
* This patch reestablishes the spec_fsync() guarentee that synchronousdillon2001-01-291-7/+16
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
* Fix breakage unconvered by LINT - dont refer to undefined variables inpeter2001-01-171-0/+2
* Don't compile a dead variable declaration.wollman2001-01-091-0/+2
* Use macro API to <sys/queue.h>phk2000-12-311-4/+4
* Fix a lockup problem that occurs with 'cvs update'. specfs's fsync candillon2000-12-301-0/+13
* Retire kernfs (kernel part).des2000-12-283-902/+0
* This implements a better launder limiting solution. There was a solutiondillon2000-12-261-0/+2
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-232-0/+16
* o Tighten restrictions on use of /proc/pid/ctl and move access checksrwatson2000-12-131-4/+10
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-1/+4
* Add a module version (so that linprocfs can properly depend on procfs)des2000-12-091-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-3/+1
* Protect p_stat with the sched_lock.jhb2000-12-021-1/+18
* Update to reflect the disappearance of getsock().jlemon2000-11-251-2/+6
* More paranoia against overflowseivind2000-11-081-18/+45
* Take VBLK devices further out of their missery.phk2000-11-021-9/+2
* Fix overflow from jail hostname.eivind2000-11-011-1/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-012-18/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-292-2/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-295-5/+0
* Rev 1.41 was committed from wrong diff, now do it right.bp2000-10-221-1/+1
* Release and unlock vnode if resource deadlock detected.bp2000-10-221-0/+1
* Fix nullfs breakage caused by incomplete migration of v_interlock frombp2000-10-151-3/+5
* o Move from Alfred Perstein's "exclusion" technique of handling specialchris2000-10-093-78/+58
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-5/+5
* return correct type for process directory entries, DT_DIR not DT_REGalfred2000-10-051-1/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-043-2/+7
* Prevent dereference of NULL pointer when null_lock() and null_unlock()bp2000-10-031-1/+7
* Fix vnode locking bugs in the nullfs.bp2000-09-253-98/+286
* Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr.jhb2000-09-111-1/+1
* Various cleanups towards make nullfs functional (it is still brokenbp2000-09-054-38/+130
OpenPOWER on IntegriCloud