summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-023-31/+4
* 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-295-5/+5
* Reorder vop's alphabetically.phk2000-08-274-245/+278
* Minor cleanups tp devfs_readdir();phk2000-08-261-11/+33
* Quick fix for msdsofs_write() on alphas and other machines with eitherbde2000-08-252-2/+8
* Fix panic when removing open device (found by bp@)phk2000-08-245-131/+204
* Fix devfs_access() bug on directories.phk2000-08-213-13/+8
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-204-0/+1139
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-204-166/+13
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-184-68/+2
* Rename the loadable nullfs kernel module: null -> nullfssheldonh2000-07-281-1/+1
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-242-3/+6
* Certain error contitions cause msdosfs_rename() to decrement thedwmalone2000-07-141-2/+2
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-115-12/+66
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Pull the rug under block mode devices. they return ENXIO on open(2) now.phk2000-07-031-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Fix memory leakage on module unload.bp2000-06-293-1/+12
* Fix memory leakage on module unload.bp2000-06-293-1/+12
* 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
* Remove obsolete comment.bp2000-06-251-5/+0
* 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-161-3/+2
* 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-2616-20/+20
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-2316-20/+20
* 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-0523-0/+23
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-031-1/+0
* Add $FreeBSD$peter2000-05-012-0/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-3010-10/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-292-2/+0
* nwfs depends on ncppeter2000-04-291-0/+2
* 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 ~25 unneeded #include <sys/conf.h>phk2000-04-192-2/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-185-5/+0
OpenPOWER on IntegriCloud