summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid from the __P() macros.bp2000-09-054-37/+36
* Remove a comment that has been not only obsolete but patently wrong for thedes2000-09-041-8/+0
* o Simplify if/then clause equating ESRCH with ENOENT when hiding a processrwatson2000-09-011-5/+2
* o Make procfs use vaccess() for procfs_access() DAC and super-user checks,rwatson2000-09-011-28/+4
* o Centralize inter-process access control, introducing:rwatson2000-08-306-21/+38
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Fix panic when removing open device (found by bp@)phk2000-08-241-3/+11
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-207-4017/+0
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-28/+1
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-185-85/+2
* Rename the loadable nullfs kernel module: null -> nullfssheldonh2000-07-281-1/+1
* Remove stale, unused and bogus root device hunting code.phk2000-07-272-25/+0
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-2/+4
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-115-12/+66
* Pull the rug under block mode devices. they return ENXIO on open(2) now.phk2000-07-031-3/+3
* fdesc_getattr:chris2000-06-281-6/+2
* by changing the logic here we can support dynamic additions of newalfred2000-06-271-19/+12
* if there are leading zeros fail the lookupalfred2000-06-271-0/+5
* Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' sochris2000-06-201-3/+3
* Virtualizes & untangles the bioops operations vector.phk2000-06-162-6/+4
* Remove unused include <sys/socketvar.h>.chris2000-06-151-1/+0
* Replace vattr_null() with VATTR_NULL() and do not explicity set vattrchris2000-06-151-4/+2
* before this commit, specfs reported disk partitionsjmb2000-06-121-1/+1
* Instead of completely disallowing VOP_SETATTR, just do it where there ischris2000-06-061-2/+6
* Update the comment for fdesc_setattr to reflect that we no longerchris2000-06-021-1/+1
* - Do not allow VOP_SETATTR to modify underlying vnodes at all. This causedchris2000-06-022-6/+0
* Back out the previous change to the queue(3) interface.jake2000-05-269-10/+10
OpenPOWER on IntegriCloud