History log of /openbsd-src/sbin/dump/Makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# faa33665 30-Mar-2016 jmc <jmc@openbsd.org>

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any funct

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung

show more ...


# 150f0d6b 11-Jul-2014 halex <halex@openbsd.org>

make dump support DUIDs for command line arguments and /etc/dumpdates (using
the new shiny -U switch)

dumpdates part originating from, and discussed with, Maximilian Fillinger

seems reasonable to k

make dump support DUIDs for command line arguments and /etc/dumpdates (using
the new shiny -U switch)

dumpdates part originating from, and discussed with, Maximilian Fillinger

seems reasonable to krw@, "get it in" deraadt@

show more ...


# 072ea2fa 06-Jan-2013 martynas <martynas@openbsd.org>

The sparc optimization bug is believed to be fixed. OK naddy@.


# 14d43eac 10-Apr-2001 naddy <naddy@openbsd.org>

Disable optimization on sparc; ok deraadt@

If tape.c is compiled with -O or higher, dump runs on _some_ systems
will _sometimes_ become stuck. All five dump processes (tty, master,
slaves) will jus

Disable optimization on sparc; ok deraadt@

If tape.c is compiled with -O or higher, dump runs on _some_ systems
will _sometimes_ become stuck. All five dump processes (tty, master,
slaves) will just sleep.

This has been observed on some sun4c and sun4m systems.

show more ...


# 00e3001f 08-Feb-1998 deraadt <deraadt@openbsd.org>

y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.se


# e189ddde 21-Sep-1997 deraadt <deraadt@openbsd.org>

$OpenBSD$


# 2904a520 05-Jul-1997 millert <millert@openbsd.org>

Fix some incorrect strncpy usage.

From NetBSD (luke@netbsd.org)
* verbosity additions displaying total & per-volume transfer times and rates
* Add the ability to dump specific files & directories of

Fix some incorrect strncpy usage.

From NetBSD (luke@netbsd.org)
* verbosity additions displaying total & per-volume transfer times and rates
* Add the ability to dump specific files & directories of a single
filesystem. This uses fts(3) to access the directory structure (and
not the raw device), so the standard access permissions are adhered
to (unlike dumping an entire filesystem, which just requires read
access to the raw disk device).
* Support SIGINFO status reporting.
* Remove now unused variables that previously stored the (e)uid.
* Be more informative in a couple of error messages.

From NetBSD (mrg)
* fix NetBSD PR#3710, reported by Tatoku Ogaito <tacha@trap.fukui-med.ac.jp>.
don't pass pw->pw_name into functions; make a copy.

show more ...


# 5c4b5466 04-Feb-1997 deraadt <deraadt@openbsd.org>

maxbsize hack i did was not portable


# 31ebca96 03-Feb-1997 deraadt <deraadt@openbsd.org>

new -a option autosizes, meaning it runs till it hits EOM (no need for
pesky sizing options) -- from FreeBSD.
also make -b option aware of MAXPHYS issues (via a little hack)


# 3b3c558e 14-Sep-1996 deraadt <deraadt@openbsd.org>

not setgid tty anymore.


# 8be97056 01-Sep-1996 deraadt <deraadt@openbsd.org>

kill setuid, fix setgid hole


# 7b91b0e0 23-Jun-1996 deraadt <deraadt@openbsd.org>

update rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree