MIHIRA Sanpei Yoshiro
f20f83ab5f
[Merge from PAO]
...
add about 67 entry and rewrite 18 entry
change Xircom CompactCard Ethernet 10 entry
config 0x20 -> auto
Reviewed by: iwasaki
Obtained from: PAO3
2000-07-16 14:33:47 +00:00
Mark Murray
1200a0a6e4
WITH_IDEA --> MAKE_IDEA fix.
2000-07-16 12:20:28 +00:00
Wilko Bulte
64ac9827f2
Document Ethernet card reqs for SRM boot. Note that 8255x (fxp)
...
does not currently work correctly on alpha.
2000-07-16 11:38:01 +00:00
Andrey A. Chernov
8804e81e7e
Bump __FreeBSD_version to indicate mtree defaults changed back to original
2000-07-16 10:02:34 +00:00
Mark Murray
7d4e8b5df8
Don't break the ability to debug the kernel when gathering entropy.
...
Pointed out by: bde
2000-07-16 09:25:04 +00:00
Andrey A. Chernov
c5dfaf05b1
Add -L to mtree to preserve old functionality exact
2000-07-16 08:58:02 +00:00
Andrey A. Chernov
8b873d926b
Add -L to mtree.
...
Not shure ever it needed for MFS, but just to keep old behaviour exact, can be
removed later
2000-07-16 08:44:40 +00:00
Andrey A. Chernov
25718fe3f0
Fix getopt string I forget
2000-07-16 08:22:38 +00:00
Andrey A. Chernov
06eaff03b7
Forget to add -L to one mtree call
2000-07-16 08:20:54 +00:00
Andrey A. Chernov
043ada1051
Add -L to mtree
2000-07-16 08:19:49 +00:00
Andrey A. Chernov
590694fb28
Add -L to mtree calls since default changed back
2000-07-16 08:02:48 +00:00
Andrey A. Chernov
106beffea3
Add -L to mtree calls since defaults changed back
2000-07-16 07:58:25 +00:00
Jun-ichiro itojun Hagino
059e468480
s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.
...
(even if you ask for tunnel-mode encryption packets will go out in clear)
sync with kame.
2000-07-16 07:56:54 +00:00
Andrey A. Chernov
1896f37452
Revert back to original mtree default behaviour to not follow symlinks, to be
...
compatible with other *BSD camp. Add -L option to follow symlinks, so remove
-P option which is now default. The next step will be to add -L to building
process.
Asked-by: bde
2000-07-16 07:55:07 +00:00
David E. O'Brien
489fa7954a
Add FreeBSD Id to make this easier to track.
2000-07-16 06:33:13 +00:00
David E. O'Brien
b9cee99a1e
Squeeze the BOOTMFS kernel image some more. The Alpha kernel was simply
...
over flowing its britches. So remove all ppbus bits except those for PLIP
(untested), and all USB bits as SRM does not know what USB is. Also remove
/dev/random as I don't think we need it just for whacking bits onto a disk.
Approved by: JKH
2000-07-16 06:32:28 +00:00
Warner Losh
409e887c85
Take jdp's excellent message to -current about the internat crypto
...
files and put it in my freebsd web area. Rewrite the entry in
UPDATING to point to it the message and hopefully not confuse people
like the old one did.
2000-07-16 06:00:40 +00:00
Peter Wemm
4577434fff
Forced commit. This is to try and help folks that used the international
...
crypto repo and have slightly different files but with the same version.
cvsup in 'checkout mode' has no trouble with this, but cvs can get really
silly about it.
2000-07-16 05:53:14 +00:00
Peter Wemm
ecece7e319
Add missing $FreeBSD$ to files that are NOT still on vendor a branch.
2000-07-16 05:48:49 +00:00
Kenneth D. Merry
259665fa0a
Get rid of non-existent CAM 'scan' device.
...
PR: 19961
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2000-07-16 02:49:23 +00:00
Jun-ichiro itojun Hagino
978ee2ed92
improve route/nd cache cleanup on interface removal.
...
CAVEAT: haven't really tested it yet, please report
2000-07-16 01:46:42 +00:00
David Nugent
670eb236c0
Catch up to the fact that we now have tcsh in the tree.
2000-07-16 01:46:26 +00:00
Dag-Erling Smørgrav
6290ee735b
Reinsert the MIT copyright, which applies to the base64 code and was
...
left out by accident during the rewrite.
2000-07-16 01:04:10 +00:00
Dag-Erling Smørgrav
78394463ee
Better signal handling.
...
Submitted by: green
2000-07-16 00:47:00 +00:00
Marcel Moolenaar
fbdf894562
Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaround
...
is not needed since the FreeBSD native implementation switched
from TIOC{G|S}PGRP to FIO{G|S}ETOWN (kern_descrip.c rev 1.55).
PR: 16946
Submitted by: Victor Salaman <salaman@teknos.com>
2000-07-15 22:33:24 +00:00
Ben Smithurst
3fd5156000
"VFS entry point" -> "entry point", to be consistent with other VOP_*(9)
...
manual pages.
PR: 18593
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-07-15 22:28:16 +00:00
Kirk McKusick
6c91ca38b0
Make a tighter test for valid inode numbers in getnextinode().
2000-07-15 18:28:36 +00:00
Bill Paul
79d11e0960
Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,
...
which differ slightly from the Macronix MX98715AEC chip on the sample
adapter that I have in that the multicast hash table is only 128 bits
wide instead of 512. New adapters are popping up with this chip, and
due to improper handling of the smaller hash table, broadcast packets
were not being received correctly.
2000-07-15 17:54:30 +00:00
Andrey A. Chernov
38d3d2d67c
Fix octal numbers parsing
...
PR: 19950
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
2000-07-15 17:17:33 +00:00
Alfred Perlstein
2873654a65
Fix systat to use the kern.ipc.mbtypes sysctl instead of referencing a
...
structure member that doesn't exist anymore.
Use getsysctlbyname for kern.ipc.mbstat instead of sysctl.
Use netstat's method of displaying values from mtnames.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
Missed by PR: 19809
2000-07-15 16:24:21 +00:00
SADA Kenji
3c2ddcf514
To make inherit file flags when mv(1) moves file between directories
...
on different file systems.
PR: bin/12375
Submitted by: Takashi SHIRAI <shirai@nintendo.co.jp>
No response by: steve
No problem with: building 5-current world
2000-07-15 14:59:02 +00:00
Mark Ovens
e7b7b6e4c4
Re-worded the description of the -r option
...
PR: 18792
Submitted by: Bob Johnson <bobj@atlantic.net>
Approved by: Alexander Langer <alex@freebsd.org>
2000-07-15 14:55:54 +00:00
SADA Kenji
410fb0acaa
Fixd with alias missing.
...
PR: bin/19475
Approved by: Martin Cracauer <cracauer@cons.org> (with conditions)
2000-07-15 14:34:37 +00:00
Andrey A. Chernov
40b376941a
Shorten 49m attr resetting expression
2000-07-15 14:13:42 +00:00
Andrey A. Chernov
7e1eea4825
Reset corresponding color attributes on 39m and 49m
...
Unify comments related to color
2000-07-15 13:46:57 +00:00
Andrey A. Chernov
2b5ce8a961
Fix memory leak/double free found by phkmalloc
...
Uniform mboot.bootinst allocation code to be independent of functions order
2000-07-15 13:37:47 +00:00
Hellmuth Michaelis
fc80937e0b
have pcvt's non-console probe and attach routines called again in case
...
it is configured in the kernel.
2000-07-15 13:16:28 +00:00
Ben Smithurst
a34cabc03c
Mention Joe Karthauser's addition of the "cdid" command to cdcontrol(1).
2000-07-15 13:08:23 +00:00
Ben Smithurst
f21ff38bf4
Make the NAME section a bit less confusing.
...
PR: 19262
Submitted by: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp>
Reviewed by: sheldonh
2000-07-15 13:04:33 +00:00
Andrzej Bialecki
b69feb8fe3
Forced commit to add log message:
...
Add share/examples/kld/dyn_sysctl.
2000-07-15 10:36:01 +00:00
Andrzej Bialecki
bd3cdc3105
These patches implement dynamic sysctls. It's possible now to add
...
and remove sysctl oids at will during runtime - they don't rely on
linker sets. Also, the node oids can be referenced by more than
one kernel user, which means that it's possible to create partially
overlapping trees.
Add sysctl contexts to help programmers manage multiple dynamic
oids in convenient way.
Please see the manpages for detailed discussion, and example module
for typical use.
This work is based on ideas and code snippets coming from many
people, among them: Arun Sharma, Jonathan Lemon, Doug Rabson,
Brian Feldman, Kelly Yancey, Poul-Henning Kamp and others. I'd like
to specially thank Brian Feldman for detailed review and style
fixes.
PR: kern/16928
Reviewed by: dfr, green, phk
2000-07-15 10:26:04 +00:00
Andrzej Bialecki
65594d9e65
*** empty log message ***
2000-07-15 10:18:46 +00:00
David E. O'Brien
53d52f0b40
Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)
2000-07-15 06:06:42 +00:00
Alfred Perlstein
af0e6bcdf0
Make mbstat.m_mtypes seperate and viewable via sysctl, also
...
expand the size from short to ulong
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
PR: kern/19809
2000-07-15 06:02:48 +00:00
Robert Watson
a85978584c
o Display only a short fortune at the root login prompt, as large ones
...
scroll of our pretty /etc/motd that helps the user know what to do.
o Change reflects similar setting in /share/skel
2000-07-15 03:25:14 +00:00
Robert Watson
ab56179d5b
o Apply asmodai's spelling commit from /etc/root to dot.cshrc in /share/skel
...
also.
2000-07-15 03:24:18 +00:00
Garrett Wollman
a34128a818
Admin some amount of responsibility for the current state of lpr/lpd.
...
Also add Garance Drosihn who has been doing a great deal of work on
print systems.
2000-07-15 02:43:02 +00:00
Archie Cobbs
840e97785b
Set NG_INVALID flag when destroying node.
2000-07-14 22:35:13 +00:00
Matt Jacob
6bd19f4257
Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unless
...
TAG_ACTION_VALID is set.
2000-07-14 21:09:25 +00:00
Matt Jacob
bf43e4b847
Whoops- more changes in last checkin than TARGIODEBUG-
...
some additional TARGIOCCLEAREXCEPTION ioctls added as
needed.
Obtained from: gibbs@freebsd.org
2000-07-14 20:30:28 +00:00