| Age | Commit message (Expand) | Author |
| 2001-12-23 | fix compile issues now that on-tape times are int32_t instead of time_t | lukem |
| 2001-12-07 | One '\' too many. | wiz |
| 2001-11-16 | Sort sections, use .Ic for a non-NetBSD program instead of .Xr. | wiz |
| 2001-11-01 | oops, remove temporary comment | lukem |
| 2001-11-01 | fix -Wshadow warnings | lukem |
| 2001-11-01 | remove arg name in prototype decl | lukem |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-08-24 | heirarchy -> hierarchy | wiz |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-06-05 | Drop arguments of .Os. | wiz |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-02-04 | revert previous change; not needed. | christos |
| 2001-02-04 | fix nested extern | christos |
| 2001-01-24 | Remove incorrect advice for lint; the control may return from panic(). | enami |
| 2001-01-18 | If possible, detect more case that file is missing on the tape. | enami |
| 2000-10-10 | Format string cleanups by Bill Sommerfeld. | is |
| 2000-07-07 | Extract file flags of symbolic link. | enami |
| 2000-06-09 | Force -t or -N flag disables -u flag (but -t case is just for sanity). | enami |
| 2000-05-23 | Make sure that sentences end at the end of source line for better | enami |
| 2000-05-23 | Add comment and sanity check about why we need not to skip remaining | enami |
| 2000-05-19 | Correctly extract the inode maps bigger than 512 tape blocks. | enami |
| 2000-01-27 | Fix PR9282: restore doesn't print dump header on dumps from host with | sommerfeld |
| 1999-11-19 | Keep SEE ALSO list in alphabetical order. | enami |
| 1999-11-19 | Use .Ar macro for the files to be extracted. | enami |
| 1999-11-19 | Don't pass so many args to .Nd macro. It just overflows. | enami |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 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-02-09 | Make quoted strings work. (don't set the high bit of each character) | erh |
| 1999-01-03 | user friendly enhancments. | lukem |
| 1998-07-27 | fix a small bug. | msaitoh |
| 1998-06-24 | Add an unlink (-u) flag so that we can use this for installs. | christos |
| 1998-05-12 | Don't actually set attributes of directory if -N flag is given. | enami |
| 1998-04-29 | fix bad .Xr references | fair |
| 1998-04-01 | Need <time.h> for ctime() prototype. | kleink |
| 1998-03-30 | use static int, not just static | mrg |
| 1998-03-18 | Update for new headers. | bouyer |
| 1998-01-10 | Document some undocumented options (-d and -N) and commands | enami |
| 1998-01-10 | Fix a typo; s/Complaints/Complains/ (pointed by Mike Long). | enami |
| 1997-12-13 | Fix the bug introduced in last change; pass IFCHR or IFBLK bit to | enami |
| 1997-11-18 | Use file mode 0600 when creating special file or fifo. | enami |
| 1997-11-18 | Restore file attributes after extracting regular file. Fixes PR#4515 | enami |
| 1997-11-11 | add missing .Nm sections. | mrg |
| 1997-10-20 | Fix .Nm usage. | enami |
| 1997-10-19 | Use futimes(2). Do {f,}utimes(2) *before* {f,}chflags(2), for obvious | mycroft |
| 1997-10-10 | CFLAGS->CPPFLAGS | christos |
| 1997-10-08 | Restore owner/group/mode/atime/mtime of symbolic links. | enami |
| 1997-09-16 | resolve conflicts from lite-2 merge | lukem |
| 1997-09-16 | make these compile on the alpha after WARNS=1. | mrg |
| 1997-09-15 | * cleanup for WARNS=1 | lukem |