| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a flags parameter to the ffs_sbget() function that reads UFS superblocks. | Kirk McKusick | 2022-07-31 | 1 | -1/+1 |
* | Remove #define _KERNEL hacks from libprocstat | Konstantin Belousov | 2021-02-21 | 1 | -0/+2 |
* | Clean up global variable declarations in the dump and restore | Kirk McKusick | 2020-04-04 | 1 | -7/+29 |
* | Normally when an attempt is made to mount a UFS/FFS filesystem whose | Kirk McKusick | 2018-12-06 | 1 | -1/+1 |
* | Fix build break from dump incompatibility I introduced in -r340411 | Kirk McKusick | 2018-11-14 | 1 | -2/+2 |
* | Plug build break after r340411. | Gleb Smirnoff | 2018-11-13 | 1 | -2/+2 |
* | Revert size limits. | Warner Losh | 2018-06-11 | 1 | -4/+1 |
* | Don't initialize c_count. We don't need to. | Warner Losh | 2018-06-11 | 1 | -2/+2 |
* | Minor style polishing. | Warner Losh | 2018-06-11 | 1 | -2/+1 |
* | Large file systems with inodes > 512K have been silently overflowing | Diane Bruce | 2018-06-11 | 1 | -1/+4 |
* | Ensure proper initialization of superblock. | Kirk McKusick | 2018-06-07 | 1 | -0/+1 |
* | Revert r313780 (UFS_ prefix) | Ed Maste | 2018-03-17 | 1 | -2/+2 |
* | Prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2018-03-17 | 1 | -2/+2 |
* | Refactoring of reading and writing of the UFS/FFS superblock. | Kirk McKusick | 2018-01-26 | 1 | -18/+11 |
* | In preparation for converting to libufs to read the superblock, | Kirk McKusick | 2017-12-27 | 1 | -4/+4 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | sbin: ake use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni | 2016-05-01 | 1 | -1/+1 |
* | dump: use NULL instead of zero for pointers. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | Ed Schouten | 2012-01-03 | 1 | -1/+1 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | Kirk McKusick | 2011-01-24 | 1 | -1/+1 |
* | Plug two memory leaks in error case. | Xin LI | 2010-02-03 | 1 | -1/+2 |
* | Expand dump to allow MAX_INT dump levels. | Kirk McKusick | 2008-05-24 | 1 | -7/+10 |
* | When using dump to generate level 0 dumps which are then rsync'ed | Kirk McKusick | 2008-05-23 | 1 | -3/+23 |
* | Make "dump /filesystem" (without options) work. | Ruslan Ermilov | 2006-10-12 | 1 | -2/+5 |
* | If rawname returns NULL, deal with it appropriately. | Matt Jacob | 2006-08-15 | 1 | -0/+2 |
* | 'r' disk devices no longer exist, so don't try to create a pathname | Warner Losh | 2005-04-18 | 1 | -20/+10 |
* | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-10 | 1 | -2/+2 |
* | Improved error checking for existence of a .snap directory to | Wes Peters | 2005-01-21 | 1 | -15/+26 |
* | Add -P arguments for dump(8) and restore(8) which allow the user to | Brian Feldman | 2004-04-13 | 1 | -7/+21 |
* | Improve the warnings for dump -L and do not bother doing the snapshot if | Brian Feldman | 2004-04-12 | 1 | -3/+10 |
* | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 1 | -4/+0 |
* | Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assuming | Ian Dowse | 2004-01-04 | 1 | -2/+2 |
* | Convert the live dump command (`dump -L') to use mksnap_ffs instead | Kirk McKusick | 2003-11-16 | 1 | -12/+8 |
* | Make this WARNS=2 clean by | Johan Karlsson | 2003-11-14 | 1 | -3/+4 |
* | Dump is hard-wired to believe that it can read disks on | Kirk McKusick | 2003-05-07 | 1 | -0/+1 |
* | Removed all vestiges of KerberosIV. | Ruslan Ermilov | 2003-05-01 | 1 | -5/+3 |
* | De-Kerberise (KerberosIV). KerberosIV is no longer present, and | Mark Murray | 2003-05-01 | 1 | -14/+0 |
* | Avoid a name conflict with future functionality: | Matthew N. Dodd | 2003-04-07 | 1 | -1/+1 |
* | Sort options. | Ruslan Ermilov | 2003-02-23 | 1 | -17/+17 |
* | really, this time for sure. Fix formatting in usage(). | Matthew Dillon | 2003-01-13 | 1 | -2/+2 |
* | Grr. I keep forgetting things. Include -C in dump's usage() . | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
* | Add support for obsolete option form for -C | Matthew Dillon | 2003-01-13 | 1 | -0/+1 |
* | Add a caching option to dump. Use -C. Note that NetBSD has a caching option | Matthew Dillon | 2003-01-13 | 1 | -2/+7 |
* | Add the `L' option to dump to notify it that it is dumping a | Kirk McKusick | 2002-12-03 | 1 | -14/+81 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | Kirk McKusick | 2002-11-27 | 1 | -2/+1 |
* | Changed "file system" back to "filesystem" in the usage message. English | Bruce Evans | 2002-10-01 | 1 | -3/+3 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | Mike Barcroft | 2002-09-25 | 1 | -3/+4 |
* | s/filesystem/file system/g as discussed on -developers | Tom Rhodes | 2002-08-21 | 1 | -6/+6 |
* | Replace the use of %qd with intmax_t/%jd and fix a number of -Wall | Ian Dowse | 2002-07-08 | 1 | -8/+9 |