Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-24 | fix minor ouput glitch, by using strtonum instead of strtol. | Moritz Jodeit | |
ok millert@ | |||
2004-11-04 | very basic de-lints | Theo de Raadt | |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-07-28 | rcsid should say openbsd. make 'em const while here. | Ted Unangst | |
2003-06-26 | ansi and protos | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-25 | string cleanup | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2000-10-09 | do not coredump if can't get raw device name, e.g. /tmp on mfs; millert@ ok | Michael Shalayeff | |
2000-01-04 | Fix format string typo when printing estimated number of blocks; | Todd C. Miller | |
naddy@unix-ag.uni-kl.de | |||
1999-12-24 | Use correct printf formatting (dwmalone@maths.tcd.ie) | Angelos D. Keromytis | |
1999-02-20 | quit() wants the \n | Theo de Raadt | |
1998-11-24 | Wall, and do not let tapesize overflow | Theo de Raadt | |
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-02-08 | y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.se | Theo de Raadt | |
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-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-09-14 | setgid stuff goes away | 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-01 | kill setuid, fix setgid hole | Theo de Raadt | |
1996-08-10 | silence warning | Theo de Raadt | |
1996-08-02 | kill extra DUMP: message | Theo de Raadt | |
1996-08-02 | mostly harmless buffer overflow | Theo de Raadt | |
1996-03-21 | From NetBSD: Merge of 960317 | Niklas Hallqvist | |
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
support $TAPE. update manual to reflect reality (#1937 from Matthew Green). | |||
1995-12-01 | correct typo pointed out by chuck (in the prettiest way possible | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |