Brian Somers
24731321e6
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 Somers
d6d3eeab46
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 Somers
52c9ca1968
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 Somers
6b4579784c
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 Somers
6b38466448
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 Somers
76ce2d4bcb
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 Somers
e722aa17f8
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 Somers
f013f33ee2
To avoid namespace polution in NetBSD:
...
``struct descriptor'' -> ``struct fdescriptor''
2000-03-14 01:46:09 +00:00
Brian S. Dean
56fc73ff9b
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 Kennaway
c9b2af93fa
Test for existence of secure/, not crypto/ for consistency
...
Submitted by: jhay
2000-03-13 21:38:10 +00:00
Kris Kennaway
ee9e4faa2d
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
Daniel C. Sobral
370af64c61
Rescan the SCSI bus of just-added aic devices, so they can be used
...
during installation.
2000-03-13 20:41:29 +00:00
Ruslan Ermilov
b0642e8fda
Teach Fx and Os about FreeBSD 4.1 and FreeBSD 5.0.
2000-03-13 19:44:24 +00:00
Archie Cobbs
b1ea638805
Remove erroneous built-in help information for the 'msg' command.
2000-03-13 19:23:16 +00:00
Guy Helmer
5b0e9f8cb1
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 Cobbs
a7dc837919
- 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 Cobbs
15ba31b9ad
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
Sheldon Hearn
465c6ce100
Back out previous commit. The code is not ready for it.
2000-03-13 19:13:48 +00:00
Archie Cobbs
9a9a26fd5a
Some minor prototype tweaks.
2000-03-13 19:05:11 +00:00
Archie Cobbs
af207f2160
Use snprintf() instead of sprintf().
2000-03-13 18:54:10 +00:00
Archie Cobbs
c1b9e5f25b
Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"
2000-03-13 18:50:38 +00:00
Bill Fumerola
3bbd4ccc80
-CURRENT is now 500000, reflect that.
2000-03-13 18:47:48 +00:00
Bill Fumerola
1df05fbeab
Welcome to 5.0-CURRENT. (__FreeBSD_version = 500000)
...
Approved by: jkh, phk
2000-03-13 18:44:36 +00:00
Archie Cobbs
ef02c1e500
Fix typo.
...
Reported by: Robert Swindells <swindellsr@genrad.co.uk>
2000-03-13 18:29:58 +00:00
Daniel C. Sobral
3f688d5afb
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
Matt Jacob
6ca3a52f59
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
Bruce Evans
03e4dc0805
Fixed a spelling error that disabled the rc driver.
2000-03-13 15:29:47 +00:00
Nick Sayer
c36837a8d8
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
Sheldon Hearn
a7623b801d
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
Bruce Evans
311b554beb
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
Jeroen Ruigrok van der Werven
023caa7b58
Fix another include error. Inspired by the last commit.
2000-03-13 13:41:40 +00:00
Jeroen Ruigrok van der Werven
51753e00b5
Fix include error.
...
Submitted by: ru
2000-03-13 13:36:40 +00:00
Sheldon Hearn
33dd1a7308
Add appropriate MLINKS for rc.*.
2000-03-13 13:19:42 +00:00
Matthew N. Dodd
01f1828bbb
Add 'bootverbose' debug messages to assist with tracking down problems
...
some users have encountered.
2000-03-13 12:27:21 +00:00
Søren Schmidt
0d611a6c29
Cleanup sweep.
2000-03-13 12:27:11 +00:00
Matthew N. Dodd
c7a9e0529c
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.
2000-03-13 12:23:32 +00:00
Søren Schmidt
cfb21bbb7d
Enable disksort the right way both on ATA disks and ATAPI devices.
2000-03-13 12:04:58 +00:00
Matthew N. Dodd
958795f321
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.
2000-03-13 11:59:21 +00:00
Matthew N. Dodd
6629a1f812
Follow the docs a bit more in epstop() with respect to delays.
...
Trivial formatting.
2000-03-13 11:55:09 +00:00
Matthew N. Dodd
4a18218d69
Get rid of table lookup in favor of just subtracting. Everyone else
...
does it like this and I see no point in being different.
2000-03-13 11:51:44 +00:00
Matthew N. Dodd
d718250d48
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.)
2000-03-13 11:48:03 +00:00
Matthew N. Dodd
4fa28dd1c6
Set the RF_SHAREABLE flage when we allocate an IRQ.
2000-03-13 11:43:53 +00:00
Ruslan Ermilov
ef61e9f97d
Remove option MD5, it has been standardized almost two years ago.
2000-03-13 11:37:43 +00:00
Ruslan Ermilov
8780fb291e
Finally unifdef -DINTERNAL_LS.
2000-03-13 11:20:09 +00:00
Poul-Henning Kamp
4108e7b995
Remove #ifdef UVM stuff which will never be relevant.
2000-03-13 11:12:30 +00:00
Sheldon Hearn
7b0070fc20
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".
2000-03-13 10:55:21 +00:00
Poul-Henning Kamp
7de472559c
Remove unused 3rd argument from vsunlock() which abused B_WRITE.
2000-03-13 10:47:24 +00:00
Poul-Henning Kamp
d8b47cbb70
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.
2000-03-13 10:19:32 +00:00
Yoshinobu Inoue
3f30603cfb
Backout the previous change to __KAME_VERSION (FreeBSD4.x addition),
...
because this is now 5.0-current.
2000-03-13 10:07:30 +00:00
Kris Kennaway
9fd4066575
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.
2000-03-13 09:55:53 +00:00