aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
...
* More paranoia against overflowsEivind Eklund2000-11-081-18/+45
* Take VBLK devices further out of their missery.Poul-Henning Kamp2000-11-021-9/+2
* Fix overflow from jail hostname.Eivind Eklund2000-11-011-1/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyEivind Eklund2000-11-012-18/+0
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-292-2/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-295-5/+0
* Rev 1.41 was committed from wrong diff, now do it right.Boris Popov2000-10-221-1/+1
* Release and unlock vnode if resource deadlock detected.Boris Popov2000-10-221-0/+1
* Fix nullfs breakage caused by incomplete migration of v_interlock fromBoris Popov2000-10-151-3/+5
* o Move from Alfred Perstein's "exclusion" technique of handling specialChris Costello2000-10-093-76/+56
* Blow away the v_specmountpoint define, replacing it with what it wasEivind Eklund2000-10-091-5/+5
* return correct type for process directory entries, DT_DIR not DT_REGAlfred Perlstein2000-10-051-1/+1
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-043-2/+7
* Prevent dereference of NULL pointer when null_lock() and null_unlock()Boris Popov2000-10-031-1/+7
* Fix vnode locking bugs in the nullfs.Boris Popov2000-09-253-98/+286
* Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr.John Baldwin2000-09-111-1/+1
* Various cleanups towards make nullfs functional (it is still brokenBoris Popov2000-09-054-38/+130
* Get rid from the __P() macros.Boris Popov2000-09-054-37/+36
* Remove a comment that has been not only obsolete but patently wrong for theDag-Erling Smørgrav2000-09-041-8/+0
* o Simplify if/then clause equating ESRCH with ENOENT when hiding a processRobert Watson2000-09-011-5/+2
* o Make procfs use vaccess() for procfs_access() DAC and super-user checks,Robert Watson2000-09-011-28/+4
* o Centralize inter-process access control, introducing:Robert Watson2000-08-306-21/+38
* o Restructure vaccess() so as to check for DAC permission to modify theRobert Watson2000-08-291-1/+1
* Fix panic when removing open device (found by bp@)Poul-Henning Kamp2000-08-241-3/+11
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-207-4017/+0
* Centralize the canonical vop_access user/group/other check in vaccess().Poul-Henning Kamp2000-08-201-28/+1
* Introduce vop_stdinactive() and make it the default if no vop_inactivePoul-Henning Kamp2000-08-185-85/+2
* Rename the loadable nullfs kernel module: null -> nullfsSheldon Hearn2000-07-281-1/+1
* Remove stale, unused and bogus root device hunting code.Poul-Henning Kamp2000-07-272-25/+0
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-241-2/+4
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-115-12/+66
* Pull the rug under block mode devices. they return ENXIO on open(2) now.Poul-Henning Kamp2000-07-031-3/+3
* fdesc_getattr:Chris Costello2000-06-281-6/+2
* by changing the logic here we can support dynamic additions of newAlfred Perlstein2000-06-271-19/+12
* if there are leading zeros fail the lookupAlfred Perlstein2000-06-271-0/+5
* Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' soChris Costello2000-06-201-3/+3
* Virtualizes & untangles the bioops operations vector.Poul-Henning Kamp2000-06-162-6/+4
* Remove unused include <sys/socketvar.h>.Chris Costello2000-06-151-1/+0
* Replace vattr_null() with VATTR_NULL() and do not explicity set vattrChris Costello2000-06-151-4/+2
* before this commit, specfs reported disk partitionsJonathan M. Bresler2000-06-121-1/+1
* Instead of completely disallowing VOP_SETATTR, just do it where there isChris Costello2000-06-061-2/+6
* Update the comment for fdesc_setattr to reflect that we no longerChris Costello2000-06-021-1/+1
* - Do not allow VOP_SETATTR to modify underlying vnodes at all. This causedChris Costello2000-06-022-6/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-269-10/+10
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-239-10/+10
* Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout andChris Costello2000-05-112-438/+154
* Change the "bdev-whiner" to whine when open is attempted and extendPoul-Henning Kamp2000-05-091-0/+9
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-053-0/+3
* Add $FreeBSD$Peter Wemm2000-05-013-0/+6
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-303-3/+0