Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn | |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski | |
machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience. | |||
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-09-18 | move ext2fs_init to where it belongs. | Artur Grabowski | |
2001-09-18 | More of cleanups, reliability and endianness fixes from NetBSD. | Artur Grabowski | |
2001-07-16 | Make truncating a device a no-op instead of returning an error. We can | Constantine Sapuntzakis | |
fix the rest of the kernel some other time. | |||
2001-07-16 | Don't try to truncate anything except for symlinks, directories, and | Constantine Sapuntzakis | |
regular files. ftruncate and truncate that go through FFS/EXT2FS/MFS will now return EINVAL when done on devices. Bug introduced when VOP_TRUNCATE was removed, thus removing spec_truncate. Thanks to millert@ for tracking this one down. | |||
2001-06-27 | Remove old vm. | Artur Grabowski | |
2001-06-23 | Privatize several vnode operations that are not used by the generic code. | Constantine Sapuntzakis | |
2001-05-24 | - fix pr 1548: Cannot set arbitrary atime/mtime on ext2fs volume | jasoni | |
- checked by gluk@ | |||
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff | |
2000-04-26 | Support for ext2fs rev. 1 (from NetBSD) | jasoni | |
1999-08-17 | we're lucky that the return values from VOP_INACTIVE are ignored | Artur Grabowski | |
1999-02-26 | add compatibility with uvm vnode pagers | Artur Grabowski | |
1998-05-18 | The warnings shouldn't tell that this is ffs. It's confusing. | Artur Grabowski | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-06-12 | Sync with NetBSD, mostly cosmetic. | Jason Downs | |
1997-05-30 | Integrate new ext2fs, reverting ufs support for the old one. | Jason Downs | |
1997-05-30 | Non-GPLd ext2fs code from Manuel, unmodified. | Jason Downs | |