summaryrefslogtreecommitdiffstats
path: root/sbin/dump/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Removed all vestiges of KerberosIV.ru2003-05-011-1/+0
|
* Fixed the MLINKS assignment style.ru2003-05-011-1/+1
|
* De-Kerberise (KerberosIV). KerberosIV is no longer present, andmarkm2003-05-011-13/+0
| | | | | remote backups can still be done with Kerberos authentication using SSH and Kerberos 5.
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optiondillon2003-01-131-1/+1
| | | | | | | | | | | | | | | | | | | called -r but it takes 512 byte blocks instead of megabytes, and I felt a megabytes specification would be far more useful so I did not use the same option character. This will *greatly* improve dump performance at the cost of possibly missing filesystem changes that occur between passes, and does a fairly good job making up for the loss of buffered block devices. Caching is disabled by default to retain historical behavior. In tests, dump performance improved by about 40% when dumping / or /usr. Beware that dump forks and the cache may wind up being larger then you specify, but a more complex shared memory implementation would not produce results that are all that much better so I kept it simple for now. MFC after: 3 days
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
|
* more file system > filesystemtrhodes2002-05-161-1/+1
|
* Replaced exists() tests with two equivalent defined().ru2002-04-181-1/+1
| | | | | LIBDIR is defined in bsd.own.mk but sys.mk no longer includes bsd.own.mk as of revision 1.60.
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* SECURITY.ru2001-09-051-2/+0
| | | | | | | | Notify operators using wall(1)'s -g option. Drop ``setgid tty'' privilege. Obtained from: OpenBSD MFC after: 1 month
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Use libcrypto instead of libdes.markm2000-02-241-1/+2
|
* Prepare for K5.markm1999-09-201-1/+1
|
* Fix for new KerberosFix for new Kerberos44markm1999-09-191-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
|
* Fix LIBDIR (for aout/ELF).markm1998-08-061-1/+2
|
* Make this part of the 'krb' distribution.markm1997-10-241-0/+1
|
* Changes for the new KTH KerberosIV.markm1997-09-281-4/+8
|
* Implement Kerberized rcmd for rdump/rrestore. This is lacking thewollman1997-04-291-0/+7
| | | | | | | options one would normally expect to set the realm, enable encryption, and whatnot, but this actually is able to contact the remote server, so at least it's a start. (As a bonus, the stripped static binary is unquestionably exportable.)
* Removed default setuid and added a comment to the manpage explaining this.eivind1997-02-091-1/+1
|
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+1
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+25
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud