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
/
dump
Age
Commit message (
Expand
)
Author
2007-09-10
Proper use of fseek/fseeko macros.
Tobias Stoeckmann
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-06-15
don't use static data in recursive functions; from FreeBSD; fixes PR 5509
Otto Moerbeek
2007-06-11
When dumping ffs1, store old_atime and old_mtime too.
Todd C. Miller
2007-06-03
Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.
Todd C. Miller
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-04-10
Rewrite ITITERATE macro to prevent out-of-bounds memory access.
Moritz Jodeit
2007-03-19
Add FFS2 fields to the superblock, change file system tools to keep
Pedro Martelletto
2007-03-06
Add and fix /* FALLTHROUGH */ comments.
Ray Lai
2007-03-04
memory leak found by coverity; Jim Razmus
Theo de Raadt
2007-03-04
delete sunos junk; Jim Razmus
Theo de Raadt
2007-02-25
shuffle the text slightly into a more logical order;
Jason McIntyre
2007-02-25
the -W and -w flags do not need a separate synopsis;
Jason McIntyre
2007-02-25
move the text describing 4.3 syntax compatibility to HISTORY, rather
Jason McIntyre
2007-02-25
document the "opaque", "arch", and "nodump" flags more fully;
Jason McIntyre
2007-02-22
igor sobrado spotted that although we have mlinks for rdump and
Jason McIntyre
2007-02-20
Change hard coded numbers to sizeof(buf). Also change some
Ray Lai
2006-12-26
fts_read returning NULL and errno set is an error. ok ray@
Otto Moerbeek
2006-06-02
Fix comment to reflect updated st(4) verbiage.
Kenneth R Westerback
2006-05-30
Don't double-eject tapes. Once is enough. Closes PR#1282.
Kenneth R Westerback
2006-04-13
put "dump: filename " at the start of each ^T message...
Theo de Raadt
2006-04-02
use SEEK_* for lseek()
Theo de Raadt
2005-08-02
$TAPE Ev may refer to a number of things, not just a physical tape device:
Jason McIntyre
2005-05-24
fix minor ouput glitch, by using strtonum instead of strtol.
Moritz Jodeit
2005-03-13
Use pid_t where appropriate. From Bruno Rohee (thanks).
Chad Loder
2005-01-23
"caught" should be volatile sig_atomic_t; lukem@netbsd.org
Todd C. Miller
2005-01-23
Avoid signal race condition. If a slave gets SIGUSR2 between the
Todd C. Miller
2004-11-04
very basic de-lints
Theo de Raadt
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-15
.Ql Fl -> .Sq Fl where literal makes no sense;
Jason McIntyre
2003-07-07
I never committed the fix for PR 3296, "Dump prints negative numbers for time"
Todd C. Miller
2003-06-26
ansi and protos
Theo de Raadt
2003-06-04
fix some more UCB term 3
Theo de Raadt
2003-06-03
- section reorder
Jason McIntyre
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-14
Minor format string correctness.
Chad Loder
2003-04-25
string cleanup
Theo de Raadt
2003-04-09
document that rewind/eject features of tape devices depend on name of
Jason McIntyre
2003-04-08
missing .Fl macro for -a option;
Jason McIntyre
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2003-02-01
typos;
Jason McIntyre
2002-05-22
remove crud
Theo de Raadt
2002-03-14
fix a few overflows by using off_t, not 32bit longs; some parts are from lucq...
Michael Shalayeff
2002-02-22
typo; jslag@prop.walkerart.org
Theo de Raadt
2002-02-21
Fix signal handlers to take an int arg even though it is not used.
Todd C. Miller
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 o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
[next]