summaryrefslogtreecommitdiff
path: root/sbin/restore
AgeCommit message (Expand)Author
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-07-29spacesTheo de Raadt
2003-07-28rcsid should say openbsd. make 'em const while here.Ted Unangst
2003-07-10add missing includesDavid Krause
2003-07-07Repair last commit, the NUL termination of locname is requiredTodd C. Miller
2003-07-06convert strn{cpy,cat}->strl{cpy,cat} in directory processingAnil Madhavapeddy
2003-06-19Strip the newline from the buffer when reading the tape name duringTodd C. Miller
2003-06-03- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-26string cleanup; ok teduTheo de Raadt
2003-04-06strcat->strlcat, ho@ okAnil Madhavapeddy
2003-04-04simple string fixes; ok matthieu tedu tdevalTheo de Raadt
2003-03-13more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from meTheo de Raadt
2003-03-11files with dead .Xr's;Jason McIntyre
2003-03-06.Xr typos;Jason McIntyre
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-05-29more strlcatTheo de Raadt
2002-02-23getc() returns an intTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
2001-11-05kill more registers;Mike Pechkin
2001-10-04restore also uses TAPE.Hakan Olsson
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
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