summaryrefslogtreecommitdiffstats
path: root/sys/fs
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
* Update stale comment.bp2000-10-221-3/+1
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.bp2000-10-224-13/+27
* 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-095-16/+16
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyphk2000-10-093-24/+28
* return correct type for process directory entries, DT_DIR not DT_REGalfred2000-10-051-1/+1
* Forward-declare struct mbuf so that this file is less self-insufficientbde2000-10-051-0/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-0421-30/+111
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksbp2000-10-034-9/+18
* Prevent dereference of NULL pointer when null_lock() and null_unlock()bp2000-10-031-1/+7
* Protect hash data with lock manager instead of home grown one.bp2000-10-024-71/+105
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-026-95/+99
* PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.peter2000-10-021-4/+0
* Fix vnode locking bugs in the nullfs.bp2000-09-253-98/+286
* Ignore attempts to set flags to zero. This quenches a syslog warningphk2000-09-181-1/+1
* Add canonical checks to devfs_setattr().phk2000-09-161-14/+50
* Use size_t instead of u_int for 4th argument to copyinstr().jhb2000-09-121-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+1
* Add refcounts to the "global" DEVFS inode slots, this allows usphk2000-09-064-71/+294
* 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
* Off by one error.phk2000-09-041-1/+1
* Remove a comment that has been not only obsolete but patently wrong for thedes2000-09-041-8/+0
* 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
OpenPOWER on IntegriCloud