Age | Commit message (Expand) | Author |
2024-09-15 | remove unused variables | Jonathan Gray |
2024-05-09 | ctime(3) and ctime_r(3) can fail when timestamps are way off. | Florian Obser |
2024-02-03 | Remove Softdep. | Bob Beck |
2024-01-09 | Delete support for FFS filesystems before the in-inode symlink | Philip Guenther |
2023-12-21 | Fix a few unchecked allocations; ok millert@ miod@ | Otto Moerbeek |
2023-12-18 | Check if calloc calls succeeded; ok millert@ | Otto Moerbeek |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-08 | dump/fsck_ffs: convert two function definitions to ansi, missed | Theo Buehler |
2022-10-13 | controm terminql -> controlling terminal; | Jason McIntyre |
2022-06-02 | Don't treat the first arg as a 4.3BSD option string if it contains a '/'. | Todd C. Miller |
2021-01-21 | Rearrange variables in dump / restore to handle -fno-common. | mortimer |
2020-10-01 | Only count the proper node types. Avoid out of-bound access for large | Otto Moerbeek |
2019-12-19 | Spell "mount point" as other man pages do, with a space. | Anthony J. Bentley |
2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-22 | Don't use dangerous idiom for qsort comparison function; ok deraadt@ | Otto Moerbeek |
2018-06-07 | add some EXIT STATUS sections; from matthew martin | Jason McIntyre |
2018-04-26 | Cast a multiplicand to ino_t to avoid overflow in 32*32=64 calculations | Philip Guenther |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2016-10-06 | fix HISTORY; | Ingo Schwarze |
2016-08-31 | Delete SIGTRAP, SIGFPE, SIGBUS, and SIGSEGV handlers. Such patterns | Theo de Raadt |
2016-06-07 | per trending style, add continue to emtpy loop bodies. | Ted Unangst |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-12-22 | assign pointers to NULL rather than 0, remove a needless cast | mmcc |
2015-11-21 | add missing NAME entries; ok schwarze | Jason McIntyre |
2015-10-12 | Annotate an pretty obvious signal race... no time to fix it now. | Theo de Raadt |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-05-23 | Canonicalize all devices to DUIDs in order to make -w and -W output consistent. | Philip Guenther |
2015-05-03 | Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default. | Philip Guenther |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-09-03 | Kill off compat for systems that don't define NAME_MAX or that lack stuff | Philip Guenther |
2014-07-17 | files-to-dump can be a duid; | Jason McIntyre |
2014-07-11 | make dump support DUIDs for command line arguments and /etc/dumpdates (using | Alexander Hall |
2014-07-10 | Add internal buffering when dumping a device with non-512 byte | Kenneth R Westerback |
2014-06-13 | Type cleanup: | Christian Weisgerber |
2014-05-31 | Oops. We're reporting DEV_BSIZE values in error messages, so call | Kenneth R Westerback |
2014-05-31 | Cast daddr_t variable (blkno) to (long long) when printing with %lld. | Kenneth R Westerback |
2014-05-31 | add -S to usage(); | Jason McIntyre |
2014-05-30 | Add option -S to have dump(8) only estimate backup size and number of tapes | Stephan A. Rickauer |
2014-05-27 | Where trying to pread() a single disk sector, the i/o must be for the | Kenneth R Westerback |
2014-05-24 | Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables in | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace and break some long lines to shrink | Kenneth R Westerback |
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
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 |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-04-25 | big int_t/time_t fixes; ok deraadt@ krw@ | Otto Moerbeek |