1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00
freebsd/sys/fs
Poul-Henning Kamp 4b1c62b3f2 At the point in time where most devices are created, we don't know what
time it is because boottime is not yet initialized.  Finagle the relevant
fields when we get the chance.
2001-02-02 22:54:41 +00:00
..
cd9660 Back out proc locking to protect p_ucred for obtaining additional 2001-01-27 00:01:31 +00:00
coda Back out proc locking to protect p_ucred for obtaining additional 2001-01-27 00:01:31 +00:00
deadfs Give vop_mmap an untimely death. The opportunity to give it a timely 2000-11-01 17:57:24 +00:00
devfs At the point in time where most devices are created, we don't know what 2001-02-02 22:54:41 +00:00
fdescfs o Move from Alfred Perstein's "exclusion" technique of handling special 2000-10-09 20:06:13 +00:00
fifofs Introduce vop_stdinactive() and make it the default if no vop_inactive 2000-08-18 10:01:02 +00:00
hpfs Zap last remaining references to (and a use use of) of simple_locks. 2001-01-31 04:29:52 +00:00
msdosfs Convert all simplelocks to mutexes and remove the simplelock implementations. 2001-01-24 12:35:55 +00:00
ntfs Convert all simplelocks to mutexes and remove the simplelock implementations. 2001-01-24 12:35:55 +00:00
nullfs Remove unneeded #include <sys/proc.h> lines. 2000-10-29 13:57:19 +00:00
nwfs v_interlock is a mutex now, not simple lock. 2000-11-04 02:42:11 +00:00
portalfs Update to reflect the disappearance of getsock(). 2000-11-25 07:16:06 +00:00
procfs - Catch up to proc flag changes. 2001-01-24 11:20:05 +00:00
specfs Add a BUF_KERNPROC() in the BIO_DELETE path. 2001-01-30 10:06:08 +00:00
umapfs Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
unionfs Fix breakage unconvered by LINT - dont refer to undefined variables in 2001-01-17 01:10:23 +00:00