Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-17 | Remove "l:" from getopt(3) string, since the option was | Moritz Jodeit | |
removed long ago. From Steffen Wendzel. ok pedro@ | |||
2005-02-03 | sync usage output | Jared Yanovich | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-08-23 | - Convert function definitions to new style | Grigoriy Orlov | |
- eliminate trailing whitespace - remove casts that aren't needed. - make rcsid strings const, for -Wall compilation. from tedu <grendel@zeitbombe.org> | |||
2002-08-20 | clean some more signal races, some cannot be fixed | Theo de Raadt | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie | |
Synch files that use that field. (This argument is an internal interface specific to OpenBSD, so it won't cause compatibility problems.) (No bump, not an ABI change). ok art, millert... | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-03-02 | Make fsck aware of soft updates. | Artur Grabowski | |
We had this in the tree 1997, but it went away because it was too close to release. Ok: csapuntz@ (as a size note: It's really good to test fsck when you are torture testing the filesystems) | |||
2000-12-29 | Don't mark filesystem clean if fsck needs to be rerun (PR 1572) | Angelos D. Keromytis | |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
1999-03-01 | SIGINFO support | David Leonard | |
1998-02-05 | Ha! Caught Todd making a mistake! | Theo de Raadt | |
1998-02-05 | Add usage line | Todd C. Miller | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-07-14 | that was not a nice change | Theo de Raadt | |
1997-07-14 | change the output so that it fits into 80 columns | Thomas Graichen | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
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-06-10 | add usage printout | Theo de Raadt | |
1995-11-06 | complete ufs -> ffs change (From John Kohl; PR #1403) | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |