Age | Commit message (Expand) | Author |
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-19 | remove #ifndef #define blocks trying to handle lack of BUFSIZ | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-14 | rely on reallocarray() to give us the overflow detection, rather than | Theo de Raadt |
2014-10-08 | trivial use of getreallocarray() | Theo de Raadt |
2014-09-06 | inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t; | Philip Guenther |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-05-29 | fsck should use the same values in checking as newfs does in creating | Kenneth R Westerback |
2014-05-24 | Use consistent format specifiers (%lld) and casts (long long) when | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback |
2014-05-09 | Modernize spelling. 'Mimick' -> 'Mimic' in comment. | Kenneth R Westerback |
2014-05-09 | Fix '-b' option to work with the superblock locations output by newfs | Kenneth R Westerback |
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 |