| Age | Commit message (Expand) | Author |
| 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-03-27 | Use "wall -g operator" (instead of private code) to broadcast() messages to | lukem |
| 2002-11-17 | should be safer to cast to u_long than to cast down to int | itojun |
| 2002-11-17 | Add a cast to sizeof in printf() arg since _BSD_SIZE_T is unsigned long | tsutsui |
| 2002-11-16 | use strlcpy. use sizeof() instead of xxLEN to avoid de-synchronization | itojun |
| 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 | 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 | - use correct type for minTime in findlru() (size_t instead of int) | 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-11-16 | relax the restriction on -F that the file system image argument must be a | lukem |
| 2001-10-15 | Add the capability for dump to print timestamps on all informational | blymn |
| 2001-08-14 | - implement -F, which indicates that files-to-dump is a regular file | 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-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-27 | more KNF | lukem |
| 2001-05-27 | knf to ansi | 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 |
| 2000-12-13 | Global variables don't need to be initialised to zero. | scw |
| 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 |
| 1999-01-03 | add support for '-L label', which file(1) and restore(1) can extract from the | lukem |
| 1998-08-25 | from Erik Bertelsen <erik@mediator.uni-c.dk> | ross |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-03-18 | Add support for non-native byte order FFS. The dump is in filesystem byte | bouyer |
| 1997-09-18 | Various changes from Brian Grayson <bgrayson@ece.utexas.edu> in [bin/4103] | lukem |
| 1997-09-16 | resolve conflicts from lite-2 import | 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-05-27 | enable rcmd(). garbage collect. | mrg |
| 1997-04-21 | be safe with buffers. | mrg |
| 1997-04-15 | remove use of "register". | lukem |
| 1997-04-10 | Implement changes from [bin/1915] | lukem |
| 1997-02-27 | set bflag so that 'dump bd M N' works properly. fix from Juergen | mikel |
| 1996-03-15 | Be more paranoid with our effective uid. | scottr |
| 1996-02-05 | support $TAPE. update manual to reflect reality (#1937). | mrg |