summaryrefslogtreecommitdiff
path: root/sbin/restore
AgeCommit message (Expand)Author
2001-06-04return from main() don't exitMichael Shalayeff
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2001-01-09Don't skip if TS_BITS or TS_CLRI, closed PR 1576. Fix supplied byAngelos D. Keromytis
2000-09-14wrong type to ioctl; naddy@mips.inka.deTheo de Raadt
2000-06-16use TP_BSIZE (== BUFSIZ so no problem)Theo de Raadt
2000-04-18Typo: sytem -> systemAaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-01-10handle glob() return values better; netbsdTheo de Raadt
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-02-17make quoted strings work; erh@netbsdTheo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-09-23alphabetize SEE ALSO entries and order them numerically according to sectionAaron Campbell
1998-09-18buf oflowsTheo de Raadt
1998-09-17sbin/ man page fixesAaron Campbell
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-02-17chflags(2) take a u_intTodd C. Miller
1998-02-10allow tape blocksize > disk blocksize to work; dwmalone@maths.tcd.ieTheo de Raadt
1998-01-31Use GLOB_NOESCAPE flag with glob(3) to preserve old behavior now thatTodd C. Miller
1998-01-10grammarTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-08-24More err()/warn()/etc. argument fixes.Jason Downs
1997-08-06do not clobber errno in signal handlersTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-05NULL vs 0 confusionTheo de Raadt
1997-07-05vprintf -> Vprintf and dprintf -> Dprintf to avoid confusionTodd C. Miller
1997-06-25(foo *)0 -> NULLkstailey
1997-06-18Remove all links for an inode when "changing from leaf to node".Todd C. Miller
1997-04-16No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h>Todd C. Miller
1997-02-09unexploitable buf oflow, eivind@freebsdTheo de Raadt
1997-01-27Support lchown(2).Jason Downs
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-27epilepsy in csrg?Theo de Raadt
1996-12-24use mkstemp()Theo de Raadt
1996-12-24no mkfsTheo de Raadt
1996-12-16does noone know how to use strncat correctly?Theo de Raadt
1996-12-15Fix strncpy usage and correct strncat length field, from Theo.Todd C. Miller
1996-12-11from netbsd; repair byte swapping of fieldsTheo de Raadt
1996-12-0464 bit patches, tih@nhh.noTheo de Raadt
1996-09-16/tmp// -> /tmp/Todd C. Miller
1996-09-16Set umask to be read only by owner until we set real file permissions.Todd C. Miller
1996-09-01lose setuidTheo de Raadt
1996-08-02ptr check in skipdirs(), by joerg from freebsdTheo de Raadt
1996-07-09mktemp whoopsTheo de Raadt
1996-06-25mktemp open & fdopenTheo de Raadt