index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
restore
/
tape.c
Age
Commit message (
Expand
)
Author
2018-04-27
Restore mode on symlinks
Philip Guenther
2017-01-21
Nuke whitespace foolish enough to expose itself during the great
Kenneth R Westerback
2016-12-26
Put some variable declarations under appropriate #if/#endif protection
Kenneth R Westerback
2015-12-10
Remove NULL-checks before free(). ok tb@
mmcc
2015-08-25
Switch from utimes() to utimensat() to $estore full nanosecond granularity
Philip Guenther
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-09-07
Reuse xtrfile() to avoid duplication.
Philip Guenther
2014-09-03
Mark msg() and panic() as printf-like and fix the format error it turns up
Philip Guenther
2014-07-21
Switch from <sys/endian.h> or <machine/endian.h> to the new,
Philip Guenther
2013-04-24
pretty print bigger off_t
Theo de Raadt
2012-07-14
replace (somewhat) magic numbers with constants
Alexander Hall
2011-06-27
remove some useless casts. ok krw
Ted Unangst
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-09-03
Start with a max size tape buffer rather than one 1/2 the max (i.e.
Kenneth R Westerback
2007-09-25
remove unneeded feof
Charles Longeau
2007-09-13
use strcspn to properly overwrite '\n' in fgets returned buffer
Charles Longeau
2007-09-07
check fgets return value
Charles Longeau
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
2005-06-14
Kill whiteout support. OK deraadt@ and beck@
Todd C. Miller
2004-12-30
Replace home-grown byte swapping routine with calls to swap* macros
Todd C. Miller
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
2003-07-29
spaces
Theo de Raadt
2003-07-28
rcsid should say openbsd. make 'em const while here.
Ted Unangst
2003-06-19
Strip the newline from the buffer when reading the tape name during
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-06
strcat->strlcat, ho@ ok
Anil Madhavapeddy
2003-03-13
more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from me
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-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-05
kill more registers;
Mike Pechkin
2001-07-07
major -Wall cleanup, almost complete
Theo de Raadt
2001-01-09
Don't skip if TS_BITS or TS_CLRI, closed PR 1576. Fix supplied by
Angelos D. Keromytis
2000-09-14
wrong type to ioctl; naddy@mips.inka.de
Theo de Raadt
2000-06-16
use TP_BSIZE (== BUFSIZ so no problem)
Theo de Raadt
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1998-02-17
chflags(2) take a u_int
Todd C. Miller
1998-02-10
allow tape blocksize > disk blocksize to work; dwmalone@maths.tcd.ie
Theo de Raadt
1997-08-24
More err()/warn()/etc. argument fixes.
Jason Downs
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-05
vprintf -> Vprintf and dprintf -> Dprintf to avoid confusion
Todd C. Miller
1997-04-16
No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h>
Todd C. Miller
1997-01-27
Support lchown(2).
Jason Downs
1996-12-27
epilepsy in csrg?
Theo de Raadt
1996-12-11
from netbsd; repair byte swapping of fields
Theo de Raadt
1996-12-04
64 bit patches, tih@nhh.no
Theo de Raadt
1996-09-01
lose setuid
Theo de Raadt
1996-03-21
From NetBSD: Merge of 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt