| Age | Commit message (Expand) | Author |
| 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-25 | document more of the debug options | lukem |
| 2001-12-24 | For dump_lfs(8), in getfstab(), only "lfs" (instead of "ufs" or "ffs"). | lukem |
| 2001-12-23 | clean up from time_t -> int32_t change in dumprestore.h | lukem |
| 2001-12-23 | unifdef sunos | lukem |
| 2001-12-23 | nuke trailing whitespace | lukem |
| 2001-12-22 | When using the read cache in bread(), ensure that the current (sub)block | lukem |
| 2001-12-22 | - use correct type for minTime in findlru() (size_t instead of int) | lukem |
| 2001-12-22 | In rawread(), add back a check to ensure that dump doesn't try to read | lukem |
| 2001-12-20 | Another little mistake, spotted by wiz. | soren |
| 2001-12-20 | Sync getopt() / man page with actual getopt options. | soren |
| 2001-12-14 | Add a -l (autoload) flag. For multivolume dumps, this makes dump eject the | bouyer |
| 2001-12-07 | One '\' too many. | wiz |
| 2001-11-16 | relax the restriction on -F that the file system image argument must be a | lukem |
| 2001-11-01 | fix -Wshadow warnings | lukem |
| 2001-10-25 | in msg(), don't call va_list using functions twice in a row without calling | lukem |
| 2001-10-15 | Whitespace fixes, sort SEE ALSO, sort sections. | wiz |
| 2001-10-15 | Add the capability for dump to print timestamps on all informational | blymn |
| 2001-08-17 | remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() | lukem |
| 2001-08-14 | - implement -F, which indicates that files-to-dump is a regular file | lukem |
| 2001-08-14 | s/filesystem/file system/ | lukem |
| 2001-08-14 | s/filesystem/file system/dump.h | lukem |
| 2001-08-08 | Patch to drop setgid tty privs until forking for operator notification | david |
| 2001-07-17 | reset uid & gid around calling rmthost(). | mrg |
| 2001-07-16 | display what signal, not "unknown" | mrg |
| 2001-06-05 | Drop arguments of .Os. | wiz |
| 2001-06-03 | Assign a saved copy of dt->fs_file to mountpoint. dt->fs_file will be freed | hannken |
| 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 | more KNF | lukem |
| 2001-05-27 | knf to ansi | lukem |
| 2001-05-26 | use strdup appropriately | lukem |
| 2001-05-12 | Add "e" option to usage message. Problem pointed out by Takahiro Kambe | tron |
| 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 |
| 2001-02-04 | restore needs the rcmd operations. | christos |
| 2001-02-04 | fix redundant decls | christos |
| 2000-12-13 | Global variables don't need to be initialised to zero. | scw |
| 2000-12-13 | `dev_bsize' needs to be declared extern. | scw |
| 2000-10-11 | Better fix for format warnings. | he |
| 2000-10-11 | Fix format warnings | briggs |
| 2000-10-10 | Format string cleanups by Bill Sommerfeld. | is |
| 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-07-01 | Note the default tape device is taken from _PATH_DEFTAPE in /usr/include/paths.h | abs |
| 1999-06-28 | Default device is nrst0 not rst0 | abs |
| 1999-05-05 | Avoid byte overflow in block estimate for large files | sommerfe |
| 1999-03-23 | Implement a read cache, as announced on tech-userlevel. Default is 32k | bouyer |