Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove two lint directives that aren't needed since rev 1.5. | obrien | 2001-03-30 | 1 | -2/+0 |
| | |||||
* | Make rev 1.5 better match the rest of dump(8)'s output. | obrien | 2001-03-27 | 1 | -2/+2 |
| | |||||
* | Do not exit if unable to read /etc/dumpdates or create it. | obrien | 2001-03-27 | 1 | -2/+4 |
| | | | | | | If one is trying to dump or repair an ill system, give the user a fighting chance. Refusing to operate w/o a very non-critical file (feature) is just plain stupid. | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | bye-bye documented raw devices | obrien | 2001-03-09 | 1 | -3/+3 |
| | |||||
* | Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons, | obrien | 2001-03-08 | 1 | -1/+2 |
| | | | | and remove leading `r'(aw) from it. | ||||
* | Support inheritance of the "nodump" flag down a hierarchy. | obrien | 2001-03-03 | 2 | -26/+82 |
| | | | | | Submitted by: Dima Dorfman <dima@unixfreak.org> Obtained from: NetBSD | ||||
* | Use <sys/queue.h> instead of home-rolled list. | phk | 2001-01-29 | 3 | -16/+16 |
| | | | | Submitted by: "Jason Smethers" <jsmethers@pdq.net> | ||||
* | Use \a instead of \007 for making noise. | phk | 2001-01-28 | 3 | -4/+4 |
| | | | | Submitted by: "Jason Smethers" <jsmethers@pdq.net> | ||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+0 |
| | |||||
* | Update device name. | kris | 2000-05-07 | 1 | -1/+1 |
| | |||||
* | Add include of errno.h where needed, remove extern int errno where not. | imp | 2000-04-14 | 2 | -2/+2 |
| | | | | These commits were inspired by a similar commit to netbsd. | ||||
* | Avoid rawname() stupidly prepending an `r' before the device name even | joerg | 2000-04-02 | 2 | -6/+14 |
| | | | | | | | | | | | in cases where the supplied name was already pointing to a character special device. This fixes the breakage that occured when trying to dump a filesystem by name (e. g. /usr), with an fstab already mentioning the raw device name (like /dev/rda0g) where dump attempted to use /dev/rrda0g then. Also removed the now obsolete remark that fstab were carrying block special names. | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Remove xrefs to obsolete ft driver. | nik | 2000-03-01 | 1 | -1/+0 |
| | | | | | PR: docs/17080 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> | ||||
* | Use libcrypto instead of libdes. | markm | 2000-02-24 | 1 | -1/+2 |
| | |||||
* | Fix various man pages to stop abusing the .Bx macro to generate | mpp | 2000-01-23 | 1 | -1/+1 |
| | | | | | the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro instead. | ||||
* | Add `.Nm rdump' to NAME section. | phantom | 2000-01-10 | 1 | -1/+2 |
| | |||||
* | vsprintf -> vsnprintf in msg(). | imp | 1999-11-10 | 1 | -1/+1 |
| | |||||
* | Prepare for K5. | markm | 1999-09-20 | 1 | -1/+1 |
| | |||||
* | Fix for new KerberosFix for new Kerberos44 | markm | 1999-09-19 | 1 | -0/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 9 | -9/+9 |
| | |||||
* | Fix nested if/else within an if | billf | 1999-07-08 | 1 | -2/+3 |
| | |||||
* | Fix time of last dump handling. | jkh | 1999-07-02 | 1 | -6/+11 |
| | | | | Submittted by: Richard Wiwatowski <rjwiwat@ozemail.com.au> | ||||
* | Fix typo in dump reporting | jmz | 1999-05-24 | 1 | -3/+4 |
| | | | | | PR: bin/10573 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> | ||||
* | temporary workaround for bin/11464 | mjacob | 1999-05-03 | 1 | -1/+5 |
| | |||||
* | The attached patch to /usr/src/sbin/dump/optr.c changes the comparison | jkh | 1999-03-21 | 1 | -5/+5 |
| | | | | | | | | | | | | so that dumps are treated by dump -w as having been done on midnight of the day they were actually run. This makes dump -w behave as expected for regularly scheduled daily dumps - if they all run the same day. It makes dump -w behave strangely if you dump late in the day and check again after midnight, but that is the lesser of two evils. Submitted by: Mike Meyer <mwm@phone.net> PR: 9429 | ||||
* | 64bit fixes. | dima | 1998-10-27 | 1 | -4/+4 |
| | | | | | | | (Note: ``dump'' doesn't work on alpha yet. Apparently there's a problem somewhere is the physio() area) Submitted by: myself && Matt Dillon. | ||||
* | Change rst0 into rsa0. | roberto | 1998-09-22 | 2 | -5/+5 |
| | |||||
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |
| | |||||
* | checked, that new sa CAM driver takes care of using buffer sizes | andreas | 1998-09-16 | 1 | -15/+1 |
| | | | | | | | | <= 64 KB. Was able to dump/restore with block sizes of 96, 128 and 200. using systat -vmstat I noticed transfer blocksizes <= 64KB, so physio's limits aren't touched. Since this check was originally from me, I feels safe now to back it out. | ||||
* | Add support for dealing with ENOSPC as the error code returned by a tape | gibbs | 1998-09-15 | 2 | -16/+17 |
| | | | | device hitting EOM on a write. | ||||
* | Fix LIBDIR (for aout/ELF). | markm | 1998-08-06 | 1 | -1/+2 |
| | |||||
* | Make `dump' exit codes confirm to manual page. | jkoshy | 1998-07-14 | 3 | -16/+17 |
| | | | | | PR: 5346 Style-check-by: bde | ||||
* | Correct use of .Nm. Add rcsid. Remove unused #includes. | charnier | 1998-06-15 | 8 | -40/+53 |
| | |||||
* | Turn on TCP_NODELAY on the remote socket, to turn off sender silly window | fenner | 1998-05-17 | 1 | -6/+3 |
| | | | | | | | | | syndrome avoidance. The combination of SWS avoidance and ack-every-other causes low throughput if the block size divided by the MSS is odd (which is true with the default block size and MSS). Turning on TCP_NODELAY disables the Nagle algorithm and sender SWS avoidance. The rdump request/response protocol can not invoke Nagle and cannot cause SWS, so this has no negative effects. | ||||
* | Fix minor typo. | steve | 1998-05-10 | 1 | -2/+2 |
| | | | | | PR: 6571 Submitted by: Stephen J. Roznowski <sjr@home.net> | ||||
* | read() and write() return ssize_t not int, so the first arg to atomic() | jb | 1998-01-25 | 1 | -2/+3 |
| | | | | should be ssize_t too. | ||||
* | The default dumplevel is 0. | steve | 1998-01-03 | 1 | -2/+2 |
| | | | | | PR: 5413 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> | ||||
* | Make this part of the 'krb' distribution. | markm | 1997-10-24 | 1 | -0/+1 |
| | |||||
* | Fix the man page description about what will go into an incremental | joerg | 1997-10-19 | 1 | -2/+2 |
| | | | | | | | backup. PR: docs/4785 Submitted by: Matthew Dillon | ||||
* | Do not account the tape change time for ETA estimations. | joerg | 1997-10-12 | 1 | -0/+6 |
| | | | | | PR: bin/4369 Submitted by: blank@fox.uni-trier.de (Sascha Blank) | ||||
* | The unit for the B option is 1 KB, not `dump records'. | joerg | 1997-10-12 | 1 | -2/+2 |
| | | | | PR: docs/4223 | ||||
* | Changes for the new KTH KerberosIV. | markm | 1997-09-28 | 1 | -4/+8 |
| | |||||
* | Remove the reference to the nonexistant dump(5) manpage. | steve | 1997-08-23 | 1 | -2/+1 |
| | | | | PR: docs/3704 | ||||
* | Add Id. Cosmetic in usage string. | charnier | 1997-06-10 | 1 | -3/+6 |
| | |||||
* | Fix a long-standing bug with dump not treating errors correctly. They | joerg | 1997-05-06 | 1 | -2/+4 |
| | | | | | | | were mishandled as an EOF, which became fatal if your first tape was accidentally write-protected. PR: bin/850 dump treats write-protect as an EOT... |