Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-03 | Start with a max size tape buffer rather than one 1/2 the max (i.e. | Kenneth R Westerback | |
32K). This allows the automatic recognition of dumps written with 64K buffers. It also prevents alert scsi devices from complaining about read requests that provide only 1/2 the room needed for an actual tape record. Problem noted, fix tested & ok henning@ | |||
2007-09-25 | remove unneeded feof | Charles Longeau | |
with help and ok ray@ | |||
2007-09-25 | check fgets return value | Charles Longeau | |
use sizeof input intead of BUFSIZ remove unneeded feof handle empty strings returned by fgets properly remove newline and white space at the end of buffer with help and ok ray@ | |||
2007-09-13 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau | |
use strtonum instead of atoi prompted by ray@ ok moritz@ ray@ | |||
2007-09-07 | check fgets return value | Charles Longeau | |
use sizeof buf instead of TP_BSIZE use strcspn to properly overwrite '\n' in fgets returned buffer ok moritz@ ray@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-06-03 | Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. | Todd C. Miller | |
With help from otto@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-13 | g/c unused vars | Todd C. Miller | |
2007-05-01 | for the restore -r example: | Jason McIntyre | |
- use /dev/sd rather than /dev/rp, since rp no longer exists - use rst0 instead of rst8, since rst8 does not exist (by default) from Matthias Scheler ok otto | |||
2007-02-25 | reword some text to avoid a hideous Xr; | Jason McIntyre | |
2007-02-25 | one application does not need five synopses; | Jason McIntyre | |
2007-02-25 | move the text describing 4.3 syntax compatibility to HISTORY, rather | Jason McIntyre | |
than slap bang in SYNOPSIS; | |||
2007-02-22 | igor sobrado spotted that although we have mlinks for rdump and | Jason McIntyre | |
rrestore, the pages they point to don;t actually mention them. so make it clear that their functionality is now integral in dump and restore, and sync the text a little between the two pages; help/ok otto | |||
2006-11-03 | correctify example; | Jason McIntyre | |
from a mail posted to misc@ from uwe dippel; ok otto | |||
2006-10-18 | do not name FILE * variables "fd" since it is confusing | Theo de Raadt | |
2006-03-20 | NetBSD Coverity CID 2305: Fix memory leak. | David Hill | |
ok deraadt@ | |||
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat | |
2005-09-06 | document `what' from interactive mode: from ely petty; | Jason McIntyre | |
kill an unneeded .Pp whilst here; | |||
2005-06-16 | whiteout bit I missed earlier | Todd C. Miller | |
2005-06-14 | Kill whiteout support. OK deraadt@ and beck@ | Todd C. Miller | |
2005-04-28 | Use strlcpy() not snprintf(). OK otto@ and moritz@ | Todd C. Miller | |
2004-12-30 | Replace home-grown byte swapping routine with calls to swap* macros | Todd C. Miller | |
from endian.h. Header swapping is moved into its own function. Fixes problems reading non-native endian dump images on sparc64. Adapted from changes in NetBSD. | |||
2004-07-17 | some ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-04-13 | fix restore so that it can actually restore files larger than 4GB by | Henning Brauer | |
changing the type of "size" to off_t in getfiles() plus little dependent type cleanup, from Daniel Lucq <daniel@lucq.org> ok tdeval@ millert@ otto@ | |||
2004-03-31 | dumped is really spelled with one p and not two | Henning Brauer | |
from Daniel Lucq | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
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-29 | spaces | Theo de Raadt | |
2003-07-28 | rcsid should say openbsd. make 'em const while here. | Ted Unangst | |
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ millert@ tedu@ | |||
2003-07-07 | Repair last commit, the NUL termination of locname is required | Todd C. Miller | |
for the strlcat() to work since the buffer gets used for each entry in a directory. | |||
2003-07-06 | convert strn{cpy,cat}->strl{cpy,cat} in directory processing | Anil Madhavapeddy | |
comments and from krw@, tdeval@, tedu@ | |||
2003-06-19 | Strip the newline from the buffer when reading the tape name during | Todd C. Miller | |
tape change. Closes PR 3324; OK krw@ | |||
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
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-26 | string cleanup; ok tedu | Theo de Raadt | |
2003-04-06 | strcat->strlcat, ho@ ok | Anil Madhavapeddy | |
2003-04-04 | simple string fixes; ok matthieu tedu tdeval | Theo de Raadt | |
2003-03-13 | more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from me | Theo de Raadt | |
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell | |
2002-05-29 | more strlcat | Theo de Raadt | |
2002-02-23 | getc() returns an int | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
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. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok |