summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-2337-14328/+0
* Sort includes from previous commit.jhb2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-194-1/+17
* Currently there is no way to tell if write operation invoked viabp2001-05-181-1/+1
* VOP getwritemount() can be invoked on vnodes with VFREE flag set (used inbp2001-05-171-4/+12
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.bp2001-05-173-60/+60
* Do not leave an extra reference on vnode.bp2001-05-171-6/+2
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-165-86/+16
* GC prototype for procfs_bmap() missed during a previous commit.jhb2001-05-111-1/+0
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-32/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-0120-68/+120
* Backed out previous commit. It cause massive filesystem corruption,bde2001-04-301-0/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-296-89/+1
* Revert consequences of changes to mount.h, part 2.grog2001-04-293-6/+0
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-246-55/+50
* fix it so it compiles againmjacob2001-04-232-0/+4
* Correct #includes to work with fixed sys/mount.h.grog2001-04-234-0/+8
* - 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
OpenPOWER on IntegriCloud