Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski | |
code is written mostly by Chuck Silvers <chuq@chuq.com>/<chs@netbsd.org>. Tested for the past few weeks by many developers, should be in a pretty stable state, but will require optimizations and additional cleanups. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-08-23 | retreive -> retrieve | Aaron Campbell | |
2001-07-26 | remove unused support for creating files and directories from | assar | |
msdosfs_mknod. ok'd by art | |||
2001-06-27 | Remove old vm. | Artur Grabowski | |
2001-06-23 | Get rid of several vnode operations | Constantine Sapuntzakis | |
2001-02-23 | Remove the clustering fields from the vnodes and place them in the | Constantine Sapuntzakis | |
file system inode instead | |||
2000-06-07 | Avoid superfluous vrele in msdosfs_rename. | Artur Grabowski | |
fixes 1249. From gluk@ptci.ru | |||
1999-02-26 | compat with uvm vnode pager | Artur Grabowski | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-10 | honor MNT_NOATIME. from FreeBSD | Artur Grabowski | |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis | |
to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked, vop_generic_lock and vop_generic_unlock. Create vop_generic_abortop and propogate change to all file systems. Fix PR/371. Get rid of locking in NULLFS (should be mostly unnecessary now except for forced unmounts). | |||
1998-06-09 | the the | Theo de Raadt | |
1998-02-23 | GAS 2.8 + KNF | Niklas Hallqvist | |
1998-01-11 | FAT32 support from NetBSD by Wolfgang Solfrank. | Niels Provos | |
1997-11-11 | Initialize the de_lock. some KNF | Niklas Hallqvist | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-10-04 | cleanup timestamp code for NT/Win95; khym@bga.com | Theo de Raadt | |
1997-07-03 | rm of dir returns EPERM; more careful about ..; netbsd | Theo de Raadt | |
1997-03-02 | Sync msdosfs with NetBSD sans const-ness. NetSBD log messages: | Todd C. Miller | |
Fix panic on mkdir. Thanks to Dave Huang for finding the bug. Fixes a bug with allowed/forbidden characters in non-W95 filenames. Don't extend directory when nothing is written to it. | |||
1996-10-24 | <sys/dir.h> is for use as a compatibility interface only. Warn if | Thorsten Lockert | |
included by kernel modules, and also remove use from any modules that currently attempt to use it. | |||
1996-10-04 | sync | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-02-29 | From NetBSD: merge with 960217 | Niklas Hallqvist | |
1995-12-14 | from netbsd (mostly by ws): | Theo de Raadt | |
Win95 ignores case on lookup Really don't generate long names when mounted with -s Fix cookie handling Don't forward credentials to bread, it makes nfs panic (Of course, nfs shouldn't rely on the credentials not being referenced) Don't give directory entry to deget, it could result in a deadlock Use device blocks, not clusters for logical block numbers Add support for Win'95 separate creation/modification/access timestamps Re-introduce lowercase filenames for non-Win'95-filesystems Fix thinko with block boundaries in directories Don't overwrite dirclust, it's needed later on Enable flock(2). | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |