summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-239-10/+10
* Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout andchris2000-05-112-439/+155
* Change the "bdev-whiner" to whine when open is attempted and extendphk2000-05-091-0/+9
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-053-0/+3
* Add $FreeBSD$peter2000-05-013-0/+6
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-303-3/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().green2000-04-263-99/+2
* Quiet an unused variable warning by commenting out a variable declarationgreen2000-04-221-1/+1
* There's no reason to make "file" 0500 rather than 0555.green2000-04-221-1/+3
* Welcome back our old friend from procfs, "file"!green2000-04-223-19/+155
* Remove the linprocfs bits from their old location, as they've moved now.msmith2000-04-205-1862/+0
OpenPOWER on IntegriCloud