| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert sbin/ to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
* | Replace all uses of libncurses and libtermcap with their wide character | brooks | 2014-07-17 | 1 | -2/+2 |
* | Add globs.c to the build now that it's a separate file. | scottl | 2013-12-30 | 1 | -1/+1 |
* | Revert 248634 and 248643 (e.g., restoring 248625 and 248639). | mckusick | 2013-03-23 | 1 | -3/+4 |
* | Revert r248639 to fix build failure on head/ | gjb | 2013-03-23 | 1 | -4/+3 |
* | Fix the build after addition of cylinder group cacheing (r248625) | mckusick | 2013-03-23 | 1 | -3/+4 |
* | Catch up with internal API changes for initbarea() and getdatablk() | pluknet | 2013-02-24 | 1 | -2/+2 |
* | Remove write only assignments and thus fix the build after struct bufarea | pluknet | 2013-02-15 | 1 | -1/+0 |
* | Fix sbin/ build with a 64-bit ino_t. | mdf | 2012-09-27 | 2 | -17/+22 |
* | Partially undo r228693, by removing NO_WFORMAT.clang in fsdb's Makefile, | dim | 2012-03-09 | 2 | -3/+1 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -3/+1 |
* | Improve sparse file handling when printing the block list for an inode by | truckman | 2012-02-06 | 1 | -7/+6 |
* | Revert r228603, and add the workaround to sbin/fsdb/Makefile instead. | dim | 2011-12-18 | 2 | -3/+6 |
* | In sbin/fsdb/fsdbutil.c, work around a clang false positive with printf | dim | 2011-12-16 | 1 | -2/+3 |
* | Get rid of major/minor number distinction. | ed | 2011-09-28 | 1 | -4/+2 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | mckusick | 2011-01-24 | 1 | -1/+1 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 2 | -17/+20 |
* | Update after function renames. | pjd | 2006-10-31 | 2 | -4/+3 |
* | Markup fixes. | ru | 2006-09-18 | 1 | -1/+1 |
* | Add a note that the btime command only works on UFS2. | ceri | 2006-08-24 | 1 | -1/+4 |
* | Allow fsdb to manipulate the birthtime entries on UFS2. | ceri | 2006-08-23 | 3 | -3/+29 |
* | o Implement findblk command: find the inode(s) owning the specified | maxim | 2006-06-02 | 2 | -1/+272 |
* | o Do recrack(arguments) for commands which actually take NAME as | maxim | 2006-04-21 | 3 | -10/+12 |
* | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | stefanf | 2005-10-19 | 1 | -1/+1 |
* | The libedit update made a const cast necessary. | stefanf | 2005-08-07 | 1 | -1/+1 |
* | Reword a sentence to conform with our mdoc(7) style. | trhodes | 2005-02-12 | 1 | -3/+4 |
* | Sort sections. | ru | 2005-01-18 | 1 | -9/+9 |
* | Make fsck WARNS=2 clean. | le | 2004-10-09 | 2 | -17/+17 |
* | Downgrade WARNS level until GCC 3.4.2 warning are fixed. | kan | 2004-07-28 | 1 | -0/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -9/+18 |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
* | Make this WARNS=2 clean by | johan | 2003-11-13 | 3 | -8/+10 |
* | Backout Rev. 1.24 | brueffer | 2003-08-30 | 1 | -1/+1 |
* | Grammar fix | brueffer | 2003-08-29 | 1 | -1/+1 |
* | I forgot fsdb was still sharing files with fsck. | phk | 2002-09-16 | 1 | -1/+1 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 2 | -11/+11 |
* | Warning cleanup. | phk | 2002-07-30 | 2 | -3/+3 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -4/+6 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 3 | -68/+117 |
* | more file system > filesystem | trhodes | 2002-05-16 | 2 | -9/+9 |
* | Match prototypes to functions over in fsck_ffs. | phk | 2002-05-14 | 1 | -3/+3 |
* | o __P removal. | imp | 2002-03-21 | 3 | -71/+41 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -4/+4 |
* | This sounds better. | ru | 2002-03-15 | 1 | -1/+1 |
* | Something i always wanted to see: add a function to print the list of | joerg | 2002-01-26 | 4 | -19/+164 |
* | Avoid pointless initialization of global variables to 0. This only | joerg | 2002-01-26 | 1 | -2/+2 |
* | Don't exit with -1 if the user typed "quit". | joerg | 2002-01-26 | 1 | -1/+2 |
* | Remove a not-very-useful printf(3). | green | 2002-01-25 | 1 | -1/+0 |
* | Allow fsdb the ability to work with entries named with whitespace embedded. | green | 2002-01-25 | 3 | -3/+33 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |