Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc | |
2015-11-21 | add missing NAME entries; ok schwarze | Jason McIntyre | |
2015-11-07 | Use linkat() instead of link() so that hardlinks of symlinks work | Philip Guenther | |
ok millert@ | |||
2015-08-25 | Switch from utimes() to utimensat() to $estore full nanosecond granularity | Philip Guenther | |
ok millert@ deraadt@ | |||
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt | |
delete <sys/param.h> if now possible ok guenther | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller | |
2014-09-07 | Reuse xtrfile() to avoid duplication. | Philip Guenther | |
Casting from long to int for a size_t argument is dumb. Calling warnx() right before err() is silly. ok millert@ | |||
2014-09-03 | Mark msg() and panic() as printf-like and fix the format error it turns up | Philip Guenther | |
ok krw@ | |||
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther | |
being-standardized <endian.h> ok deraadt@ millert@ beck@ | |||
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther | |
the errno of an intervening cleanup operation like close/unlink/etc. Diff from Doug Hogan (doug (at) acyclic.org) | |||
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze | |
2013-12-30 | Do not leak symtab fd (if at fd limit might even prevent correct operation) | Theo de Raadt | |
from Loganaden Velvindron | |||
2013-11-15 | Include unistd.h as it is the standard location for getopt(). | Todd C. Miller | |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre | |
From: Jan Stary | |||
2013-04-25 | big int_t/time_t fixes; ok deraadt@ krw@ | Otto Moerbeek | |
2013-04-24 | pretty print bigger off_t | Theo de Raadt | |
ok tedu otto | |||
2013-03-31 | typo fix from rodent@netbsd; | Jason McIntyre | |
ok otto | |||
2013-03-05 | add a few words to the -r description to avoid ambiguity; | Jason McIntyre | |
issue noted by Ronald F. Guilmette, freebsd docs/176648 | |||
2013-01-17 | remove a uesless Pp; | Jason McIntyre | |
2012-07-14 | replace (somewhat) magic numbers with constants | Alexander Hall | |
ok krw@ | |||
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre | |
2011-06-27 | remove some useless casts. ok krw | Ted Unangst | |
2010-07-20 | opration -> operation | Miod Vallat | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
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@ |