Jeroen Ruigrok van der Werven
c192455b47
Fix typo.
...
PR: 18845
Submitted by: Kevin <kevin@ns1.stcp.net>
2000-06-04 16:15:56 +00:00
Jeroen Ruigrok van der Werven
7603b950ef
VFS_CHECKEXP.9:
...
Fix typo.
Fix description.
VFS_FHTOVP.9:
Fix order in which the manpage says the calls should be made.
PR: 18590
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-06-04 15:31:12 +00:00
Gerard Roudier
334705dd0f
Submitted by: Sheldon Hearn
...
Miscellaneous fixes.
2000-06-04 14:58:40 +00:00
Jeroen Ruigrok van der Werven
1b24d0eff5
Fix example.
...
PR: 18953
Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org>
2000-06-04 09:11:22 +00:00
David E. O'Brien
abab6603e6
This commit was generated by cvs2svn to compensate for changes in r61241,
...
which included commits to RCS files with non-trunk default branches.
2000-06-04 08:30:31 +00:00
David E. O'Brien
14eaea6f7d
Import of a GCC 2.96 SNAPSHOT taken from the trunk of the GCC anoncvs
...
server on 3-June-2000.
2000-06-04 08:30:31 +00:00
David E. O'Brien
ff742a1ed0
This commit was generated by cvs2svn to compensate for changes in r61239,
...
which included commits to RCS files with non-trunk default branches.
2000-06-04 08:21:31 +00:00
David E. O'Brien
21f6bc4b05
Import of a GCC 2.96 SNAPSHOT taken from the trunk of the GCC anoncvs
...
server on 3-June-2000.
2000-06-04 08:21:31 +00:00
David E. O'Brien
c8a1d5ccc3
Scoot things over to the temporary *.295 source while I do major construction
...
on the mainline sources.
2000-06-04 06:56:23 +00:00
Robert Watson
b2b0497ab5
o If FFS_EXTATTR is defined, don't print out an error message on unmount
...
if an FFS partition returns EOPNOTSUPP, as it just means extended
attributes weren't enabled on that partition. Prevents spurious
warning per-partition at shutdown.
2000-06-04 04:50:36 +00:00
Jordan K. Hubbard
ce51a9fcf9
Add a new release variable, AUTO_KEYBOARD_DETECT. If you set it to
...
1, the -P flag is used on the boot floppies. If not, don't. The new
default is to not use it.
2000-06-04 04:41:41 +00:00
Robert Watson
7cadc2663e
o Modify jail to limit creation of sockets to UNIX domain sockets,
...
TCP/IP (v4) sockets, and routing sockets. Previously, interaction
with IPv6 was not well-defined, and might be inappropriate for some
environments. Similarly, sysctl MIB entries providing interface
information also give out only addresses from those protocol domains.
For the time being, this functionality is enabled by default, and
toggleable using the sysctl variable jail.socket_unixiproute_only.
In the future, protocol domains will be able to determine whether or
not they are ``jail aware''.
o Further limitations on process use of getpriority() and setpriority()
by jailed processes. Addresses problem described in kern/17878.
Reviewed by: phk, jmg
2000-06-04 04:28:31 +00:00
Kenneth D. Merry
a6cb9949a7
Disable multi-lun probing on Hitachi DK31* drives.
...
PR: misc/18793
Submitted by: Paul Haddad <paul@pth.com>
2000-06-04 03:17:37 +00:00
Kenneth D. Merry
b3550398d3
Eliminate the default device name (da) and unit number (0) in camcontrol.
...
This may break some scripts, but with the number of ways users can damage
a system with this tool, it's important to make sure they specify which
device they want to talk to.
Suggested by: joerg
2000-06-04 02:43:55 +00:00
Tim Vanderhoek
0e61e4dd08
Install mailer.conf as ${BINOWN}, ${BINGRP}, rather than root:wheel. This
...
lets unprivileged installworld: almost work first try and always work second.
BINOWN isn't quite right for this, but it's not really worth creating
a MAILOWN for this.
2000-06-04 01:20:58 +00:00
Kenneth D. Merry
33fab22e1c
Use the Ic (Internal command) mdoc macro to denote camcontrol subcommands.
...
Submitted by: sheldonh
2000-06-03 22:16:00 +00:00
Kenneth D. Merry
cee3fcd1a2
Send 'camcontrol help' usage output to stdout instead of stderr, so it
...
can be viewed more easily with a pager.
Regular (i.e. short) usage output is still sent to stderr.
PR: bin/12358
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
2000-06-03 22:07:56 +00:00
John W. De Boskey
93a3fa19b5
Add -g for gigabyte sizes.
...
Approved by: jkh
2000-06-03 20:17:39 +00:00
Andrey A. Chernov
57b1db33a5
Version bump to indicate libxpg4 merging to libc
2000-06-03 15:51:07 +00:00
Bruce Evans
29893f43a9
Fixed some style bugs in the signal handling funcations. This doesn't
...
change the object file.
2000-06-03 14:19:01 +00:00
Andrey A. Chernov
394975e373
Make this lib fake - now merged to libc
2000-06-03 12:28:13 +00:00
Andrey A. Chernov
8b96e6c916
Megre XPG4 code into libc
2000-06-03 12:24:08 +00:00
Bruce Evans
7f3f3253ff
Fixed style bugs that I unfortunately noticed because bsd.kmod.mk was
...
being reconstructed.
2000-06-03 11:45:00 +00:00
Bruce Evans
81ae6b6341
Fixed some style bugs. Apart from formatting bugs, MANDEPEND is deprecated
...
and $< and $@ are even documented as deprecated.
2000-06-03 11:39:38 +00:00
Bruce Evans
61b9b2965c
The change to do a longword compare in the previous commit just broke an
...
apparently-intended micro-optimization ("testb" is equivalent and smaller)
and added a style bug (the size suffix for "testl" was missing).
linux-2.3.35 already had the correct fix.
2000-06-03 11:09:09 +00:00
Bruce Evans
8b788cbd86
Fixed regression of the type of the `header' member of struct pkthdr from
...
`void *' to caddr_t in rev.1.40. This mainly caused an annoying warning
for compiling ip_input.c.
2000-06-03 10:30:56 +00:00
Kris Kennaway
d52b295063
Add a new file to SRCS
2000-06-03 10:04:31 +00:00
Kris Kennaway
c322fe352d
Resolve conflicts
2000-06-03 09:58:15 +00:00
Kris Kennaway
7513668808
This commit was generated by cvs2svn to compensate for changes in r61209,
...
which included commits to RCS files with non-trunk default branches.
2000-06-03 09:52:37 +00:00
Kris Kennaway
2632b0c875
Initial import of OpenSSH snapshot from 2000/05/30
...
Obtained from: OpenBSD
2000-06-03 09:52:37 +00:00
Kris Kennaway
cfa18fd2ba
Resolve conflicts
2000-06-03 09:23:13 +00:00
Kris Kennaway
87e372b8a2
Import from vendor repository.
...
Obtained from: OpenBSD
2000-06-03 09:20:19 +00:00
Kris Kennaway
48fb0b1aa9
This commit was generated by cvs2svn to compensate for changes in r61206,
...
which included commits to RCS files with non-trunk default branches.
2000-06-03 09:20:19 +00:00
Doug Rabson
e347aadd85
Record the new PALcode revision in the pcs structure after changing to
...
run OSF/1 PALcode.
Obtained from: NetBSD
2000-06-03 08:24:37 +00:00
Bruce Evans
27d3393199
Use the genassym script here too. The linux and svr4 modules were broken.
2000-06-03 07:40:19 +00:00
Kris Kennaway
db1cb46ca2
Bring vendor patches onto the main branch, and resolve conflicts.
2000-06-03 07:31:44 +00:00
Kris Kennaway
1ae2db81a5
Import vendor patches: the first is written by
...
Brian Feldman <green@FreeBSD.org>
* Remove the gratuitous dependency on OpenSSL 0.9.5a (preparation for MFC)
* Disable agent forwarding by default in the client (security risk)
Submitted by: green
Obtained from: OpenBSD
2000-06-03 07:18:09 +00:00
Kris Kennaway
7567fde002
This commit was generated by cvs2svn to compensate for changes in r61201,
...
which included commits to RCS files with non-trunk default branches.
2000-06-03 07:18:09 +00:00
Kris Kennaway
fcee55a281
Import vendor patch originally submitted by the below author: don't
...
treat failure to create the authentication agent directory in /tmp as
a fatal error, but disable agent forwarding.
Submitted by: Jan Koum <jkb@yahoo-inc.com>
2000-06-03 07:06:14 +00:00
Kris Kennaway
6298712178
This commit was generated by cvs2svn to compensate for changes in r61199,
...
which included commits to RCS files with non-trunk default branches.
2000-06-03 07:06:14 +00:00
Kris Kennaway
830ccf58ce
Import vendor fix: "fix key_read() for uuencoded keys w/o '='"
...
This bug caused OpenSSH not to recognise some of the DSA keys it
generated.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Obtained from: OpenBSD
2000-06-03 06:51:30 +00:00
Kris Kennaway
6641555f44
#include <string.h> for memcpy() prototype
...
Obtained from: OpenBSD
2000-06-03 00:27:54 +00:00
Archie Cobbs
756fff0053
Don't try to apply ipfw filtering to non-IP packets.
...
Reported-by: "Lachlan O'Dea" <lodea@vet.com.au>
2000-06-02 22:47:53 +00:00
Archie Cobbs
7273f8bc17
Fix buffer overflow bug in NgSendAsciiMsg().
2000-06-02 21:51:36 +00:00
Jonathan Lemon
7d664a2f47
Spelling fix: transfered --> transferred
...
Submitted by: dan@dan.emsphone.com
2000-06-02 21:22:09 +00:00
Jonathan Lemon
48f0c5dc0c
Fix memory leak when route addition fails.
...
Obtained from: NetBSD
2000-06-02 21:19:43 +00:00
Alfred Perlstein
e8dca93127
document sbsize limit.
2000-06-02 20:51:05 +00:00
Jonathan Lemon
707d00a304
Add boundary checks against IP options.
...
Obtained from: OpenBSD
2000-06-02 20:18:38 +00:00
Daniel C. Sobral
11b96475f7
Apply a number of fixes for the Alpha platform.
2000-06-02 20:07:56 +00:00
Matt Jacob
60ed92ddd3
fix KASSERT usage
2000-06-02 19:06:33 +00:00