Age | Commit message (Expand) | Author |
2011-05-08 | Small memory optimization from NetBSD; ok krw@ millert@ | Otto Moerbeek |
2011-05-02 | Remove unused variable | Charles Longeau |
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 |
2010-07-09 | Avoid crashes by using correct types for block numbers, which can grow | Otto Moerbeek |
2010-06-15 | When fsck_ffs is used with disklabel UIDs the hot root test fails in | Joel Sing |
2010-06-09 | add missing headers needed for opendev() and close() | Charles Longeau |
2010-06-05 | Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be able | Joel Sing |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-03-03 | Add description of -p and remove reference to fstab processing. | Otto Moerbeek |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt |
2010-01-03 | Neither .Pp nor unqualified text are allowed at the top level of .Bl; | Ingo Schwarze |
2009-12-10 | do not leak memory, found by parfait, ok millert otto | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-05-29 | catch funny values of cg_initediblk; make fsck_ffs more robust | Otto Moerbeek |
2008-12-29 | Some forms of inode corruption can make remsize and thus isize go | Otto Moerbeek |
2008-11-09 | add missing header needed by getpagesize(). | Charles Longeau |
2008-11-06 | Have called pass pagesize into FS_KERNMAXFILESIZE(), because there is no | Theo de Raadt |
2008-11-02 | check for the maximum file size to avoid some out-of-bounds accesses; | Otto Moerbeek |
2008-06-10 | reduce mem usage by about 20% by packing state and type of an inode in a single | Otto Moerbeek |
2008-06-10 | print sizeofs using %zu; ok joris@ | Otto Moerbeek |
2008-06-09 | The new newfs(8) code causes alternate superblocks to end up in | Otto Moerbeek |
2008-05-26 | reorg fields in structs inodesc and inoinfo to reduce size on some archs; from | Otto Moerbeek |
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 |