asmodai
ee02aafa72
Remove wd entries.
...
Reviewed by: sos
Approved by: sos, phk, peter
2000-03-14 13:23:10 +00:00
asmodai
4d3ef3f855
Remove the wd driver from the i386 kernel options.
2000-03-14 13:18:14 +00:00
asmodai
161500f27a
Remove unused options.
...
Reviewed by: sos
Approved by: sos, phk, peter
2000-03-14 12:55:23 +00:00
sheldonh
806626f23f
Cope with quotation marks around font names in /etc/rc.conf .
...
PR: 17330
Reported by: Anatoly Vorobey <mellon@pobox.com>
2000-03-14 09:28:00 +00:00
sheldonh
7ce39dc45d
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
2000-03-14 07:44:32 +00:00
brian
583da493d5
Understand environment variables in commands
...
Submitted by: Mark Knight <markk@knigma.org>
2000-03-14 01:47:31 +00:00
brian
1bc8ab9f4f
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.
2000-03-14 01:47:27 +00:00
brian
041ec329dc
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.
2000-03-14 01:47:21 +00:00
brian
19ff2ab337
Fix some printf-style argument bugs
2000-03-14 01:47:19 +00:00
brian
84a11d130e
Fix some typos
...
Obtained from: OpenBSD
2000-03-14 01:47:13 +00:00
brian
621cd25162
Adjust whitespace
2000-03-14 01:47:11 +00:00
brian
e9ef0032ae
Don't include netinet6/in6.h directly.
2000-03-14 01:47:09 +00:00
brian
11898ff77c
Correct some typos introduced in the descriptor -> fdescriptor change.
2000-03-14 01:47:07 +00:00
brian
be63b17232
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.
2000-03-14 01:47:02 +00:00
brian
948b95cdbb
Correct UN_SIZE definition
...
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-03-14 01:46:58 +00:00
brian
1afd290619
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
2000-03-14 01:46:56 +00:00
brian
c905df5091
When ppp can't identify the relevant name, don't use "???", use
...
<nnn> or <0xxxx> instead.
2000-03-14 01:46:54 +00:00
brian
3b65c00f32
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.
2000-03-14 01:46:49 +00:00
brian
a69e155f87
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.
2000-03-14 01:46:44 +00:00
brian
ca63a8dc14
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.
2000-03-14 01:46:38 +00:00
brian
56e902f033
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...
2000-03-14 01:46:34 +00:00
brian
1fa2af66ed
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.
2000-03-14 01:46:31 +00:00
brian
9c5b52bb1f
To avoid namespace polution in NetBSD:
...
``struct descriptor'' -> ``struct fdescriptor''
2000-03-14 01:46:09 +00:00
bsd
fe41605fe0
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
2000-03-13 23:00:08 +00:00
kris
6dfbd9470d
Test for existence of secure/, not crypto/ for consistency
...
Submitted by: jhay
2000-03-13 21:38:10 +00:00
kris
ddbe907774
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
2000-03-13 21:35:30 +00:00
dcs
55e41c3f5b
Rescan the SCSI bus of just-added aic devices, so they can be used
...
during installation.
2000-03-13 20:41:29 +00:00
ru
663ca6d81a
Teach Fx and Os about FreeBSD 4.1 and FreeBSD 5.0.
2000-03-13 19:44:24 +00:00
archie
7ee0a0e187
Remove erroneous built-in help information for the 'msg' command.
2000-03-13 19:23:16 +00:00
ghelmer
7381ebe4fe
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>
2000-03-13 19:21:17 +00:00
archie
3c6de034ba
- 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
2000-03-13 19:19:48 +00:00
archie
6c3f33821c
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
2000-03-13 19:18:10 +00:00
sheldonh
3b110e37c6
Back out previous commit. The code is not ready for it.
2000-03-13 19:13:48 +00:00
archie
7cd2627429
Some minor prototype tweaks.
2000-03-13 19:05:11 +00:00
archie
293fdc5216
Use snprintf() instead of sprintf().
2000-03-13 18:54:10 +00:00
archie
ea3525dea4
Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"
2000-03-13 18:50:38 +00:00
billf
1d2318b7df
-CURRENT is now 500000, reflect that.
2000-03-13 18:47:48 +00:00
billf
6cb978bd89
Welcome to 5.0-CURRENT. (__FreeBSD_version = 500000)
...
Approved by: jkh, phk
2000-03-13 18:44:36 +00:00
archie
b749ed4523
Fix typo.
...
Reported by: Robert Swindells <swindellsr@genrad.co.uk>
2000-03-13 18:29:58 +00:00
dcs
1b0ef0ac86
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.
2000-03-13 17:31:44 +00:00
mjacob
4db73ccd6b
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.
2000-03-13 16:30:00 +00:00
bde
c1d8282de3
Fixed a spelling error that disabled the rc driver.
2000-03-13 15:29:47 +00:00
nsayer
2b0ea40f68
Fix some style bugs. The long line is in a chunk of code that's
...
being rewritten, though.
Submitted by: bde
2000-03-13 15:27:19 +00:00
sheldonh
c7b82eb57f
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
2000-03-13 14:54:55 +00:00
bde
36dc53ef85
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
2000-03-13 14:47:46 +00:00
asmodai
f8fad4c053
Fix another include error. Inspired by the last commit.
2000-03-13 13:41:40 +00:00
asmodai
2a0970a636
Fix include error.
...
Submitted by: ru
2000-03-13 13:36:40 +00:00
sheldonh
e32b39ed15
Add appropriate MLINKS for rc.*.
2000-03-13 13:19:42 +00:00
mdodd
89e4ee3fcb
Add 'bootverbose' debug messages to assist with tracking down problems
...
some users have encountered.
2000-03-13 12:27:21 +00:00
sos
664d34e539
Cleanup sweep.
2000-03-13 12:27:11 +00:00