Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-04 | use TCP_NODELAY; giannici@neomedia.it | Theo de Raadt | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-11-24 | Wall, and do not let tapesize overflow | Theo de Raadt | |
1998-09-23 | alphabetize SEE ALSO entries and order them numerically according to section | Aaron Campbell | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1998-08-22 | fix usage | Michael Shalayeff | |
1998-08-11 | Better fix. Now print mount point in both the statfs and fstab cases. | Todd C. Miller | |
1998-08-11 | Fix unitialized value use introduce in last change; problem noted by ↵ | Todd C. Miller | |
hgweigand@wiesbaden.netsurf.de | |||
1998-08-07 | Use strlcpy() instead of strncpy(). | Todd C. Miller | |
Change the order of name -> raw device conversions 1) statfs the name and use that info iff the name is the mount point 2) look up name in fstab 3) treat as a device The reason for this is that the mounted filesystems may not agree with what fstab says. Anyone who has ever moved disks around and accidentally dumped and empty filesystem will know what I mean. | |||
1998-07-28 | make dump work on filesystems not listed in fstab | Todd C. Miller | |
1998-07-14 | fix exit codes, adding X_STARTUP; jkoshy@freebsd | Theo de Raadt | |
1998-05-06 | correct operational description; ksulliva@psc.edu | Theo de Raadt | |
1998-04-26 | handle ENOSPC as an end-of-tape marker; gibbs@narnia.plutotech.com | Theo de Raadt | |
1998-04-26 | extract errno from rmt operation, assuming other machine has same errno ↵ | Theo de Raadt | |
values; gibbs@narnia.plutotech.com | |||
1998-02-08 | y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.se | Theo de Raadt | |
1998-01-03 | default level is 0, not 9; hnokubi@yyy.or.jp | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-25 | subtract take changing time from estimate; blank@fox.uni-trier.de | Theo de Raadt | |
1997-08-05 | Save/restore the errno when handling interrupts. | Angelos D. Keromytis | |
1997-07-27 | Xr rcmd 3 | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-05 | Fix some incorrect strncpy usage. | Todd C. Miller | |
From NetBSD (luke@netbsd.org) * verbosity additions displaying total & per-volume transfer times and rates * Add the ability to dump specific files & directories of a single filesystem. This uses fts(3) to access the directory structure (and not the raw device), so the standard access permissions are adhered to (unlike dumping an entire filesystem, which just requires read access to the raw disk device). * Support SIGINFO status reporting. * Remove now unused variables that previously stored the (e)uid. * Be more informative in a couple of error messages. From NetBSD (mrg) * fix NetBSD PR#3710, reported by Tatoku Ogaito <tacha@trap.fukui-med.ac.jp>. don't pass pw->pw_name into functions; make a copy. | |||
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-02 | dump(5) does not exist, markd@Grizzly.COM | Theo de Raadt | |
1997-04-27 | Correct assumed editing mistakes. | Jason Downs | |
1997-04-16 | _PATH_DEFTAPE is now defined in <paths.h> | Todd C. Miller | |
Change man page to reflect new default tape drive (/dev/rst0) | |||
1997-02-25 | -b option was being ignored when used in conjunction with -d. | Todd C. Miller | |
NetBSD PR #3254, fix from Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>. | |||
1997-02-10 | Make dump(8) really honor -a. Fix up formatting in man page and remove | Todd C. Miller | |
duplicate entry. | |||
1997-02-04 | maxbsize hack i did was not portable | Theo de Raadt | |
1997-02-03 | new -a option autosizes, meaning it runs till it hits EOM (no need for | Theo de Raadt | |
pesky sizing options) -- from FreeBSD. also make -b option aware of MAXPHYS issues (via a little hack) | |||
1996-12-16 | does noone know how to use strncat correctly? | Theo de Raadt | |
1996-12-04 | 64 bit patches, tih@nhh.no | Theo de Raadt | |
1996-10-12 | permit ufs filesystem type too | Theo de Raadt | |
1996-09-15 | sprintf -> snprintf (how'd that get missed?) | Todd C. Miller | |
Don't complain if setsockopt() fails. It will fail if we used rcmdsh() instead of rcmd() and there's no easy way to detect which we used now. | |||
1996-09-14 | setgid stuff goes away | Theo de Raadt | |
1996-09-14 | not setgid tty anymore. | Theo de Raadt | |
1996-09-14 | Now uses "wall -g" so no need to be setgid tty. This makes $RSH work. | Todd C. Miller | |
Also fix buf oflow. | |||
1996-09-02 | don't try to do setsockopt(TCP_MAXSEG) unless we are root. | Todd C. Miller | |
1996-09-01 | kill setuid, fix setgid hole | Theo de Raadt | |
1996-09-01 | oflow protection | Theo de Raadt | |
1996-09-01 | dialup tty semantic is wrong | Theo de Raadt | |
1996-08-10 | silence warning | Theo de Raadt | |
1996-08-06 | whoops | Theo de Raadt | |
1996-08-06 | buf oflow, from joshd | Theo de Raadt | |
1996-08-05 | careful about buffer | Theo de Raadt | |
1996-08-02 | kill extra DUMP: message | Theo de Raadt | |
1996-08-02 | mostly harmless buffer overflow | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-06-21 | only deal with ffs filesystems; netbsd pr#2652, greywolf@starwolf.com | Theo de Raadt | |
(should we deal with mfs?) |