Age | Commit message (Expand) | Author |
2007-03-19 | be a tiny little bit more verbose when encoutering bad block or fragment | Otto Moerbeek |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2007-03-18 | there's no way we're going to be able to handle illegal block or | Otto Moerbeek |
2007-03-15 | Check for cg_irotor and cg_frotor being negative, okay millert@ deraadt@ | Pedro Martelletto |
2007-02-16 | Fix a row of bugs in the code that computes the alternate superblock | Otto Moerbeek |
2007-02-13 | "Fix" a horrible signal handler. ckfini() breaks all the rules for | Otto Moerbeek |
2007-02-13 | Do some extra validation of the superblock, otherwise a corrupt | Otto Moerbeek |
2007-02-12 | remsize must be signed to avoid wrapping around to some huge number. | Otto Moerbeek |
2007-02-12 | detect truncation of block number, which can happen which trashed | Otto Moerbeek |
2007-02-12 | max partition letter is 'a' + MAXPARTITIONS - 1, not 'h'. ok (and | Otto Moerbeek |
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 |
2007-02-08 | A corrrup inode might lead to preposterous dir sizes. So check the | Otto Moerbeek |
2007-01-24 | A reallocated root directory gets ownership of the fsck process. | Alexander Bluhm |
2006-04-27 | Avoid spurious 'summary information bad' warnings, okay tedu@ | Pedro Martelletto |
2006-04-17 | more signal handler cleaning | Theo de Raadt |
2006-04-17 | solve half of the signal race issues | Theo de Raadt |
2006-04-17 | prettier code; ok pedro | Theo de Raadt |
2006-04-17 | Remove "l:" from getopt(3) string, since the option was | Moritz Jodeit |
2006-04-07 | fsck needs to unset FS_FLAGS_UPDATED if it changes the super block | Pedro Martelletto |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-03-30 | when asking y or n, accept "F" which forces yes from the on. i have | Theo de Raadt |
2006-03-22 | earlier asprintf diff caused malloc in signal handler. clarify the | Theo de Raadt |
2006-03-20 | NetBSD Coverity CID 2074: Fix memory leak. | David Hill |
2006-03-12 | use asprintf instead of a static buffer; dhill, tested by pedro | Theo de Raadt |
2006-03-09 | Remove option -n from newfs as well as all references to fs_postbl() | Pedro Martelletto |
2006-01-25 | spell fall through as FALLTHROUGH | Ted Unangst |
2005-12-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto |
2005-06-16 | bye bye whiteouts | Todd C. Miller |
2005-04-16 | Since the return value from the *_info functions is only actually used as a | Todd C. Miller |
2005-04-16 | while snprintf and strlcpy and strlcat have this nice >buflen API (and the | Theo de Raadt |
2005-02-03 | misplaced .El marker; | Jason McIntyre |
2005-02-03 | sync usage output | Jared Yanovich |
2005-02-03 | - simplify, normalize, and sync usage/synopsis forms | Jared Yanovich |
2005-02-02 | - syncs are done by a kernel thread, not update(8) | Jared Yanovich |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-07-05 | remove useless (always false) check; ok millert henning | Peter Valchev |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-11 | consistent newlines, from tom cosgrove at arches-consulting.com. | Ted Unangst |
2003-09-25 | do not crank size first, do not do p = realloc(p, ... | Theo de Raadt |
2003-09-25 | whack commons as wanted by ho | Theo de Raadt |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-07-08 | - fix some lists/displays | Jason McIntyre |
2003-06-26 | const the rcsid, and make it say OpenBSD | Ted Unangst |
2003-06-03 | - section reorder | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-30 | only compare suberblock fields that are interesting, instead of trying to | Ted Unangst |
2003-04-26 | string cleaning; ok tedu | Theo de Raadt |
2003-04-16 | string cleaning | Theo de Raadt |