]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoFix world with -DNOCRYPT, hopefully fix release for non-crypto collection.
kris [Mon, 13 Mar 2000 21:35:30 +0000 (21:35 +0000)]
Fix world with -DNOCRYPT, hopefully fix release for non-crypto collection.

Reported by: Jason Garman <jgarman@wedgie.org>
Feedback by: bde, Bob Bishop <rb@gid.co.uk>, jhay

24 years agoRescan the SCSI bus of just-added aic devices, so they can be used
dcs [Mon, 13 Mar 2000 20:41:29 +0000 (20:41 +0000)]
Rescan the SCSI bus of just-added aic devices, so they can be used
during installation.

24 years agoTeach Fx and Os about FreeBSD 4.1 and FreeBSD 5.0.
ru [Mon, 13 Mar 2000 19:44:24 +0000 (19:44 +0000)]
Teach Fx and Os about FreeBSD 4.1 and FreeBSD 5.0.

24 years agoRemove erroneous built-in help information for the 'msg' command.
archie [Mon, 13 Mar 2000 19:23:16 +0000 (19:23 +0000)]
Remove erroneous built-in help information for the 'msg' command.

24 years agoFix parsing of commands after @ keywords (@hourly, @daily, etc.).
ghelmer [Mon, 13 Mar 2000 19:21:17 +0000 (19:21 +0000)]
Fix parsing of commands after @ keywords (@hourly, @daily, etc.).
Fix setting of "hour" bitmap when @hourly keyword is specified.

MFC candidate after 4.0-RELEASE.

Problem-found-by: Sheldon Hearn <sheldonh@uunet.co.za>
24 years ago- Document updates in iface netgraph node type functionality
archie [Mon, 13 Mar 2000 19:19:48 +0000 (19:19 +0000)]
- Document updates in iface netgraph node type functionality
- Remove makefile hacks for opt_inet.h, etc: the KLD now supports
  whatever address families your kernel was compiled with automagically

24 years agoUpdates to the ng_iface(8) netgraph node type:
archie [Mon, 13 Mar 2000 19:18:10 +0000 (19:18 +0000)]
Updates to the ng_iface(8) netgraph node type:
  - Make iface nodes removable on shutdown since FreeBSD now supports
    removable interfaces
  - Simplify supporting new protocols using family_enqueue(); add a
    few new ones including IPv6
  - Add support for configurable interface mode using new
    NGM_IFACE_POINT2POINT and NGM_IFACE_BROADCAST control messages
  - Remove NGM_IFACE_GET_IFADDRS control message; it just duplicates
    the functionality of SIOCGIFCONF

24 years agoBack out previous commit. The code is not ready for it.
sheldonh [Mon, 13 Mar 2000 19:13:48 +0000 (19:13 +0000)]
Back out previous commit.  The code is not ready for it.

24 years agoSome minor prototype tweaks.
archie [Mon, 13 Mar 2000 19:05:11 +0000 (19:05 +0000)]
Some minor prototype tweaks.

24 years agoUse snprintf() instead of sprintf().
archie [Mon, 13 Mar 2000 18:54:10 +0000 (18:54 +0000)]
Use snprintf() instead of sprintf().

24 years agoFix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"
archie [Mon, 13 Mar 2000 18:50:38 +0000 (18:50 +0000)]
Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"

24 years ago-CURRENT is now 500000, reflect that.
billf [Mon, 13 Mar 2000 18:47:48 +0000 (18:47 +0000)]
-CURRENT is now 500000, reflect that.

24 years agoWelcome to 5.0-CURRENT. (__FreeBSD_version = 500000)
billf [Mon, 13 Mar 2000 18:44:36 +0000 (18:44 +0000)]
Welcome to 5.0-CURRENT. (__FreeBSD_version = 500000)

Approved by: jkh, phk

24 years agoFix typo.
archie [Mon, 13 Mar 2000 18:29:58 +0000 (18:29 +0000)]
Fix typo.

Reported by: Robert Swindells <swindellsr@genrad.co.uk>

24 years agoRELENG_4 cvsup files. I'm betting these names are going to be changed,
dcs [Mon, 13 Mar 2000 17:31:44 +0000 (17:31 +0000)]
RELENG_4 cvsup files. I'm betting these names are going to be changed,
but by virtue of no one else getting to do this after I mentioned it,
they get to be named this for now.

24 years agoDon't do bus resets for ULTRA2 or later cards because what seems to
mjacob [Mon, 13 Mar 2000 16:30:00 +0000 (16:30 +0000)]
Don't do bus resets for ULTRA2 or later cards because what seems to
happen currently is that several commands issued *after* the bus reset are
then reported destroyed.

24 years agoFixed a spelling error that disabled the rc driver.
bde [Mon, 13 Mar 2000 15:29:47 +0000 (15:29 +0000)]
Fixed a spelling error that disabled the rc driver.

24 years agoFix some style bugs. The long line is in a chunk of code that's
nsayer [Mon, 13 Mar 2000 15:27:19 +0000 (15:27 +0000)]
Fix some style bugs. The long line is in a chunk of code that's
being rewritten, though.

Submitted by: bde

24 years agoAdd a standard option list and make appropriate changes to the
sheldonh [Mon, 13 Mar 2000 14:54:55 +0000 (14:54 +0000)]
Add a standard option list and make appropriate changes to the
body of the description.

This is based on a patch from Nick Sanders <fishy@hotbot.com>.

PR: 11978

24 years agoDisabled the optimization of not doing an invltlb_1pg() when changing
bde [Mon, 13 Mar 2000 14:47:46 +0000 (14:47 +0000)]
Disabled the optimization of not doing an invltlb_1pg() when changing
pte's from zero.  The TLB is supposed to be invalidated when pte's are
changed _to_ zero, but this doesn't occur in all cases for global pages
(PG_G stops invltlb() from working, and invltlb_1pg() is not used
enough).

PR: 14141, 16568
Submitted by: dillon

24 years agoFix another include error. Inspired by the last commit.
asmodai [Mon, 13 Mar 2000 13:41:40 +0000 (13:41 +0000)]
Fix another include error.  Inspired by the last commit.

24 years agoFix include error.
asmodai [Mon, 13 Mar 2000 13:36:40 +0000 (13:36 +0000)]
Fix include error.

Submitted by: ru

24 years agoAdd appropriate MLINKS for rc.*.
sheldonh [Mon, 13 Mar 2000 13:19:42 +0000 (13:19 +0000)]
Add appropriate MLINKS for rc.*.

24 years agoAdd 'bootverbose' debug messages to assist with tracking down problems
mdodd [Mon, 13 Mar 2000 12:27:21 +0000 (12:27 +0000)]
Add 'bootverbose' debug messages to assist with tracking down problems
some users have encountered.

24 years agoCleanup sweep.
sos [Mon, 13 Mar 2000 12:27:11 +0000 (12:27 +0000)]
Cleanup sweep.

24 years agoInitial ifmedia support. Once I figure out autoselection I'll put the
mdodd [Mon, 13 Mar 2000 12:23:32 +0000 (12:23 +0000)]
Initial ifmedia support.  Once I figure out autoselection I'll put the
rest of the code in (so changing media actually works.)

Add a few more register definitions for use with this and other new code.

Print a few details in the probe message; this should be useful in
bug reports and such but should not add to the clutter.

24 years agoEnable disksort the right way both on ATA disks and ATAPI devices.
sos [Mon, 13 Mar 2000 12:04:58 +0000 (12:04 +0000)]
Enable disksort the right way both on ATA disks and ATAPI devices.

24 years agoCopy how everyone else is doing packet transmission. (NetBSD mostly)
mdodd [Mon, 13 Mar 2000 11:59:21 +0000 (11:59 +0000)]
Copy how everyone else is doing packet transmission. (NetBSD mostly)
I've been running this for a month or so and have had no problems with it
and if I recall it was my last speed tweak.  Holler if this breaks anything.

24 years agoFollow the docs a bit more in epstop() with respect to delays.
mdodd [Mon, 13 Mar 2000 11:55:09 +0000 (11:55 +0000)]
Follow the docs a bit more in epstop() with respect to delays.
Trivial formatting.

24 years agoGet rid of table lookup in favor of just subtracting. Everyone else
mdodd [Mon, 13 Mar 2000 11:51:44 +0000 (11:51 +0000)]
Get rid of table lookup in favor of just subtracting.  Everyone else
does it like this and I see no point in being different.

24 years agoCall epstop() in ep_attach(). While this shouldn't be necessary we'll
mdodd [Mon, 13 Mar 2000 11:48:03 +0000 (11:48 +0000)]
Call epstop() in ep_attach().  While this shouldn't be necessary we'll
do it just in case.  (Actually, with PCMCIA cards we can get in a state
where it may be required.)

24 years agoSet the RF_SHAREABLE flage when we allocate an IRQ.
mdodd [Mon, 13 Mar 2000 11:43:53 +0000 (11:43 +0000)]
Set the RF_SHAREABLE flage when we allocate an IRQ.

24 years agoRemove option MD5, it has been standardized almost two years ago.
ru [Mon, 13 Mar 2000 11:37:43 +0000 (11:37 +0000)]
Remove option MD5, it has been standardized almost two years ago.

24 years agoFinally unifdef -DINTERNAL_LS.
ru [Mon, 13 Mar 2000 11:20:09 +0000 (11:20 +0000)]
Finally unifdef -DINTERNAL_LS.

24 years agoRemove #ifdef UVM stuff which will never be relevant.
phk [Mon, 13 Mar 2000 11:12:30 +0000 (11:12 +0000)]
Remove #ifdef UVM stuff which will never be relevant.

24 years agoFix nits in previous commit: restore option ordering of the option
sheldonh [Mon, 13 Mar 2000 10:55:21 +0000 (10:55 +0000)]
Fix nits in previous commit: restore option ordering of the option
description list; break an overly long line; use the Fx macro instead
of "FreeBSD".

24 years agoRemove unused 3rd argument from vsunlock() which abused B_WRITE.
phk [Mon, 13 Mar 2000 10:47:24 +0000 (10:47 +0000)]
Remove unused 3rd argument from vsunlock() which abused B_WRITE.

24 years agoStop isadma from abusing the B_READ, B_RAW and B_WRITE flags.
phk [Mon, 13 Mar 2000 10:19:32 +0000 (10:19 +0000)]
Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.

Define ISADMA_{READ,WRITE,RAW} macros with the same numeric
values as the B_{READ,WRITE,RAW} and use them instead throughout.

24 years agoBackout the previous change to __KAME_VERSION (FreeBSD4.x addition),
shin [Mon, 13 Mar 2000 10:07:30 +0000 (10:07 +0000)]
Backout the previous change to __KAME_VERSION (FreeBSD4.x addition),
because this is now 5.0-current.

24 years agoAdd a new function stub to libcrypto() which resolves to a symbol in
kris [Mon, 13 Mar 2000 09:55:53 +0000 (09:55 +0000)]
Add a new function stub to libcrypto() which resolves to a symbol in
the librsa* library and reports which version of the library (OpenSSL/RSAREF)
is being used.

This is then used in openssh to detect the failure case of RSAREF and a RSA key
>1024 bits, to print a more helpful error message than 'rsa_public_encrypt() fai
led.'

This is a 4.0-RELEASE candidate.

24 years agoAdd IO DATA card built around the linksys parts.
imp [Mon, 13 Mar 2000 09:45:12 +0000 (09:45 +0000)]
Add IO DATA card built around the linksys parts.

Submitted by: takawata@shidahara1.planet.sci.kobe-u.ac.jp
PR: 16922

24 years agoAdd another Linksys OUI.
imp [Mon, 13 Mar 2000 09:42:09 +0000 (09:42 +0000)]
Add another Linksys OUI.

PR: 16922
Submitted by: takawata@shidahara1.planet.sci.kobe-u.ac.jp

24 years agoUpdates for new FALC chips and other nits.
phk [Mon, 13 Mar 2000 09:13:36 +0000 (09:13 +0000)]
Updates for new FALC chips and other nits.

(And try to make it first post-freeze commit :-)

24 years agoWelcome to 5.0-current!
jkh [Mon, 13 Mar 2000 09:13:01 +0000 (09:13 +0000)]
Welcome to 5.0-current!

"First commit" claimed by: jkh :)

24 years agoMove some cflag contents down to where they are acutally used.
obrien [Mon, 13 Mar 2000 09:12:36 +0000 (09:12 +0000)]
Move some cflag contents down to where they are acutally used.

24 years agoBackout the previous fix, it is _not_ that easy too fix.
sos [Mon, 13 Mar 2000 09:10:25 +0000 (09:10 +0000)]
Backout the previous fix, it is _not_ that easy too fix.
Leave it as is for 4.0 the real solution comes later.

24 years agoRegister recently added pim6dd.conf and pim6sd.conf.
shin [Mon, 13 Mar 2000 04:59:43 +0000 (04:59 +0000)]
Register recently added pim6dd.conf and pim6sd.conf.

Specified by: haro@tk.kubota.co.jp (Munehiro Matsuda)

24 years agoAdd missing end of semi colon of an example setkey command.
shin [Mon, 13 Mar 2000 01:38:46 +0000 (01:38 +0000)]
Add missing end of semi colon of an example setkey command.

Submitted by: kuriyama

24 years agoVarious manpage style/grammar/formatting cleanups
kris [Mon, 13 Mar 2000 00:17:43 +0000 (00:17 +0000)]
Various manpage style/grammar/formatting cleanups

Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>, jedgar
PR: 17292 (remainder of)

24 years ago * add the start_join_net - done
dmlb [Sun, 12 Mar 2000 22:54:29 +0000 (22:54 +0000)]
 * add the start_join_net - done
 * i needed it anyway
 * remove startccs and startcmd - done
 * as those were used for the NetBSD start timeout
 * multicast - done but UNTESTED
 * I don't have the ability/facilty to test this
 * rxlevel - done
 * stats reported via raycontrol
 * getparams ioctl - done
 * reported via raycontrol
 * start_join_done needs a restart in download_done - done
 * now use netbsd style start up

removed spare timerh

implemented start_assoc in ray_ccs_done

bit more knfing

24 years agostructure for error counters added
dmlb [Sun, 12 Mar 2000 22:52:00 +0000 (22:52 +0000)]
structure for error counters added

24 years agoUse ssid length from 80211.h
dmlb [Sun, 12 Mar 2000 22:51:33 +0000 (22:51 +0000)]
Use ssid length from 80211.h

moved and extended ioctl's

added string and size definitions for raycontrol

24 years agoExpand the increasingly inaccurately named NOSPAM /etc file list to include
rwatson [Sun, 12 Mar 2000 22:16:18 +0000 (22:16 +0000)]
Expand the increasingly inaccurately named NOSPAM /etc file list to include
new sample database files, so that they will be installed with make
distribution.  NOSPAM probably ought to be renamed to MAIL.

Reviewed by: peter
Approved by: jkh

24 years agoAdd sample databases for sendmail (access, mailertable, virtusertable),
rwatson [Sun, 12 Mar 2000 22:08:35 +0000 (22:08 +0000)]
Add sample databases for sendmail (access, mailertable, virtusertable),
as well as rename access.txt back to the standard access.  Also modify
the Makefile to know how to build hashes for each of these databases.
If one of the databases is missing when Make is run, use a commented
out version of the sample.

Reviewed by: peter
Approved by: jkh

24 years agoSince I didn't look hard enough in the GNATS db I feel this deserves a
cpiazza [Sun, 12 Mar 2000 21:55:15 +0000 (21:55 +0000)]
Since I didn't look hard enough in the GNATS db I feel this deserves a
mention.

The last commit was also:

PR: 17298
Submitted by: Arindum Mukerji <rmukerji@execpc.com>

24 years agoAdded upcoming FreeBSD 3.5, FreeBSD 4.0, FreeBSD 4.1 and FreeBSD 5.0-current.
wosch [Sun, 12 Mar 2000 21:54:18 +0000 (21:54 +0000)]
Added upcoming FreeBSD 3.5, FreeBSD 4.0, FreeBSD 4.1 and FreeBSD 5.0-current.

24 years agoIPv6 related configuration updates.
shin [Sun, 12 Mar 2000 20:35:54 +0000 (20:35 +0000)]
IPv6 related configuration updates.
  - 6to4(stf) interface configuration.
  - Static route configuration.
  - Comment additions.
  - Replaced a still existed '@' to '%' in IPv6 scoped addr format.
    (This became necessary as previous IPv6 scoped addr format change.)

Much thanks to ume, who helped me reviewing, testing, and finding problems
with these changes.

Approved by: jkh

Reviewed by: ume

24 years agoChange __KAME_VERSION value. Added the word "FreeBSD4.x" to identify the
shin [Sun, 12 Mar 2000 20:27:26 +0000 (20:27 +0000)]
Change __KAME_VERSION value. Added the word "FreeBSD4.x" to identify the
system with other platform and/or other version of FreeBSD, which is also
integrated KAME code based on another date.

Approved by: jkh

24 years agoTypo fix. s/SAD/SPD/.
shin [Sun, 12 Mar 2000 19:56:30 +0000 (19:56 +0000)]
Typo fix. s/SAD/SPD/.

Specified by: jdp

24 years agoTypo fixes.
shin [Sun, 12 Mar 2000 19:50:12 +0000 (19:50 +0000)]
Typo fixes.

PR: docs/17333
Submitted by: Kazuo Horikawa <horikawa@psinet.com>

24 years agoMerge from NetBSD. Addition of inet_ntop() and inet_pton() description.
shin [Sun, 12 Mar 2000 19:38:22 +0000 (19:38 +0000)]
Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.

Specified by: Robert Muir <rmuir@looksharp.net>

Obtained from: NetBSD

24 years agoCosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabetical
shin [Sun, 12 Mar 2000 19:29:52 +0000 (19:29 +0000)]
Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabetical
order.

24 years agoAdd USA_RESIDENT to release make variables; can't hurt.
jkh [Sun, 12 Mar 2000 19:19:31 +0000 (19:19 +0000)]
Add USA_RESIDENT to release make variables; can't hurt.

Submitted by: Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp>

24 years agoCorrect MLINKS contents for rcmd.3, because it is obsolete due to
shin [Sun, 12 Mar 2000 19:12:03 +0000 (19:12 +0000)]
Correct MLINKS contents for rcmd.3, because it is obsolete due to
recent changes to rcmd.3.

  links to iruserok_af.3, ruserok_af.3 are removed.
  link to iruserok_sa.3 is added.

24 years agoImport from KAME. Advanced API related function descriptions.
shin [Sun, 12 Mar 2000 18:45:49 +0000 (18:45 +0000)]
Import from KAME. Advanced API related function descriptions.

Obtained from: KAME project

24 years agoImport from KAME. Mainly, IPv6 sysctl mib values related update.
shin [Sun, 12 Mar 2000 18:09:58 +0000 (18:09 +0000)]
Import from KAME. Mainly, IPv6 sysctl mib values related update.

Obtained from: KAME project

24 years agoMerge from KAME. Basically man doc improvement and contents fix.
shin [Sun, 12 Mar 2000 16:37:25 +0000 (16:37 +0000)]
Merge from KAME. Basically man doc improvement and contents fix.

Obtained from: KAME project

24 years agoImport ip6 and icmp6 man from KAME.
shin [Sun, 12 Mar 2000 16:29:51 +0000 (16:29 +0000)]
Import ip6 and icmp6 man from KAME.

Obtained from: KAME project

24 years agoRemove period at the end of Xr macro sentences.
shin [Sun, 12 Mar 2000 16:10:13 +0000 (16:10 +0000)]
Remove period at the end of Xr macro sentences.
(merge from KAME repository)

Obtained from: KAME project

24 years agoTry harder to make the lower 16 bits of fsids unique. The vfs type
bde [Sun, 12 Mar 2000 14:23:21 +0000 (14:23 +0000)]
Try harder to make the lower 16 bits of fsids unique.  The vfs type
number was packed very wastefully, giving perfect non-uniqeness in
the lower 16 bits of fsids for filesystems with the same vfs type.
This made linux_stat() return perfectly non-unique (broken) 16-bit
st_dev's for nfs mount points, and effectively reduced mntid_base to
8 bits so that the vfs_getnewfsid() looped endlessly when there are
already 256 mounted filesystems with the required vfs type.

Approved by: jkh

24 years agoDont call ad_start unless the controller is idle.
sos [Sun, 12 Mar 2000 13:56:05 +0000 (13:56 +0000)]
Dont call ad_start unless the controller is idle.
This effectively nullified the usefullness of disksort().

24 years agoDisable RTPRIO and P1003.1B scheduling in ntpd. Only leave BSD_NICE
dufault [Sun, 12 Mar 2000 13:25:14 +0000 (13:25 +0000)]
Disable RTPRIO and P1003.1B scheduling in ntpd.  Only leave BSD_NICE
for a scheduling boost.  This is a conservative change that should
make no difference in practice and eliminate concerns about this being
the source of some SMP hangs.

Configuration scripts should never auto-configure P1003.1B
without a second test.  The behavior with respect to regular time
sharing, who can access it, etc., is not defined.

Approved by: jkh

24 years agoMerged from sys/isa/sio.c revision 1.291.
kato [Sun, 12 Mar 2000 13:14:51 +0000 (13:14 +0000)]
Merged from sys/isa/sio.c revision 1.291.

24 years agocomment out extra .Pp (which is necessary by comment-out of .Bl-.El)
itojun [Sun, 12 Mar 2000 12:54:33 +0000 (12:54 +0000)]
comment out extra .Pp (which is necessary by comment-out of .Bl-.El)

24 years agofix partially commented out dangling sentence.
itojun [Sun, 12 Mar 2000 12:52:14 +0000 (12:52 +0000)]
fix partially commented out dangling sentence.

24 years agosdio: If sd I/O fails because of an I/O error, set the sd state
grog [Sun, 12 Mar 2000 05:05:41 +0000 (05:05 +0000)]
sdio: If sd I/O fails because of an I/O error, set the sd state
correctly.

Reported-by: phk
Approved-by: jkh

24 years agoRemove PkgInteractive hack - it won't work like this.
jkh [Sun, 12 Mar 2000 03:57:26 +0000 (03:57 +0000)]
Remove PkgInteractive hack - it won't work like this.

24 years agoRecognize newer NVidia graphics cards. (GeForce and Quadro families)
cpiazza [Sun, 12 Mar 2000 01:24:15 +0000 (01:24 +0000)]
Recognize newer NVidia graphics cards. (GeForce and Quadro families)

Approved by: jkh

24 years agoImport stf(6to4 interface) man from KAME.
shin [Sat, 11 Mar 2000 22:55:32 +0000 (22:55 +0000)]
Import stf(6to4 interface) man from KAME.

Obtained from: KAME project

24 years agoRemove the last vestiges of libRSAglue now that it's an empty stub.
kris [Sat, 11 Mar 2000 22:34:10 +0000 (22:34 +0000)]
Remove the last vestiges of libRSAglue now that it's an empty stub.
This should fix the buildworld problems some people were seeing.

Approved by: jkh

24 years agoDisable IPv4 over IPv4 tunnel on the 6to4 interface for better security.
shin [Sat, 11 Mar 2000 22:11:57 +0000 (22:11 +0000)]
Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security.

Approved by: jkh

24 years agoAdd missing return.
shin [Sat, 11 Mar 2000 20:57:31 +0000 (20:57 +0000)]
Add missing return.

  "ndp" command should deletes only neighbor cache entries, but the
  program lacks necessary "return" after the neighbor cache
  entry check, so it might deletes non neighbor cache entries.
  (it seems that usually no problem happens.)

Approved by: jkh
Reviewed by: ume

24 years agoClear sin6_scope_id before passing routes into kernel, becaues kernel
shin [Sat, 11 Mar 2000 20:52:01 +0000 (20:52 +0000)]
Clear sin6_scope_id before passing routes into kernel, becaues kernel
don't support routes with sin6_scope_id set.
Without this fix, routes with IPv6 scoped addr won't work when it is
assigned by "route" command.

Approved by: jkh

Reviewed by: ume

24 years agoForbid include of netinet6/ip6.h from user-land, and if included,
shin [Sat, 11 Mar 2000 20:44:53 +0000 (20:44 +0000)]
Forbid include of netinet6/ip6.h from user-land, and if included,
print an error message which say, "include netinet/ip6.h".
This is postponed to apply to avoid tcpdump compile error.
Now apply this because tcpdump has been already fixed.

Approved by: jkh

Obtained from: KAME project

24 years agoCorrect socket ethernet card entry.
imp [Sat, 11 Mar 2000 20:23:34 +0000 (20:23 +0000)]
Correct socket ethernet card entry.
Remove ^M that snuck into the last commit by mistake.

24 years agoFix crashes on card eject for pccard modems. We check for NULL when
imp [Sat, 11 Mar 2000 20:22:09 +0000 (20:22 +0000)]
Fix crashes on card eject for pccard modems.  We check for NULL when
we get the com address.  If so, we go ahead and return.  Bruce thinks
there's a bug in the pccard layer that it terminates devices with
extreme prejustice rather than letting them deside for themselves when
to terminate (and he's likely right).  This fix doesn't change that,
but instead works around it by checking for NULL pointers at more
places than before.

The detach routine still calls functions at interrupt level that
aren't reentrant.  In theory this could cause a problem, but none
showed up in practice.  Future versions should correct this problem,
likely by making the detach process a thread/process at the pccard
level.  NEWCARD will do this, and the current pccard layer should
likely be modified to that as well, should it live long enough.

A few style nits of the same form that were in my original patch sent
off to bde were also fixed as part of this process.  Mostly use of
!ptr and return ENOPARENS.

This should prevent a crash on suspend with an active ppp link as
well, but that wasn't tested.

Reviewed by: bde
Approved by: jkh

24 years agoAdd a flag to the usage display.
shin [Sat, 11 Mar 2000 20:14:08 +0000 (20:14 +0000)]
Add a flag to the usage display.

  There was a missing description for a new flags to netstat.
  I already added the fix to netstat man, but usage() change is
  also necessary.

Specified by: Ben Smithurst <ben@scientia.demon.co.uk>
Approved by: jkh

24 years agoPrevent multicast packets from being sent over stf0 interface,
shin [Sat, 11 Mar 2000 20:10:39 +0000 (20:10 +0000)]
Prevent multicast packets from being sent over stf0 interface,
to avoid error messages printed on /var/log/messages.

  Recently added "stf" interface has IFF_MULTICAST bit set,
  because IPv6 don't work on non IFF_MULTICAST set interfaces
  in current implementation.
  But "stf" interface is multi-dest IPv6 over IPv4 tunnel, so
  can't treat multicast packet with no special configuration.

  On the other hand, tools like "rtadvd", "pim6dd", "pim6sd"
  send messages on IFF_MULTICAST set interfaces by default.
  So there will be many bogus error message on /var/log/messages,
  that multicast packets sent to "stf0" failed.

  So,

   -strip "stf0" from rtadvd sending interfaces in rc.network6
    ("rtadvd" is a daemon used only for local subnet, so it
     will never need to send its packets over "stf0" interfaces.)

   -Add default configuration files for "pim6dd" and "pim6sd",
    and disable "stf0" in those files.

Approved by: jkh

24 years agoReplace m_pkthdr.rcvif with oif when oif is not NULL, to count
shin [Sat, 11 Mar 2000 20:03:22 +0000 (20:03 +0000)]
Replace m_pkthdr.rcvif with oif when oif is not NULL, to count
icmp6 error statistics based on sending interface.
This also prevent kernel panic when rcvif is not initialized after M_PKTHDR().
(The initialization issue also need to be fixed in the future.)

Approved by: jkh

Submitted by: k-sugyou@kame.net

24 years agoFix sockaddr_storage related macro definition, as ss_family member type change.
shin [Sat, 11 Mar 2000 19:51:04 +0000 (19:51 +0000)]
Fix sockaddr_storage related macro definition, as ss_family member type change.
(Currently, no effect but for future portability)

Approved by: jkh

Reviewed by: bde

24 years agoNote FPU exceptions default change
cracauer [Sat, 11 Mar 2000 18:31:21 +0000 (18:31 +0000)]
Note FPU exceptions default change

24 years agoAdd "-l" option description.
shin [Sat, 11 Mar 2000 14:33:13 +0000 (14:33 +0000)]
Add "-l" option description.

Noticed the necessity by Ben Smithurst <ben@scientia.demon.co.uk> message
on freebsd-current.

24 years agoRemove old hand crafted version of start_join_net for download.
dmlb [Sat, 11 Mar 2000 13:34:13 +0000 (13:34 +0000)]
Remove old hand crafted version of start_join_net for download.

24 years agoStart to use ray_start_join_net (my old code removed on next checkin)
dmlb [Sat, 11 Mar 2000 13:25:33 +0000 (13:25 +0000)]
Start to use ray_start_join_net (my old code removed on next checkin)
requires current and desired network parameters, so I have created a network parameter structure and used two on them in the softc. This gives a bit of room of expansion. Re-wrote the update check in _net to work with this.

Tidyed up softc due to above.

Removed startccs and startcmd as they were only used by NetBSDs startup timeout.

24 years agoMake inetd compilable without INET6.
shin [Sat, 11 Mar 2000 11:28:08 +0000 (11:28 +0000)]
Make inetd compilable without INET6.

Approved by: jkh

Submitted by: jhb

24 years agoPrevent sockstat print out some empty entries related to IPv6.
shin [Sat, 11 Mar 2000 11:25:00 +0000 (11:25 +0000)]
Prevent sockstat print out some empty entries related to IPv6.

  Sockstat use netstat tcp/udp socket print, and fstat tcp/udp
  socket print, but it just specify all of IPPROTO_IP and
  IPPROTO_IPV6 sockets for fstat.
  Now IPv6 socket also use raw socket, but only netstat don't print it,
  so now they are printed as empty entries in sockstat output.

Approved by: jkh

24 years ago This is null commit to add correct comment for the last fix to this file.
shin [Sat, 11 Mar 2000 11:20:52 +0000 (11:20 +0000)]
  This is null commit to add correct comment for the last fix to this file.
  (Last commit message is not related to this file. This file is mistakenly
  committed with last commit of other files.)

Prevent possible kernel panic at tcp_input().

   When some IPv4 apps do setsockopt() to control message receipt,
   then kernel will panic at control message creation processing.
   (Currently, only bgp daemon in KAME package known to cause the problem.)

Submitted by: jinmei@kame.net

24 years agoIPv6 6to4 support.
shin [Sat, 11 Mar 2000 11:17:24 +0000 (11:17 +0000)]
IPv6 6to4 support.

   Now most big problem of IPv6 is getting IPv6 address
   assignment.
   6to4 solve the problem. 6to4 addr is defined like below,

          2002: 4byte v4 addr : 2byte SLA ID : 8byte interface ID

   The most important point of the address format is that an IPv4 addr
   is embeded in it. So any user who has IPv4 addr can get IPv6 address
   block with 2byte subnet space. Also, the IPv4 addr is used for
   semi-automatic IPv6 over IPv4 tunneling.

   With 6to4, getting IPv6 addr become dramatically easy.
   The attached patch enable 6to4 extension, and confirmed to work,
   between "Richard Seaman, Jr." <dick@tar.com> and me.

Approved by: jkh

Reviewed by: itojun

24 years agoOne more patch for the atkbd driver. It will make sure that the
yokota [Sat, 11 Mar 2000 07:44:10 +0000 (07:44 +0000)]
One more patch for the atkbd driver.  It will make sure that the
keyboard port and interrupt is enabled and the driver is attached even
when the keyboard itself is not present when the system is booting.
(This has been the behavior through out 2.X and 3.X, but is somehow
broken in 4.0.)

# I certainly don't recommend people to `hot-plug' the AT keyboard,
# because the interface isn't designed for hot-plugging and such act
# will often break the keyboard controller.  But, so many people want to
# do that anyway...

Approved by: jkh

24 years agoTeach the 'dc' driver how to pick up settings left over by the
msmith [Sat, 11 Mar 2000 05:20:56 +0000 (05:20 +0000)]
Teach the 'dc' driver how to pick up settings left over by the
SRM on alpha systems.  This is an expedient if not entirely
elegant solution to the problem.

Submitted by: gallatin
Approved by: jkh