| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge head from 7/28 | sjg | 2014-08-19 | 2 | -1/+15 |
|\ |
|
| * | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | bdrewery | 2014-06-08 | 1 | -0/+2 |
| * | If called without -T or -t, fsck attempts to detect the | trhodes | 2014-05-23 | 1 | -1/+13 |
* | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
* | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
* | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
* | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | |
| \ | |
*-. \ | Sync from head | sjg | 2012-11-04 | 5 | -50/+42 |
|\ \ \
| | |/
| |/| |
|
| * | | Make fsck and fsck_msdosfs WARNS=6 clean | uqs | 2012-10-21 | 4 | -13/+13 |
| * | | sbin/fsck: s/perror/perr/ to avoid shadowing | uqs | 2012-10-21 | 4 | -38/+30 |
| |/ |
|
* | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
|/ |
|
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 2 | -3/+3 |
* | Add new option -c to specify alternatve location of the /etc/fstab | sobomax | 2011-10-25 | 2 | -2/+16 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
* | Note that foreground fsck should be run after a filesystem related panic. | mckusick | 2010-07-22 | 1 | -0/+11 |
* | Fix minor resource leak in a function which was introduced by changing an | netchild | 2009-11-20 | 1 | -1/+3 |
* | Add the '-C' "check clean" flag. If the FS is marked clean, skip file | obrien | 2009-01-30 | 3 | -4/+13 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 2 | -5/+5 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 1 | -1/+2 |
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+5 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 2 | -8/+0 |
* | Use __printflike() and __dead2 instead of hard-coded gccisms. | bde | 2003-12-27 | 1 | -6/+4 |
* | Garbage-collected hotroot, rawname() and unrawname() again. These | bde | 2003-12-27 | 2 | -41/+0 |
* | fsck_msdosfs/main.c: | bde | 2003-12-27 | 2 | -14/+0 |
* | Bump WARNS level and add a '?' to WARNS=. | trhodes | 2003-10-29 | 1 | -1/+1 |
* | Remove redundant declaration of the perror() function, it's provided by stdio.h. | trhodes | 2003-10-29 | 2 | -2/+0 |
* | o Fix usage(): remove '-l', add missed '-f', sort. | maxim | 2003-07-26 | 1 | -1/+1 |
* | Remove references to the '-l' option in synopsis. The rest of the | simon | 2003-07-26 | 1 | -2/+1 |
* | Convert fsck and mount to using execvP to find fsck_foo and mount_foo. | gordon | 2003-06-29 | 2 | -63/+7 |
* | Back out previous delta to fix fsck on filesystems without an fstab entry, | jmallett | 2003-04-25 | 1 | -1/+23 |
* | Strip out bogus difference from when this came from NetBSD: transliterating | jmallett | 2003-03-03 | 1 | -17/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -2/+2 |
* | Straighten out a compound if() to improve readability marginally. | phk | 2002-12-17 | 1 | -1/+4 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
* | Give a meaningfull diagnostic when we cannot determine the filesystem type. | phk | 2002-10-31 | 1 | -1/+3 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 3 | -31/+31 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -1/+1 |
* | more file system > filesystem | trhodes | 2002-05-16 | 2 | -5/+5 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | Replace __progname with the functionally identical but more | markm | 2002-03-24 | 2 | -19/+14 |
* | o __P removed | imp | 2002-03-20 | 4 | -222/+67 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
* | mdoc(7) police: Fixed broken xrefs. | ru | 2001-08-22 | 1 | -1/+1 |
* | Silence non-constant format string warnings by marking functions | kris | 2001-08-19 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -5/+5 |
* | Update usage message with new options. | mckusick | 2001-04-30 | 1 | -1/+1 |
* | mdoc(7) police: update document date, sort xrefs, fix markup. | ru | 2001-04-27 | 1 | -5/+11 |
* | Add support for running foreground (-F) and background (-B) checks. | mckusick | 2001-04-25 | 5 | -49/+219 |
* | Don't make fsck go quite _that_ fast: | phk | 2001-04-07 | 1 | -1/+3 |