| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
are sometimes incorrectly being dumped.
The problem arises because the subdirectory only gets its entry
cleared from usedinomap if it is also present in dumpinomap, and it is
the absence of a directory in usedinomap that internally indicates
that the directory is under the effects of UF_NODUMP (either directly
or inherited).
PR: 32414
Submitted by: David C Lawrence <tale@dd.org>
|
|
|
|
|
|
| |
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
|
|
|
|
| |
keywords.
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Changed deltat to be an int (result of delta time calculation).
MFC after: 1 day
|
|
|
|
|
|
|
|
| |
Notify operators using wall(1)'s -g option.
Drop ``setgid tty'' privilege.
Obtained from: OpenBSD
MFC after: 1 month
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
| |
MFC After: 1 week
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Restored .Pa for ``dumpdates'' (it's still a file).
Also, removed duplicate ``file'' words.
|
|
|
|
|
|
| |
be MFC'd)
Submitted by: Dima Dorfman <dima@unixfreak.org>
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: bin/17640
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Submitted by: Dima Dorfman <dima@unixfreak.org>
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
- MAN[1-9] -> MAN.
|
| |
|
| |
|
|
|
|
| |
and remove leading `r'(aw) from it.
|
|
|
|
|
| |
Submitted by: Dima Dorfman <dima@unixfreak.org>
Obtained from: NetBSD
|
|
|
|
| |
Submitted by: "Jason Smethers" <jsmethers@pdq.net>
|
|
|
|
| |
Submitted by: "Jason Smethers" <jsmethers@pdq.net>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
These commits were inspired by a similar commit to netbsd.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
| |
PR: docs/17080
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
| |
|
|
|
|
|
| |
the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro
instead.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submittted by: Richard Wiwatowski <rjwiwat@ozemail.com.au>
|
|
|
|
|
| |
PR: bin/10573
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|