aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-2337-14328/+0
* Sort includes from previous commit.John Baldwin2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-194-1/+17
* Currently there is no way to tell if write operation invoked viaBoris Popov2001-05-181-1/+1
* VOP getwritemount() can be invoked on vnodes with VFREE flag set (used inBoris Popov2001-05-171-4/+12
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.Boris Popov2001-05-173-60/+60
* Do not leave an extra reference on vnode.Boris Popov2001-05-171-6/+2
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-165-86/+16
* GC prototype for procfs_bmap() missed during a previous commit.John Baldwin2001-05-111-1/+0
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-011-32/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-0120-68/+120
* Backed out previous commit. It cause massive filesystem corruption,Bruce Evans2001-04-301-0/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-296-89/+1
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-293-6/+0
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-246-55/+50
* fix it so it compiles againMatt Jacob2001-04-232-0/+4
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-234-0/+8
* - Various style fixes.John Baldwin2001-03-291-7/+3
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-282-13/+14
* Catch up to header include changes:John Baldwin2001-03-283-0/+3
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-152-10/+15
* Fixes to track snapshot copy-on-write checking in the specinfoKirk McKusick2001-03-071-2/+2
* Proc locking identical to that of linprocfs' vnops except that we hold theJohn Baldwin2001-03-071-18/+59
* Protect read to p_pptr with proc lock rather than proctree lock.John Baldwin2001-03-071-2/+2
* Proc locking. Lock around psignal() and also ensure both an exclusiveJohn Baldwin2001-03-071-20/+34
* Protect p_flag with the proc lock.John Baldwin2001-03-073-3/+18
* Remove the copyinstr call which was trying to copy the pathname in fromDoug Rabson2001-03-031-3/+0
* Reviewed by: jlemonAdrian Chadd2001-03-015-12/+0
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-2/+2
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-152-30/+55
* Change and clean the mutex lock interface.Bosko Milekic2001-02-094-22/+22
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-045-6/+6
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-2/+1
* Add a BUF_KERNPROC() in the BIO_DELETE path.Poul-Henning Kamp2001-01-301-0/+1
* This patch reestablishes the spec_fsync() guarentee that synchronousMatthew Dillon2001-01-291-7/+16
* - Catch up to proc flag changes.John Baldwin2001-01-241-2/+6
* Fix breakage unconvered by LINT - dont refer to undefined variables inPeter Wemm2001-01-171-0/+2
* Don't compile a dead variable declaration.Garrett Wollman2001-01-091-0/+2
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-311-4/+4
* Fix a lockup problem that occurs with 'cvs update'. specfs's fsync canMatthew Dillon2000-12-301-0/+13
* Retire kernfs (kernel part).Dag-Erling Smørgrav2000-12-283-902/+0
* This implements a better launder limiting solution. There was a solutionMatthew Dillon2000-12-261-0/+2
* Protect proc.p_pptr and proc.p_children/p_sibling with theJake Burkholder2000-12-232-0/+16
* o Tighten restrictions on use of /proc/pid/ctl and move access checksRobert Watson2000-12-131-4/+10
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadJake Burkholder2000-12-131-1/+4
* Add a module version (so that linprocfs can properly depend on procfs)Dag-Erling Smørgrav2000-12-091-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-3/+1
* Protect p_stat with the sched_lock.John Baldwin2000-12-021-1/+18
* Update to reflect the disappearance of getsock().Jonathan Lemon2000-11-251-2/+6