Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Zap a number of #ifdef sunos blocks, and all of the `register' | iedowse | 2001-11-17 | 7 | -102/+53 |
| | | | | keywords. | ||||
* | Give a sensible error message when the filesystem to be dumped is | iedowse | 2001-11-16 | 1 | -4/+7 |
| | | | | | | | | | not listed in /etc/fstab. Previously, the user would be greeted with "DUMP: bad sblock magic number" when dump tried to parse the directory contents as an FFS filesystem. PR: bin/12789 Submitted by: Bob Willcox <bob@pmr.com> | ||||
* | Make the protocol/dumprestore.h header match restore's idea of the dump | dillon | 2001-10-28 | 2 | -11/+28 |
| | | | | | | | | header for the case where sizeof(time_t) != sizeof(int). dumprestore.h was embedding time_t when it should have been embedding int32_t. Use time_to_time32() and time32_to_time() to convert between the protocoll/file-format time and time_t. | ||||
* | deltat declared time_t, msg("") call used %d (assumed time_t == int). | dillon | 2001-10-28 | 1 | -1/+2 |
| | | | | | | Changed deltat to be an int (result of delta time calculation). MFC after: 1 day | ||||
* | SECURITY. | ru | 2001-09-05 | 5 | -117/+15 |
| | | | | | | | | Notify operators using wall(1)'s -g option. Drop ``setgid tty'' privilege. Obtained from: OpenBSD MFC after: 1 month | ||||
* | Don't reinvent the wheel; use strptime(3). | ru | 2001-09-04 | 1 | -44/+4 |
| | | | | MFC after: 2 weeks | ||||
* | Mark some functions as __printflike() | kris | 2001-08-10 | 1 | -3/+3 |
| | | | | MFC After: 1 week | ||||
* | Sort options in DESCRIPTION. | dd | 2001-07-15 | 1 | -14/+14 |
| | |||||
* | Bump date for addition of -D. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: | ru | 2001-07-10 | 1 | -11/+25 |
| | | | | | Restored .Pa for ``dumpdates'' (it's still a file). Also, removed duplicate ``file'' words. | ||||
* | Add manual page and usage for dump -D (supplied by Dima Dorfman) (will also | dillon | 2001-07-09 | 2 | -10/+24 |
| | | | | | | be MFC'd) Submitted by: Dima Dorfman <dima@unixfreak.org> | ||||
* | Oops, forgot to add 'D' to the option morphing block. | dillon | 2001-07-08 | 1 | -0/+1 |
| | |||||
* | Add a -D option to dump, allowing the path for the /etc/dumpdates file to be | dillon | 2001-07-08 | 1 | -2/+6 |
| | | | | | | | changed, so independant entities backing up the same thing to different media can be made not to trip over each other. MFC after: 3 days | ||||
* | Convert two instances of a lseek()+read() combination to a pread(). | mikeh | 2001-07-01 | 1 | -8/+4 |
| | | | | | PR: bin/17640 MFC after: 2 weeks | ||||
* | Since we use getopt (in rev. 1.12), there's no need for the case's for | dd | 2001-06-09 | 1 | -2/+0 |
| | | | | | | | | the individual options to increment argv and decrement argc. This caused the -T option to swallow an extra argument. PR: 27982 Submitted by: Samuel Greear <sgreear@vsni.com> | ||||
* | Fix bogon with the nodump flag. | jkh | 2001-04-19 | 1 | -5/+10 |
| | | | | Submitted by: Dima Dorfman <dima@unixfreak.org> | ||||
* | 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 |
| |