| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r260068, r260069, r260076 | Scott Long | 2014-01-02 | 1 | -1/+1 |
| * | Revert 248634 and 248643 (e.g., restoring 248625 and 248639). | Kirk McKusick | 2013-03-23 | 1 | -3/+4 |
| * | Revert r248639 to fix build failure on head/ | Glen Barber | 2013-03-23 | 1 | -4/+3 |
| * | Fix the build after addition of cylinder group cacheing (r248625) | Kirk McKusick | 2013-03-23 | 1 | -3/+4 |
| * | Catch up with internal API changes for initbarea() and getdatablk() | Sergey Kandaurov | 2013-02-24 | 1 | -2/+2 |
| * | Remove write only assignments and thus fix the build after struct bufarea | Sergey Kandaurov | 2013-02-15 | 1 | -1/+0 |
| * | Fix sbin/ build with a 64-bit ino_t. | Matthew D Fleming | 2012-09-27 | 2 | -17/+22 |
| * | Partially undo r228693, by removing NO_WFORMAT.clang in fsdb's Makefile, | Dimitry Andric | 2012-03-09 | 2 | -3/+1 |
| * | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | Dimitry Andric | 2012-02-28 | 1 | -3/+1 |
| * | Improve sparse file handling when printing the block list for an inode by | Don Lewis | 2012-02-06 | 1 | -7/+6 |
| * | Revert r228603, and add the workaround to sbin/fsdb/Makefile instead. | Dimitry Andric | 2011-12-18 | 2 | -3/+6 |
| * | In sbin/fsdb/fsdbutil.c, work around a clang false positive with printf | Dimitry Andric | 2011-12-16 | 1 | -2/+3 |
| * | Get rid of major/minor number distinction. | Ed Schouten | 2011-09-28 | 1 | -4/+2 |
| * | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | Kirk McKusick | 2011-01-24 | 1 | -1/+1 |
| * | - Merge soft-updates journaling from projects/suj/head into head. This | Jeff Roberson | 2010-04-24 | 2 | -17/+20 |
| * | Update after function renames. | Pawel Jakub Dawidek | 2006-10-31 | 2 | -4/+3 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-18 | 1 | -1/+1 |
| * | Add a note that the btime command only works on UFS2. | Ceri Davies | 2006-08-24 | 1 | -1/+4 |
| * | Allow fsdb to manipulate the birthtime entries on UFS2. | Ceri Davies | 2006-08-23 | 3 | -3/+29 |
| * | o Implement findblk command: find the inode(s) owning the specified | Maxim Konovalov | 2006-06-02 | 2 | -1/+272 |
| * | o Do recrack(arguments) for commands which actually take NAME as | Maxim Konovalov | 2006-04-21 | 3 | -10/+12 |
| * | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | Stefan Farfeleder | 2005-10-19 | 1 | -1/+1 |
| * | The libedit update made a const cast necessary. | Stefan Farfeleder | 2005-08-07 | 1 | -1/+1 |
| * | Reword a sentence to conform with our mdoc(7) style. | Tom Rhodes | 2005-02-12 | 1 | -3/+4 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -9/+9 |
| * | Make fsck WARNS=2 clean. | Lukas Ertl | 2004-10-09 | 2 | -17/+17 |
| * | Downgrade WARNS level until GCC 3.4.2 warning are fixed. | Alexander Kabaev | 2004-07-28 | 1 | -0/+1 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -9/+18 |
| * | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | Ruslan Ermilov | 2004-02-05 | 1 | -2/+2 |
| * | Make this WARNS=2 clean by | Johan Karlsson | 2003-11-13 | 3 | -8/+10 |
| * | Backout Rev. 1.24 | Christian Brueffer | 2003-08-30 | 1 | -1/+1 |
| * | Grammar fix | Christian Brueffer | 2003-08-29 | 1 | -1/+1 |
| * | I forgot fsdb was still sharing files with fsck. | Poul-Henning Kamp | 2002-09-16 | 1 | -1/+1 |
| * | s/filesystem/file system/g as discussed on -developers | Tom Rhodes | 2002-08-21 | 2 | -11/+11 |
| * | Warning cleanup. | Poul-Henning Kamp | 2002-07-30 | 2 | -3/+3 |
| * | The .Nm utility | Philippe Charnier | 2002-07-06 | 1 | -4/+6 |
| * | This commit adds basic support for the UFS2 filesystem. The UFS2 | Kirk McKusick | 2002-06-21 | 3 | -68/+117 |
| * | more file system > filesystem | Tom Rhodes | 2002-05-16 | 2 | -9/+9 |
| * | Match prototypes to functions over in fsck_ffs. | Poul-Henning Kamp | 2002-05-14 | 1 | -3/+3 |
| * | o __P removal. | Warner Losh | 2002-03-21 | 3 | -71/+41 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-20 | 1 | -4/+4 |
| * | This sounds better. | Ruslan Ermilov | 2002-03-15 | 1 | -1/+1 |
| * | Something i always wanted to see: add a function to print the list of | Joerg Wunsch | 2002-01-26 | 4 | -19/+164 |
| * | Avoid pointless initialization of global variables to 0. This only | Joerg Wunsch | 2002-01-26 | 1 | -2/+2 |
| * | Don't exit with -1 if the user typed "quit". | Joerg Wunsch | 2002-01-26 | 1 | -1/+2 |
| * | Remove a not-very-useful printf(3). | Brian Feldman | 2002-01-25 | 1 | -1/+0 |
| * | Allow fsdb the ability to work with entries named with whitespace embedded. | Brian Feldman | 2002-01-25 | 3 | -3/+33 |
| * | Default to WARNS=2. | David E. O'Brien | 2001-12-04 | 1 | -0/+1 |
| * | Check that the mode argument to fsdb's `chmod' command contains no | Ian Dowse | 2001-11-11 | 1 | -1/+1 |
| * | *** empty log message *** | David E. O'Brien | 2001-10-01 | 1 | -3/+4 |