]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoIdentify timezone data files by their ``TZif'' magic number.
archie [Tue, 14 Mar 2000 21:28:22 +0000 (21:28 +0000)]
Identify timezone data files by their ``TZif'' magic number.
Add $FreeBSD$ tag.

24 years agoHave MGETHDR() always initialize m->m_pkthdr.rcvif to NULL.
archie [Tue, 14 Mar 2000 20:49:27 +0000 (20:49 +0000)]
Have MGETHDR() always initialize m->m_pkthdr.rcvif to NULL.
In the past, not doing this has caused several hard to find
networking bugs, and the minor slowdown is deemed worthwhile.

Reviewed by: wollman

24 years agoIncrease bit fields to allow for new values
brian [Tue, 14 Mar 2000 20:11:45 +0000 (20:11 +0000)]
Increase bit fields to allow for new values

24 years agoppps -> ppp's; suggested by sheldonh
brian [Tue, 14 Mar 2000 20:04:32 +0000 (20:04 +0000)]
ppps -> ppp's; suggested by sheldonh
.Nm ppp -> .Nm; overlooked by me
Microsofts -> Microsoft's; OpenBSD

24 years agoUnderstand -DNOINET6
brian [Tue, 14 Mar 2000 19:33:13 +0000 (19:33 +0000)]
Understand -DNOINET6

24 years agoWhen unexpected rtmsg was received, route6d was dying.
shin [Tue, 14 Mar 2000 18:17:55 +0000 (18:17 +0000)]
When unexpected rtmsg was received, route6d was dying.
So change it just to log it.
(Merge from recent KAME bug fix.)

Submitted by: itojun
Obtained from: KAME project

24 years agoUse CMSG_LEN() to compute ping SCM_TIMESTAMP cmsg_len.
shin [Tue, 14 Mar 2000 17:37:19 +0000 (17:37 +0000)]
Use CMSG_LEN() to compute ping SCM_TIMESTAMP cmsg_len.
Without this, cmsg_len size should be smaller than necessary on alpha.
(Though, no obvious error was seen on ping time value on beast.)

24 years agoRemove further vestiges of wd.
asmodai [Tue, 14 Mar 2000 17:21:17 +0000 (17:21 +0000)]
Remove further vestiges of wd.

Submitted by: sos

24 years agoDon't suppress Flags and Refs info for IPv4 entries.
shin [Tue, 14 Mar 2000 17:18:43 +0000 (17:18 +0000)]
Don't suppress Flags and Refs info for IPv4 entries.
(They need to be suppressed by default for IPv6 entries to keep the column
size of each entries in 80.)

24 years agoGet rid of wdc.
asmodai [Tue, 14 Mar 2000 17:01:03 +0000 (17:01 +0000)]
Get rid of wdc.

Submitted by: Damieon Stark <visigoth@telemere.net>

24 years agoFix the spelling, and some minor tweaks on the ata device...
sos [Tue, 14 Mar 2000 16:47:59 +0000 (16:47 +0000)]
Fix the spelling, and some minor tweaks on the ata device...

24 years agoPrint "previous type" correctly when INVARIANTS is defined.
kuriyama [Tue, 14 Mar 2000 14:58:04 +0000 (14:58 +0000)]
Print "previous type" correctly when INVARIANTS is defined.

Reviewed by: current@FreeBSD.org

24 years agoRevive rev 1.12 (NetBSD improvements including @ shortcuts).
sheldonh [Tue, 14 Mar 2000 14:51:55 +0000 (14:51 +0000)]
Revive rev 1.12 (NetBSD improvements including @ shortcuts).

24 years agoUn-botch my botched reduction in permitted characters in the permitted
newton [Tue, 14 Mar 2000 14:27:34 +0000 (14:27 +0000)]
Un-botch my botched reduction in permitted characters in the permitted
username check which resulted from my attempt to expand them.

PR: bin/17372
Reviewed by: sheldonh

24 years agoDon't try so hard to make the lower 16 bits of fsids unique. It tended
bde [Tue, 14 Mar 2000 14:19:49 +0000 (14:19 +0000)]
Don't try so hard to make the lower 16 bits of fsids unique.  It tended
to recycle full fsids after only 16 mount/unmount's.  This is probably
too often for exported fsids.  Now we recycle the full fsids only
after 2^16 mount/ umount's and only ensure uniqueness in the lower 16
bits if there have been <= 256 calls to vfs_getnewfsid() since the
system started.

24 years agoFix the case where username validity test would incorrectly fail if
newton [Tue, 14 Mar 2000 14:19:17 +0000 (14:19 +0000)]
Fix the case where username validity test would incorrectly fail if
the specified username contained uppercase alphabetics.

PR: bin/17372

24 years agoFix reporting of src and dst IP addresses for ICMP and generic IP packets.
ru [Tue, 14 Mar 2000 14:11:53 +0000 (14:11 +0000)]
Fix reporting of src and dst IP addresses for ICMP and generic IP packets.

PR: 17319
Submitted by: Mike Heffner <spock@techfour.net>

24 years agoRemove wd entries.
asmodai [Tue, 14 Mar 2000 13:23:10 +0000 (13:23 +0000)]
Remove wd entries.

Reviewed by: sos
Approved by: sos, phk, peter

24 years agoRemove the wd driver from the i386 kernel options.
asmodai [Tue, 14 Mar 2000 13:18:14 +0000 (13:18 +0000)]
Remove the wd driver from the i386 kernel options.

24 years agoRemove unused options.
asmodai [Tue, 14 Mar 2000 12:55:23 +0000 (12:55 +0000)]
Remove unused options.

Reviewed by: sos
Approved by: sos, phk, peter

24 years agoCope with quotation marks around font names in /etc/rc.conf .
sheldonh [Tue, 14 Mar 2000 09:28:00 +0000 (09:28 +0000)]
Cope with quotation marks around font names in /etc/rc.conf .

PR: 17330
Reported by: Anatoly Vorobey <mellon@pobox.com>

24 years agoOpen the device read-only initially and re-open read-write if necessary
sheldonh [Tue, 14 Mar 2000 07:44:32 +0000 (07:44 +0000)]
Open the device read-only initially and re-open read-write if necessary
later.  This allows tunefs -p on mounted filesystems.

Side-effects:
Use K&R prototypes.
Use definitions from fcntl.h for the flags argument to open(2).

There are cosmetic differences between this and the submitted patch.

PR: 17143
Reported by: Peter Edwards <peter.edwards@ireland.com>
Submitted by: luoqi

24 years agoUnderstand environment variables in commands
brian [Tue, 14 Mar 2000 01:47:31 +0000 (01:47 +0000)]
Understand environment variables in commands

Submitted by: Mark Knight <markk@knigma.org>

24 years agoAdd the ``resolv'' command for telling ppp how to deal with resolv.conf.
brian [Tue, 14 Mar 2000 01:47:27 +0000 (01:47 +0000)]
Add the ``resolv'' command for telling ppp how to deal with resolv.conf.
You can now ``resolv restore'' in ppp.linkdown !
Add DNS0 and DNS1 macros.

24 years agoRefresh the NAT IP pointer after a potential mbuf reallocation. This
brian [Tue, 14 Mar 2000 01:47:21 +0000 (01:47 +0000)]
Refresh the NAT IP pointer after a potential mbuf reallocation.  This
caused frequent lock-ups for individual sessions over a NAT'd ppp link
when MTU sizes ended up more or less exactly wrong.

24 years agoFix some printf-style argument bugs
brian [Tue, 14 Mar 2000 01:47:19 +0000 (01:47 +0000)]
Fix some printf-style argument bugs

24 years agoFix some typos
brian [Tue, 14 Mar 2000 01:47:13 +0000 (01:47 +0000)]
Fix some typos

Obtained from: OpenBSD

24 years agoAdjust whitespace
brian [Tue, 14 Mar 2000 01:47:11 +0000 (01:47 +0000)]
Adjust whitespace

24 years agoDon't include netinet6/in6.h directly.
brian [Tue, 14 Mar 2000 01:47:09 +0000 (01:47 +0000)]
Don't include netinet6/in6.h directly.

24 years agoCorrect some typos introduced in the descriptor -> fdescriptor change.
brian [Tue, 14 Mar 2000 01:47:07 +0000 (01:47 +0000)]
Correct some typos introduced in the descriptor -> fdescriptor change.

24 years agoIntroduce LOCALNAT and LOCALRAD defines so that the sources can stay
brian [Tue, 14 Mar 2000 01:47:02 +0000 (01:47 +0000)]
Introduce LOCALNAT and LOCALRAD defines so that the sources can stay
exactly the same in FreeBSD & OpenBSD despite libalias and libradius
being local to the ppp sources under OpenBSD.

24 years agoCorrect UN_SIZE definition
brian [Tue, 14 Mar 2000 01:46:58 +0000 (01:46 +0000)]
Correct UN_SIZE definition

Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>

24 years agoDon't ``break'' when we come accross a non-RTM_IFINFO type
brian [Tue, 14 Mar 2000 01:46:56 +0000 (01:46 +0000)]
Don't ``break'' when we come accross a non-RTM_IFINFO type
entry in the block returned by the NET_RT_IFLIST mib,
``continue''

Broken a few minutes ago by: me

24 years agoWhen ppp can't identify the relevant name, don't use "???", use
brian [Tue, 14 Mar 2000 01:46:54 +0000 (01:46 +0000)]
When ppp can't identify the relevant name, don't use "???", use
<nnn> or <0xxxx> instead.

24 years agoAdd ``set log dns'' to log DNS QUERY packets.
brian [Tue, 14 Mar 2000 01:46:49 +0000 (01:46 +0000)]
Add ``set log dns'' to log DNS QUERY packets.

This is invaluable for dial-on-demand connections...
In ppp.linkup:

  set log -dns -tcp/ip

and in ppp.linkdown

  set log +dns +tcp/ip

giving a much better account of why the link came up.

24 years agoThe interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib
brian [Tue, 14 Mar 2000 01:46:44 +0000 (01:46 +0000)]
The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib
is aligned.  Teach this to ``show route''.

Clean up some of the sockaddr parsing routines.

24 years agoSupport IP6 addresses in ``show route''
brian [Tue, 14 Mar 2000 01:46:38 +0000 (01:46 +0000)]
Support IP6 addresses in ``show route''

Also, don't try to output routing entries if either the
RTA_DST or RTA_GATEWAY sockaddrs aren't present.

24 years agoWhen adjusting timer::rest, round to the closest TICKUNIT usecs
brian [Tue, 14 Mar 2000 01:46:34 +0000 (01:46 +0000)]
When adjusting timer::rest, round to the closest TICKUNIT usecs
value.

This has minimal impact here, but if ppp ever needs to frequently
remove timers before they've timed out, it can badly skew the next
item in the timer list without this change.

The correct fix would be to store usecs in `rest' rather than
TICKUNITs, but the math is easier if we just round...

24 years agoWhen we stop a timer that's the first in the timer list, ensure
brian [Tue, 14 Mar 2000 01:46:31 +0000 (01:46 +0000)]
When we stop a timer that's the first in the timer list, ensure
that we adjust that timers `rest' value (with the current getitimer()
values) before using that to adjust the next items `rest' value.
After adjusting that value, restart the timer service so that we've
now got the correct setitimer() values.

24 years agoTo avoid namespace polution in NetBSD:
brian [Tue, 14 Mar 2000 01:46:09 +0000 (01:46 +0000)]
To avoid namespace polution in NetBSD:

  ``struct descriptor'' -> ``struct fdescriptor''

24 years agoIn 'ipcperm()', only call 'suser()' if it is actually required.
bsd [Mon, 13 Mar 2000 23:00:08 +0000 (23:00 +0000)]
In 'ipcperm()', only call 'suser()' if it is actually required.
Previously, it was being called whether it was needed or not and the
ASU flag was being set (as a side affect of calling 'suser()') in
cases where superuser privileges were not actually needed.  This was
all pointed out to me by Bruce Evans.

Reviewed by: bde

24 years agoTest for existence of secure/, not crypto/ for consistency
kris [Mon, 13 Mar 2000 21:38:10 +0000 (21:38 +0000)]
Test for existence of secure/, not crypto/ for consistency

Submitted by: jhay

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