| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -1/+1 |
* | Revert the mechanical change from 'file system' to 'filesystem', committed | trasz | 2011-06-28 | 2 | -41/+41 |
* | Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indent | trasz | 2011-06-22 | 2 | -46/+46 |
* | We now have multiple filesystems (UFS, ZFS, ...), so for tools that only | gavin | 2011-05-08 | 1 | -2/+2 |
* | Fix typos - remove duplicate "is". | brucec | 2011-02-23 | 1 | -1/+1 |
* | s/utime/modtime/g -- utime shadows utime(3). | marcel | 2011-01-22 | 1 | -12/+12 |
* | Fix some more warnings found by clang. | brucec | 2010-11-22 | 1 | -1/+1 |
* | Unbreak the build on strong-aligned architectures (arm, ia64). | marcel | 2010-09-20 | 1 | -1/+1 |
* | Revise r197763 which fixes filesystem corruption when extending | brian | 2010-09-19 | 1 | -14/+13 |
* | When growing a UFS1 filesystem, we need to initialise all inodes in any new | gavin | 2010-02-13 | 1 | -4/+2 |
* | Quiet spurious warnings. | mckusick | 2010-02-11 | 1 | -8/+8 |
* | Remove dead code. This section of code is only run in the | gavin | 2010-01-02 | 1 | -10/+4 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -2/+0 |
* | The cylinder group tag cg_initediblk needs to match the number of inodes | mjacob | 2009-10-05 | 1 | -2/+8 |
* | Fix an int overflow on very large file systems. | das | 2007-12-17 | 1 | -2/+2 |
* | Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag. | pjd | 2006-10-31 | 1 | -0/+3 |
* | Remove duplicated assignment. | stefanf | 2006-07-17 | 1 | -1/+0 |
* | Don't define FS_DEBUG by default, as this causes growfs to write debugging | rwatson | 2005-03-31 | 1 | -1/+0 |
* | Sort sections. | ru | 2005-01-18 | 1 | -18/+18 |
* | Remove \n at the end of err(3) strings | charnier | 2005-01-16 | 1 | -7/+5 |
* | Cross-reference ffsinfo(8). | jkoshy | 2004-12-26 | 1 | -0/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | 3 important fixes for growfs: | scottl | 2004-10-09 | 1 | -22/+42 |
* | Catch up with recent gcc changes and introduce a DIP_SET macro | le | 2004-07-29 | 2 | -3/+9 |
* | Downgrade WARNS level until GCC 3.4.2 warning are fixed. | kan | 2004-07-28 | 1 | -1/+1 |
* | Parenthesised string literals are invalid in initialisers for character arrays. | stefanf | 2004-07-06 | 1 | -1/+1 |
* | Include <time.h> instead of depending on namespace pollution in <sys/stat.h> | bde | 2004-04-04 | 1 | -0/+1 |
* | It seems growfs(8) is now WARNS?=6 safe. | mux | 2004-04-03 | 1 | -1/+1 |
* | Fix the remaining warnings of growfs(8) on my sparc64 box with | mux | 2004-04-03 | 1 | -4/+4 |
* | - Don't abuse caddr_t when what we really want is a void *. | mux | 2004-04-03 | 1 | -4/+5 |
* | Temporarily go back to WARNS=0 until I can figure out what's breaking | le | 2004-04-03 | 1 | -1/+1 |
* | Make growfs WARNS=6 clean. | le | 2004-04-03 | 3 | -45/+49 |
* | Remove these MAINTAINER lines since the maintainers has had their | johan | 2004-04-01 | 1 | -2/+0 |
* | Don't read an inode which isn't used to avoid problems on UFS2 where not | le | 2004-03-26 | 1 | -0/+8 |
* | Fix bogus "ffsinfo -c 0" example with "ffsinfo -g 0 -l 4". | blackend | 2004-01-23 | 1 | -1/+2 |
* | Remove another instance of 'disklabel' which eluded me last time. | trhodes | 2003-12-26 | 1 | -1/+1 |
* | s/disklabel/bsdlabel | trhodes | 2003-12-23 | 1 | -1/+1 |
* | Remove a few unused variables. | trhodes | 2003-10-30 | 1 | -3/+2 |
* | Commit 1 of 2 to fix ffsinfo(8) for UFS2. | rwatson | 2003-08-14 | 2 | -115/+292 |
* | Remove references to ffsinfo(8) for now. It was disconnected from | brueffer | 2003-06-17 | 1 | -1/+0 |
* | style clean. | obrien | 2003-06-11 | 1 | -2/+2 |
* | Understand GEOM. This makes growfs work again, but it really needs rewriting. | grog | 2003-05-12 | 1 | -28/+57 |
* | Fix typos in comments; some style(9) fixes; no code changes. | schweikh | 2003-04-26 | 1 | -121/+117 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | mckusick | 2002-11-27 | 1 | -2/+1 |
* | Typo fix that I brought in rev 1.16 | keramida | 2002-11-21 | 1 | -1/+1 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 2 | -6/+8 |
* | Mention that fdisk(8) should be used to grow the containing slice | keramida | 2002-08-29 | 1 | -0/+6 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 3 | -34/+34 |