| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
utility for front-ending its operation more of a possibility.
2.2-RELEASE candiate. Closes PR#1960
Submitted-By: Darryl Okahata <darrylo@hpnmhjw.sr.hp.com>
|
|
|
|
| |
2.2 Candidate.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
to the name given as a chardev.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Opening the socket is the only privileged operation route requires.
Make a couple of static buffers bigger, and use strncpy() and snprintf() where
there's a chance of overflow.
Fixes PR bin/1903
Partially Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
Don't look up the network number if we're being asked to add a host route.
Fixes PR bin/1900
Submitted by: Bruce A. Mah <bmah@cs.berkeley.edu> (pr bin/1900)
|
|
|
|
|
|
|
|
| |
using the fstab.
Closes PR bin/129.
Submitted by: jmg@nike.efn.org (John-Mark Gurney)
|
|
|
|
|
|
| |
<stdio.h> doesn't (bogusly) include <sys/types.h>.
Cleaned up #includes.
|
|
|
|
| |
Closes PR # docs/735.
|
|
|
|
|
|
|
| |
If the magic is bad, don't waste our time.
Submitted by: Giles Lean Giles Lean <giles@nemeton.com.au>
Obtained from: NetBSD PR bin/249
|
|
|
|
|
| |
The rule is still added to the chain since the interface may get
created later on after loading an LKM.
|
|
|
|
| |
server software.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
but Bill has beaten me on this. ;-)
However, he missed the part to compute the kernelsize in kilobytes,
so the minfree consideration was now overcautious. (I've also
changed the return type of dump_size() to void since int was useless.)
Being here, the fact that `vmcore' was written world-readable was just
a plain security hole: everybody who was able to crash a kernel could
later read any confidential information out of it at his will. Create
it with umask 077 instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of the partition. Only if the size is 0 should the
special handling of 0 as first argument be triggered.
[This bug caused offset 0 to give C/H/S = 0/0/0 instead of 0/0/1.]
The init_sector0 function needs to decrease the first argument
to the second call to dos() by one to be consistent with the
calls to dos() in change_part().
[This bug caused fdisk -i to create bogus partition tables with
the ending C/H/S value 1 too high. This usually gives S = 1
instead of S = maximum, so the geometry guessing in the slice
code and perhaps in SCSI BIOSes was defeated.]
Submitted by: Tor Egge <tegge@itea.ntnu.no>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- make minfree work by getting the dump size before checking to see
if the dump will fit on the filesystem
- also fail to dump if no minfree is specified but there are not enough
free blocks.
Fix a typo in the man page.
Fixes PR bin/1322
Submitted by: "Philippe C." <charnier@lirmm.fr>
|
|
|
|
|
|
|
| |
match reality.
Say that secured devices `may not be opened for writing' instead of
`are read-only'.
|
|
|
|
|
|
|
| |
"/var/run/ld.so.hints".
Delete an incorrect statement about LD_LIBRARY_PATH from the manual
page.
|
|
|
|
|
|
|
| |
panic. If such a thing is fixed fsck needs a rerun (and bugs the user to do
so).
Reviewed by: Kirk McKusick
|
| |
|
|
|
|
|
|
|
| |
reserved by the SCSI-2 specs. Hence, zero it out. Some drives
(correctly) complain about this otherwise.
Reviewed by: craigs@os.com (Craig Shrimpton)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
ldconfig path (from NetBSD). I added code to make sure there were no
duplicates in the path when multiple ldconfig -m's were used.
Reviewed by: nate, jdp
Obtained from: NetBSD (partly)
|
| |
|
|
|
|
| |
The pages are not NetBSD specific and FreeBSD is not a child of NetBSD.
|
|
|
|
|
|
|
|
|
|
| |
by sysctl and never can be in their documented form (kern.name_max would
have to become fs.filesystemname.name_max, etc.).
Added missing references to user.stream_max and user.tzname_max. These
seem to misnamed. <sys/sysconf.h> says that they correspond to POSIX2
names, but the sysconf names don't have POSIX2 or "posix2" like all the
other POSIX2 names.
|
|
|
|
|
|
| |
in order to create sparse directory files that caused a panic of a
filesystem where fsck would not find anything. A fix for fsck is in the
make but still has to be reviewed by Kirk McKusick.
|
|
|
|
|
|
| |
<sys/dir.h> in applications. Maintained existing (inadequate) ifdefs
for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
new ones.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed the following bugs:
- the buffer was reprinted endlessly when msg.bufx == 0 and (for a
different reason) when msg.bufx == 1.
- the last byte of the buffer wasn't printed except in the the infinite
loop cases.
- the comment about walking the buffer didn't match the (correct) code.
- minor -Wall and style bugs.
Not fixed:
- excessive newline processing which hid the non-printing of the last
byte of the buffer.
|
|
|
|
| |
ts_nsec -> tv_nsec
|
|
|
|
| |
ts_nsec -> tv_nsec
|
|
|
|
| |
ts_nsec -> tv_nsec
|
|
|
|
| |
goodnight ugly prince...
|
| |
|
|
|
|
| |
feature.
|
| |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| | |
of important bug fixes.
Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
|
|
|
|
|
|
| |
of important bug fixes.
Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|