Age | Commit message (Expand) | Author |
2013-11-22 | Kirk was being waaaay too chummy with the compiler when he trusted | Philip Guenther |
2013-11-11 | incorrect %lld for an int | Theo de Raadt |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-11-03 | Add missing (long long) cast of variable, (long long) casts | Kenneth R Westerback |
2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use | Kenneth R Westerback |
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 |
2013-04-24 | pretty print bigger off_t | Theo de Raadt |
2013-02-11 | Xr scan_ffs 8; requested by Scott McEachern | Jason McIntyre |
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 |