| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
backup.
PR: docs/4785
Submitted by: Matthew Dillon
|
|
|
|
|
| |
PR: bin/4369
Submitted by: blank@fox.uni-trier.de (Sascha Blank)
|
|
|
|
| |
PR: docs/4223
|
| |
|
|
|
|
| |
PR: docs/3704
|
| |
|
|
|
|
|
|
|
| |
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...
|
|
|
|
|
|
|
| |
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.)
|
|
|
|
|
| |
with the rest of the manpage. (Lite2 documents it in getopt form, Lite1
did it in old-style arg format)
|
|
|
|
| |
Pointed out by: Tom Jackson <tom@peeper.jackson.org>
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
(note that some of these have already been imported, this is a no-op)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
considerations, and dump right to the end of medium.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
$TAPE. Inspired by OpenBSD's work in this area.
Reviewed by: Peter Wemm, Guido van Rooij and Jordan Hubbard.
Obtained from: OpenBSD
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Added comments in both files stateing why /etc/rmt is correct so someone
else wont do the same thing again.
Suggested by: Warner Losh & Ollivier
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
commit.. This causes a link error in sbin/restore which also uses this
file.
|
| |
| |
| |
| |
| | |
messages, and make it explicit that stderr output came from the remote end.
(e.g. "rmt: command not found")
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
setsockopt()'s on a -1 file descriptor.
Remove attempt to decrease TCP MSS; it makes no sense.
Set the IP TOS to IPTOS_THROUGHPUT as an indication that this is an
application sending large blocks of data, as recommended by RFC1700.
|
| |
| |
| |
| | |
ts_nsec -> tv_nsec
|
| |
| |
| |
| |
| |
| | |
for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
|
| | |
|
| |
| |
| |
| | |
Amanda happy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
changes and one addition by me.
. Use reasonable defaults for the tape drive (/dev/rst0) instead of
something we actually don't have.
. Add a summary line displaying the alapsed time and the total throughput.
. Replace "rmt" for the remote location of rmt(8) by "/etc/rmt", since this
is the historical protocol, and relying on the $PATH causes a big pain.
Make it adjustable via an environmental variable though.
Reviewed by: joerg (for Andreas' part)
Submitted by: andreas@knobel.gun.de (Andreas Klemm)
|
| |
| |
| |
| |
| | |
than the other way around!
Submitted by: Elmar Bartel <bartel@informatik.tu-muenchen.de>
|
| |
| |
| |
| | |
which is no longer bogusly installed in /usr/include.
|
| |
| |
| |
| | |
Submitted by: faried nawaz <fn@big-brother.csrv.uidaho.edu>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
claims multiple times to have failed. The problem is a off_t is
converted into a int and checked for a negative. A true lseek check
should be checking if the off_t is equal to -1 for failure.
(Suggested fix from PR #bin/461)
Submitted by: mark tinguely <tinguely@opus.cs.ndsu.NoDak.edu>
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
an array. The bug became obvious in the old system where the array was only
32 characters long (now MAXPATHLEN). Dump honored its name then (:-)
and dumped its core when calling dump -w for a fstab that contained rather long
NFS file system names. Even though this is rather unlikely to happen now,
a bug is a bug:)
|
|/
|
|
|
| |
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
|
|
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
|