OpenBSD CVS

src/sbin/dump/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / dump

Current tag: OPENBSD_6_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.13   8 years  jmc   for some time now mandoc has not required MLINKS to function correctly - logical...
[TXT] dump.8  1.54   4 years  bentley   Spell "mount point" as other man pages do, with a space. ok jmc@
[TXT] dump.h  1.24   9 years  guenther   Canonicalize all devices to DUIDs in order to make -w and -W output consistent. ...
[TXT] dumprmt.c  1.30   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] itime.c  1.24   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] main.c  1.61   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] optr.c  1.40   5 years  otto   Don't use dangerous idiom for qsort comparison function; ok deraadt@
[TXT] pathnames.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tape.c  1.45   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] traverse.c  1.39   6 years  guenther   Cast a multiplicand to ino_t to avoid overflow in 32*32=64 calculations ok piro...