roger
07b15689bb
Update to driver 2.13.
...
This merges in changes from NetBSD which ensure bktr0
(actually bktr%d) is printed at the start of any output lines.
Submitted by: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2000-06-26 09:41:32 +00:00
peter
358ae698cb
Report the line number where gethints.pl does not understand something
...
in an old device line.
2000-06-26 09:08:23 +00:00
sheldonh
9932b959ce
The rand_irqs variable was removed in rev 1.67 of rc.conf. Remove it
...
from the documentation also.
2000-06-26 08:29:47 +00:00
obrien
b0ef5eef54
Merge in rev 1.2 ("-1"), and rev 1.6 (be quiet).
2000-06-26 08:21:15 +00:00
obrien
188abf10cc
This commit was generated by cvs2svn to compensate for changes in r62104,
...
which included commits to RCS files with non-trunk default branches.
2000-06-26 08:06:22 +00:00
obrien
8bf3d0eae6
Import Patchlevel 1 of the ISC 2.0 dhcp client.
2000-06-26 08:06:22 +00:00
imp
ceecbe9d5e
Add warning about /dev/random disconnecting entropy for a few days while
...
the code is reworked.
2000-06-26 05:54:02 +00:00
green
9bccae4f2e
Make rate limiting work per-listening-socket. Log better messages than
...
before for this, requiring a new function (get_ipaddr()). canohost.c
receives a $FreeBSD$ line.
Suggested by: Niels Provos <niels@OpenBSD.org>
2000-06-26 05:44:23 +00:00
davidn
1f6b02c5a3
Fix a problem in the virtual host address compare code which caused
...
duplicated host entries in /etc/ftphosts not to be folded. Make sure
we exit the loop on a match.
PR: bin/19390
2000-06-26 05:36:09 +00:00
davidn
c85586d6d2
Don't dereference NULL in the userdel case.
2000-06-26 01:11:44 +00:00
cokane
3c5e0d1f98
Change tdfx.ko to 3dfx.ko to prevent filename conflict when XF86 4.x
...
DRI support is ready for us, as per Doug Rabson's request <dfr>.
2000-06-25 23:44:20 +00:00
markm
40aa2a9253
Get the memory range stuff properly declared.
2000-06-25 21:07:43 +00:00
markm
f61a88a6a8
Replace variable removed by overly sharp South African panga.
2000-06-25 21:02:10 +00:00
markm
4e467adcf0
Sort out headers and silence warnings.
2000-06-25 20:56:21 +00:00
gallatin
86f27e74e5
- print out the correct cputype & string for unconfigured API systems
...
- print out the correct cputype for unsupported API systems
2000-06-25 20:41:49 +00:00
markm
a163dbcae6
Grr..
...
Fix FUBARred conflict-merge. This fixes "make world".
2000-06-25 20:12:58 +00:00
markm
3666dff9ff
Fix include for non-module case.
...
Thanks-to: SOS
2000-06-25 20:03:44 +00:00
markm
8a32a7c2bc
Duh. Fix a fatfingered patch.
2000-06-25 19:06:48 +00:00
markm
abd10344e9
Fix include for the non-module case.
...
Thanks-to: SOS
2000-06-25 19:00:20 +00:00
jlemon
f077cb82c8
Fix stupid braino in last commit, initialize `vp' before we test vp->v_tag.
...
Spotted by: dillon
2000-06-25 18:10:45 +00:00
markm
1a54784cc2
Fix an uninitialised variable and a function return value.
...
Reported by: dillon
2000-06-25 17:26:47 +00:00
markm
03f53f17a2
Rearrange Perl's build priority; it needs to get made earlier.
2000-06-25 15:02:18 +00:00
markm
a3bfce565b
Version number and directory changes for Perl 5.006.
2000-06-25 14:58:57 +00:00
markm
a9285c4d87
Userland build stuff for Perl5.006.
...
This is cleaned up quite a lot since 5.00502, and the library modules
are broken out into individual dirs. This should please a lot folk.
2000-06-25 14:48:20 +00:00
markm
ab25befb60
Resolve conflicts.
2000-06-25 14:31:11 +00:00
markm
1aae907d2e
Resolve conflicts.
2000-06-25 13:05:26 +00:00
markm
21975e44f4
This commit was generated by cvs2svn to compensate for changes in r62076,
...
which included commits to RCS files with non-trunk default branches.
2000-06-25 11:04:01 +00:00
markm
2618fad5bb
Vendor import of Perl 5.006
2000-06-25 11:04:01 +00:00
markm
06c84cc174
Clean up all the old setup code for the old /dev/random. This will be
...
revisited when the new /dev/random is done.
2000-06-25 10:55:23 +00:00
markm
5342814957
Tiny manual correction; add mention of Kerberos 5.
2000-06-25 10:48:40 +00:00
markm
8e9e494b0d
As rndcontrol is no longer needed, punt it to the attic.
2000-06-25 10:46:24 +00:00
markm
64f9169412
Comment out unavailable call. This needs to be revisited when the entropy
...
device is complete.
Reviewed by: dfr
2000-06-25 10:15:58 +00:00
markm
137a7a4f8d
Remove no-longer-relevant comment.
2000-06-25 10:14:06 +00:00
markm
a66f2ab5fa
Build the entropy device (/dev/random) as a module. This may not
...
be a permanent rule, because this device may eventually be deemed
"effectively compulsory", and built by default directly into the
kernel. For the moment, however, this is useful for debugging and
development.
Reviewed by: dfr
2000-06-25 10:12:33 +00:00
markm
0417c878cd
Remove old entropy-harvesting hooks; this is going to be re-engineered
...
later.
2000-06-25 09:55:12 +00:00
markm
6100a37124
Remove the old /dev/random device. There is a new machine-independant
...
version.
Reviewed by: dfr
2000-06-25 09:48:12 +00:00
markm
53a44ce9d3
Nifty idea from Jeroen van Gelderen; don't call a routine to check if
...
we are using the /dev/zero device, just check a flag (supplied by
/dev/zero).
Reviewed by: dfr
2000-06-25 09:44:32 +00:00
markm
150fc61f2c
Add extra flag needed by nulldev/mmap.
...
Thanks to: Jeroen van Gelderen
Reviewed by: dfr
2000-06-25 09:41:09 +00:00
markm
54094bc1d4
Remove unneeded header.
2000-06-25 09:39:11 +00:00
markm
39c332c40a
Forgot this earlier; delete the old /dev/random driver, bring in the
...
header for the new.
Reviewed by: dfr
2000-06-25 09:35:40 +00:00
dfr
76f2431455
Remove offensive language.
2000-06-25 09:30:53 +00:00
dfr
2f65145586
Fix typo in comment.
2000-06-25 09:30:17 +00:00
dfr
ef12e65e9a
Only print the diagnostic about extended I/O ports if bootverbose is true.
2000-06-25 09:20:56 +00:00
dfr
8f25abcfb6
Don't record an irq mask if its empty - it confuses the resource allocator.
2000-06-25 09:19:59 +00:00
dfr
398e95c5d2
Replace the unknown driver with a nomatch method in the isa driver.
...
This allows ISA PnP drivers to be dynamically loaded after the kernel
has booted.
2000-06-25 09:19:02 +00:00
markm
c740c026d9
Get the build bits right for the new Architecture Independant null- and
...
entropy drivers.
Reviewed by: dfr(mostly)
2000-06-25 09:18:13 +00:00
markm
9a058443da
Strip out the machine-independant parts of the memory device.
...
/dev/(u)random, /dev/null, /dev/zero are all moving to machine-independant
drivers.
Reviewed by: dfr
2000-06-25 09:08:27 +00:00
markm
83a099900e
Forgot:
...
Previous commit...
Reviewed by: dfr
2000-06-25 09:05:32 +00:00
markm
d3a6a89218
Strip out the machine-independant parts of the memory device.
...
/dev/(u)random, /dev/null, /dev/zero are all moving to machine-independant
drivers.
2000-06-25 09:03:20 +00:00
brian
0ef3538e30
Allow compressed acct files
...
PR: 19483
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-25 08:59:26 +00:00