| Age | Commit message (Expand) | Author |
| 2003-09-13 | Use HW_USERMEM64 to fetch the amount of memory available. | simonb |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-26 | * Document $RCMD_CMD in environ(7). | lukem |
| 2003-05-01 | Fix byteswapping issues in dirindir(); mostly from Enami Tsugutomo. | fvdl |
| 2003-05-01 | Swap the right disk block in mapdirs() for the UFS1 case. From Enami. | fvdl |
| 2003-04-19 | The sysctl returning the amount of memory in the system returns "int", | tls |
| 2003-04-08 | Since the size passed in may be different from the fs blocksize, just | fvdl |
| 2003-04-08 | dblk should be static. Fixes PR 21020, by Geoff Wing. Patch supplied | fvdl |
| 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 |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-06 | No need to print same error message twice in the same line. | enami |
| 2003-02-06 | Check lseek error correctly (i.e., use == -1 rather than < 0). | enami |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-02-04 | Fix typo I've introduced while cleaning up for commit. | enami |
| 2003-02-04 | - Fix daddr_t print format inside ifdef DIAGNOSTIC. | enami |
| 2003-02-04 | Convert `nblksread' to in terms of device block size. This restores | enami |
| 2003-02-04 | Cosmetic changes. | enami |
| 2003-02-03 | Merge "struct cheader" and "struct cdesc" into an union. | hannken |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2003-01-16 | Rename `sigset' locals to avoid symbol shadowing warning. | kleink |
| 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-10-01 | New sentence, new line. By Robert Elz with minimal fixes. | wiz |
| 2002-09-30 | Add fix from FreeBSD traverse.c 1.16: | lukem |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 2002-08-18 | save/restore errno in signal handlers. | yamt |
| 2002-08-16 | defend against malicious line in ut_line, which could cause unwanted | itojun |
| 2002-08-02 | support utmpx | christos |
| 2002-02-26 | Typo fix, from jslag@prop.walkerart.org via OpenBSD. | wiz |
| 2002-02-19 | rcsid | lukem |
| 2002-01-21 | Fix typo in macro. | wiz |
| 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-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 |