Age | Commit message (Expand) | Author |
2007-09-16 | Do not use DIP() as an lvalue; founc by pcc. ok millert@ ray@ | Otto Moerbeek |
2007-07-17 | rmoev the macppc workaround, now that isset() and friends use expressions | Otto Moerbeek |
2007-07-04 | workaround for [daddr64_t] issue; worked on mostly by otto, wee bit by me | Theo de Raadt |
2007-06-25 | Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@ | Otto Moerbeek |
2007-06-01 | ufs1_daddr_t cleanup, okay otto@ | Pedro Martelletto |
2007-06-01 | Don't use cg.cg_niblk but fs.fs_ipg; the former has no meaning any more. | Otto Moerbeek |
2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-18 | Fix mismerge; remove statement without effect. OK otto@ pedro@ | Todd C. Miller |
2007-05-11 | pass the right size arg to memset, otherwise we end up with a | Otto Moerbeek |
2007-05-05 | Do not rely on fs_cpg; this is especially important for ffs2 which | Todd C. Miller |
2007-04-23 | Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bit | Pedro Martelletto |
2007-04-21 | use the correct size arg to memcmp when checking fs_cstotal. | Otto Moerbeek |
2007-04-18 | When trying to read the primary superblock, do not accidentially read | Otto Moerbeek |
2007-04-10 | Add support for checking ffs2 filesystems. From pedro@ based on | Todd C. Miller |
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 |