Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1997-10-11 | Never involve negative numbers in unsigned expressions. Fixes a segfault some | Niklas Hallqvist | |
bad fs images triggers. | |||
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-22 | Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 by | Thorsten Lockert | |
Ian Dowse <iedowse@maths.tcd.ie> | |||
1996-10-20 | Sync with NetBSD 961019 | Thorsten Lockert | |
1996-10-12 | From Kirk McKusick: | Thorsten Lockert | |
If a directory somehow develops a hole (that is a block pointer that has a value of zero), fsck would give the filesystem a clean bill of health, but the kernel would panic when accessing the directory with the hole. Fsck now checks for holes in directories. If found in preen mode, fsck fails. In manual mode, it can be directed to shorten the directory to the beginning of the hole. A more complete solution would be to allocate a block to fill the hole. However, this is a lot more work for a `cannot happen' error, so the extra effort seems unwarranted. | |||
1996-06-23 | update rcsid | Theo de Raadt | |
1996-05-28 | be more careful | Theo de Raadt | |
1995-12-18 | use ufs_daddr_t; another time_t cleanup | Theo de Raadt | |
1995-12-16 | handle time_t things that really are not time_t | Theo de Raadt | |
1995-11-13 | time_t typecast; from bernd@arresum.inka.de; netbsd pr#1724 | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |