Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt | |
Careful second audit by millert | |||
2013-11-12 | add a variety of missing prototypes | Theo de Raadt | |
2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use | Kenneth R Westerback | |
(u_int64_t) instead of (daddr_t) when casting a variable in an expression passed to DL_SETDSIZE(). Change a variable counting open files from daddr_t to int64_t. ok deraadt@ with the tweak to fix that pesky expression. | |||
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt | |
test period; i think 3 years ago the last bugs fell out. ok otto beck others | |||
2013-04-25 | big int_t/time_t fixes; ok deraadt@ krw@ | Otto Moerbeek | |
2013-04-23 | handle large ino_t; ok tedu | Theo de Raadt | |
2013-04-16 | remove casts to time_t * which are not needed | Theo de Raadt | |
2013-04-16 | do not need to cast type to same type | Theo de Raadt | |
2013-04-04 | Make our dump(8) honour the "nodump" flag for directories, effectively | Vadim Zhukov | |
disabling dumping their contents. input and ok otto@ millert@ man page bits input and ok jmc@ | |||
2013-01-06 | The sparc optimization bug is believed to be fixed. OK naddy@. | Martynas Venckus | |
2012-08-22 | - open a remote file/device with the same flags we use when opening a | Alexander Hall | |
local one - replace a few magic numbers with the appropriate constants ok millert@ (pre-lock) | |||
2011-04-25 | do not use stdio in the (stupid) SIGSEGV handler | Theo de Raadt | |
2009-11-12 | free flagsp if flags variable indicates it was not used, found by parfait; ↵ | Theo de Raadt | |
ok millert | |||
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-01-26 | the kids want I/O; | Jason McIntyre | |
2008-01-11 | compute transfer rate using 64-bit arithmetic, ok sthen@ millert@ | Otto Moerbeek | |
2008-01-02 | remove unused functions | Charles Longeau | |
initially from tobias@, and I removed an unused struct too ok moritz@ tobias@ | |||
2007-11-19 | put the SIGINFO blurb in a saner place; | Jason McIntyre | |
2007-11-18 | do not confuse the reader telling he should use a towers of hanoi | Otto Moerbeek | |
based scheme when it makes no sense: a weekly schedule does not benefit from it. ok mbalmer@ jmc@ ray@ | |||
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann | |
OK joris@, otto@ | |||
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 | |
and other reports about dump accessing wrong blocks; ok beck@ deraadt@ | |||
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 | |
With help from otto@ | |||
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 | |
This makes dump -u work with malloc debugging enabled. ok millert@ | |||
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto | |
accessing FFS1 fields, okay art@, quite some testing by ckuethe@, simon@ and thib@, thanks. | |||
2007-03-06 | Add and fix /* FALLTHROUGH */ comments. | Ray Lai | |
From Jim Razmus. OK millert@ and otto@. | |||
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 | |
than slap bang in SYNOPSIS; | |||
2007-02-25 | document the "opaque", "arch", and "nodump" flags more fully; | Jason McIntyre | |
closes documentation/5384 from Andrew Hamilton-Wright help from henning, otto, and weingart | |||
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 | |||
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
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 | |
ok miod@ beck@, functionally equivalent diff ok deraadt@ a while ago | |||
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 | |
- for -f description, point people to TAPE - for TAPE description, point people to -f - use `file' to describe these differing forms, as that is consistent with the rest of the page this is based on -r1.71 from freebsd, from ceri davies, which was in turn based on pr #84200 from gary w. swearingen; ok otto@ | |||
2005-05-24 | fix minor ouput glitch, by using strtonum instead of strtol. | Moritz Jodeit | |
ok millert@ | |||
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 | |
Also mark tperror handler as unsafe; dump needs a signal safety overhaul. | |||
2005-01-23 | Avoid signal race condition. If a slave gets SIGUSR2 between the | Todd C. Miller | |
"setjmp" and the "ready = 1" statements, the slave will pause forever and the whole dump hangs. Fix by hannken@netbsd.org Closes PR 4070; also tested by henning@ and marc@ | |||
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 | |
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 | |