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
/
dirs.c
Age
Commit message (
Expand
)
Author
2014-07-21
Switch from <sys/endian.h> or <machine/endian.h> to the new,
Philip Guenther
2014-07-20
Make sure the correct errno is reported by warn* or err* and not
Philip Guenther
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
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
2007-06-03
Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.
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
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-08-25
rename struct dinode to ufs1_dinode. clears the namespace and makes
Ted Unangst
2003-07-29
spaces
Theo de Raadt
2003-07-28
rcsid should say openbsd. make 'em const while here.
Ted Unangst
2003-07-07
Repair last commit, the NUL termination of locname is required
Todd C. Miller
2003-07-06
convert strn{cpy,cat}->strl{cpy,cat} in directory processing
Anil Madhavapeddy
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-13
more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from me
Theo de Raadt
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
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1998-06-23
Fix snprintf return value usage.
Todd C. Miller
1998-02-17
chflags(2) take a u_int
Todd C. Miller
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
1996-12-24
use mkstemp()
Theo de Raadt
1996-12-16
does noone know how to use strncat correctly?
Theo de Raadt
1996-12-15
Fix strncpy usage and correct strncat length field, from Theo.
Todd C. Miller
1996-12-04
64 bit patches, tih@nhh.no
Theo de Raadt
1996-09-16
/tmp// -> /tmp/
Todd C. Miller
1996-08-02
ptr check in skipdirs(), by joerg from freebsd
Theo de Raadt
1996-07-09
mktemp whoops
Theo de Raadt
1996-06-25
mktemp open & fdopen
Theo de Raadt
1996-06-23
update rcsid
Theo de Raadt
1996-06-17
updated patch from lukem@supp.cpr.itg.telecom.com.au to also make -r and -R w...
Theo de Raadt
1996-06-16
use unique temporary files; netbsd pr#2544; lukem@supp.cpr.itg.telecom.com.au
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt