Age | Commit message (Expand) | Author |
2016-09-09 | Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname()) | Theo Buehler |
2015-11-24 | hotroot is calculated late in fsck_ffs, so defer the pledge. | Theo de Raadt |
2015-11-23 | Cannot pledge() in the hotroot case | Theo de Raadt |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-10-15 | fsck_ffs has a ^T signal handler which opens /dev/tty late. Hoist that | Theo de Raadt |
2015-10-14 | Only accept one filesystem/device as argument for checking. Few people | Theo de Raadt |
2015-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ | Theo de Raadt |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-04-25 | big int_t/time_t fixes; ok deraadt@ krw@ | Otto Moerbeek |
2011-04-24 | remove support for (very) old ffs on-disk formats; ok krw@ and no | Otto Moerbeek |
2011-04-16 | Blend in some code from netbsd and freebsd that reduces memory consumption | Otto Moerbeek |
2010-08-12 | Print the real device name followed by the disklabel UID in parenthesis | Joel Sing |
2010-07-09 | kill redundant docheck() function; ok deraadt@ | Otto Moerbeek |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-06-10 | reduce mem usage by about 20% by packing state and type of an inode in a single | Otto Moerbeek |
2007-06-25 | Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@ | Otto Moerbeek |
2007-04-10 | Add support for checking ffs2 filesystems. From pedro@ based on | Todd C. Miller |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2007-02-09 | fix a fd leak that happens whe checking multiple file systems and some | Otto Moerbeek |
2007-02-08 | Plug some mem leaks that occur when checking multiple file systems in a | Otto Moerbeek |
2006-04-17 | Remove "l:" from getopt(3) string, since the option was | Moritz Jodeit |
2005-02-03 | sync usage output | Jared Yanovich |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-08-23 | - Convert function definitions to new style | Grigoriy Orlov |
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 |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-03-02 | Make fsck aware of soft updates. | Artur Grabowski |
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 don... | Theo de Raadt |
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 |
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 |