aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix vnode locking bugs in the nullfs.Boris Popov2000-09-253-98/+286
* Ignore attempts to set flags to zero. This quenches a syslog warningPoul-Henning Kamp2000-09-181-1/+1
* Add canonical checks to devfs_setattr().Poul-Henning Kamp2000-09-161-14/+50
* Use size_t instead of u_int for 4th argument to copyinstr().John Baldwin2000-09-121-1/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+1
* Add refcounts to the "global" DEVFS inode slots, this allows usPoul-Henning Kamp2000-09-064-71/+294
* 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
* Off by one error.Poul-Henning Kamp2000-09-041-1/+1
* Remove a comment that has been not only obsolete but patently wrong for theDag-Erling Smørgrav2000-09-041-8/+0
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-023-31/+4
* 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-295-5/+5
* Reorder vop's alphabetically.Poul-Henning Kamp2000-08-274-245/+278
* Minor cleanups tp devfs_readdir();Poul-Henning Kamp2000-08-261-11/+33
* Quick fix for msdsofs_write() on alphas and other machines with eitherBruce Evans2000-08-252-2/+8
* Fix panic when removing open device (found by bp@)Poul-Henning Kamp2000-08-245-130/+203
* Fix devfs_access() bug on directories.Poul-Henning Kamp2000-08-213-13/+8
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-204-0/+1139
* Centralize the canonical vop_access user/group/other check in vaccess().Poul-Henning Kamp2000-08-204-166/+13
* Introduce vop_stdinactive() and make it the default if no vop_inactivePoul-Henning Kamp2000-08-184-68/+2
* Rename the loadable nullfs kernel module: null -> nullfsSheldon Hearn2000-07-281-1/+1
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-242-3/+6
* Certain error contitions cause msdosfs_rename() to decrement theDavid Malone2000-07-141-2/+2
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-115-12/+66
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-2/+2
* Pull the rug under block mode devices. they return ENXIO on open(2) now.Poul-Henning Kamp2000-07-031-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-2/+2
* Fix memory leakage on module unload.Boris Popov2000-06-293-1/+12
* Fix memory leakage on module unload.Boris Popov2000-06-293-1/+12
* 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
* Remove obsolete comment.Boris Popov2000-06-251-5/+0
* 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-161-3/+2
* 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-2616-20/+20
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-2316-20/+20
* 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-0523-0/+23
* Remove 42 unneeded #include <sys/ioccom.h>.Poul-Henning Kamp2000-05-031-1/+0