| Age | Commit message (Expand) | Author |
| 2021-06-19 | Add external attribute dumping and restoring support from FreeBSD. | christos |
| 2021-06-07 | Bitmaps (TS_BITS and TS_CLRI) dont use the "c_addr" array as they | hannken |
| 2019-03-01 | Use getfsspecname() to fill the filesystem argument in dumpdates. | christos |
| 2015-08-24 | Consistently use iswap64() and 64bit intermediate variable, as well as | bouyer |
| 2013-06-15 | handle new lfs split | christos |
| 2013-01-13 | Use void * for I/O functions and remove no-longer-needed casts. | dholland |
| 2013-01-13 | Add some const. | dholland |
| 2011-09-16 | NULL does not need a cast, here | plunky |
| 2008-02-16 | Fix some inconsisent/conflicting definitions and missing parameters | matt |
| 2006-12-18 | Convert a couple of "(void)&" constructs to volatile. | christos |
| 2006-10-26 | When using a snapshot take the snapshot raw device on further open. | hannken |
| 2006-06-24 | Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; in | perseant |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2004-08-08 | Signal handlers should manipulate 'volatile sig_atomic_t' instead of 'int'. | lukem |
| 2004-03-15 | Adjust tstart_volume (volume start time) by the time spent in query(), | lukem |
| 2004-02-18 | Avoid signal race condition. If a slave gets the SIGUSR2 signal between | hannken |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-01-16 | Rename `sigset' locals to avoid symbol shadowing warning. | kleink |
| 2002-08-18 | save/restore errno in signal handlers. | yamt |
| 2002-01-07 | For -l: specify the timeout on the command line (in seconds) instead of | bouyer |
| 2001-12-30 | Add -a to "auto-size" the tape, rather than relying upon other options | lukem |
| 2001-12-25 | Fixes from FreeBSD: | lukem |
| 2001-12-23 | unifdef sunos | lukem |
| 2001-12-23 | nuke trailing whitespace | lukem |
| 2001-12-22 | - use correct type for minTime in findlru() (size_t instead of int) | lukem |
| 2001-12-14 | Add a -l (autoload) flag. For multivolume dumps, this makes dump eject the | bouyer |
| 2001-11-01 | fix -Wshadow warnings | lukem |
| 2001-08-14 | s/filesystem/file system/dump.h | lukem |
| 2001-05-28 | * improve parsing of file-systems-to-dump when a path is given: | lukem |
| 2001-05-28 | unifdef !__STDC__ (missed in previous) | lukem |
| 2001-05-27 | knf to ansi | lukem |
| 2001-05-12 | Fix bug in new "e" option: only eject tape if it is full, not if the dump | tron |
| 2001-05-07 | Add a new option "e" to "dump" which allows to eject tapes automatically | tron |
| 2000-10-11 | Better fix for format warnings. | he |
| 2000-10-11 | Fix format warnings | briggs |
| 1999-10-01 | Working version of aborted dump{,_lfs} join. | perseant |
| 1999-09-30 | Back out changes made on the 29th, not at all the changes I intended to commit. | perseant |
| 1999-09-29 | Adapt dump(8) to use filestore-independent (but still ufs-specific) | perseant |
| 1999-03-23 | Implement a read cache, as announced on tech-userlevel. Default is 32k | bouyer |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX | lukem |
| 1998-03-18 | Add support for non-native byte order FFS. The dump is in filesystem byte | bouyer |
| 1997-09-16 | make these compile on the alpha after WARNS=1. | mrg |
| 1997-09-16 | resolve conflicts from lite-2 import | lukem |
| 1997-09-15 | remove __dead | lukem |
| 1997-09-15 | * cleanup for WARNS=1 | lukem |
| 1997-06-05 | * Add the ability to dump specific files & directories of a single | lukem |
| 1997-04-15 | use _PATH_DEFTAPE from <paths.h> | lukem |
| 1997-04-15 | remove use of "register". | lukem |
| 1997-04-10 | Implement changes from [bin/1915] | lukem |