Sheldon Hearn
ad61de5c4e
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
David E. O'Brien
613a51bf47
Merge in rev 1.2 ("-1"), and rev 1.6 (be quiet).
2000-06-26 08:21:15 +00:00
David E. O'Brien
41067f0457
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
David E. O'Brien
ee4f4a92db
Import Patchlevel 1 of the ISC 2.0 dhcp client.
2000-06-26 08:06:22 +00:00
Warner Losh
7b9907197a
Add warning about /dev/random disconnecting entropy for a few days while
...
the code is reworked.
2000-06-26 05:54:02 +00:00
Brian Feldman
7e03cf33e9
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
David Nugent
b535a9bf12
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
David Nugent
34b4610b7b
Don't dereference NULL in the userdel case.
2000-06-26 01:11:44 +00:00
Coleman Kane
ffb7ea4913
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
Mark Murray
06d9723a00
Get the memory range stuff properly declared.
2000-06-25 21:07:43 +00:00
Mark Murray
14a994f94a
Replace variable removed by overly sharp South African panga.
2000-06-25 21:02:10 +00:00
Mark Murray
f66590042b
Sort out headers and silence warnings.
2000-06-25 20:56:21 +00:00
Andrew Gallatin
b39de2c700
- 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
Mark Murray
a1a0102e72
Grr..
...
Fix FUBARred conflict-merge. This fixes "make world".
2000-06-25 20:12:58 +00:00
Mark Murray
d147096d0f
Fix include for non-module case.
...
Thanks-to: SOS
2000-06-25 20:03:44 +00:00
Mark Murray
8567cb9f5d
Duh. Fix a fatfingered patch.
2000-06-25 19:06:48 +00:00
Mark Murray
39d9385710
Fix include for the non-module case.
...
Thanks-to: SOS
2000-06-25 19:00:20 +00:00
Jonathan Lemon
cb5ad9d362
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
Mark Murray
493c240c48
Fix an uninitialised variable and a function return value.
...
Reported by: dillon
2000-06-25 17:26:47 +00:00
Mark Murray
f307c8a7ed
Rearrange Perl's build priority; it needs to get made earlier.
2000-06-25 15:02:18 +00:00
Mark Murray
39919d580b
Version number and directory changes for Perl 5.006.
2000-06-25 14:58:57 +00:00
Mark Murray
9bbc1ad14d
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
Mark Murray
ba0d106e3a
Resolve conflicts.
2000-06-25 14:31:11 +00:00
Mark Murray
2b0d64b9da
Resolve conflicts.
2000-06-25 13:05:26 +00:00
Mark Murray
5bd17c648f
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
Mark Murray
120a02d4f3
Vendor import of Perl 5.006
2000-06-25 11:04:01 +00:00
Mark Murray
2c00ff8434
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
Mark Murray
3ec3f887b0
Tiny manual correction; add mention of Kerberos 5.
2000-06-25 10:48:40 +00:00
Mark Murray
0f5cc22921
As rndcontrol is no longer needed, punt it to the attic.
2000-06-25 10:46:24 +00:00
Mark Murray
bf3191e9fa
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
Mark Murray
b6e67f5c7d
Remove no-longer-relevant comment.
2000-06-25 10:14:06 +00:00
Mark Murray
dc47848738
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
Mark Murray
0de838f6c0
Remove old entropy-harvesting hooks; this is going to be re-engineered
...
later.
2000-06-25 09:55:12 +00:00
Mark Murray
7b5362fde0
Remove the old /dev/random device. There is a new machine-independant
...
version.
Reviewed by: dfr
2000-06-25 09:48:12 +00:00
Mark Murray
2589f2499d
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
Mark Murray
3fce691075
Add extra flag needed by nulldev/mmap.
...
Thanks to: Jeroen van Gelderen
Reviewed by: dfr
2000-06-25 09:41:09 +00:00
Mark Murray
7ad194ad1d
Remove unneeded header.
2000-06-25 09:39:11 +00:00
Mark Murray
4eeb4f04c3
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
Doug Rabson
913ed684c1
Remove offensive language.
2000-06-25 09:30:53 +00:00
Doug Rabson
2ed44774d6
Fix typo in comment.
2000-06-25 09:30:17 +00:00
Doug Rabson
76ea0c0c8f
Only print the diagnostic about extended I/O ports if bootverbose is true.
2000-06-25 09:20:56 +00:00
Doug Rabson
7cb314ad2a
Don't record an irq mask if its empty - it confuses the resource allocator.
2000-06-25 09:19:59 +00:00
Doug Rabson
328d36e934
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
Mark Murray
15bbdecf2e
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
Mark Murray
5afffbaa08
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
Mark Murray
cc818cb690
Forgot:
...
Previous commit...
Reviewed by: dfr
2000-06-25 09:05:32 +00:00
Mark Murray
2ccabb1720
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 Somers
1a36977ec2
Allow compressed acct files
...
PR: 19483
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-25 08:59:26 +00:00
Mark Murray
4db9ae91ff
New machine-independant /dev/random driver.
...
This is work-in-progress, and the entropy-gathering routines are not
yet present. As such, this should be viewed as a pretty reasonable
PRNG with _ABSOLUTELY_NO_ security!!
Entropy gathering will be the subject of ongoing work.
This is written as a module, and as such is unloadable, but there is
no refcounting done. I would like to use something like device_busy(9)
to achieve this (eventually).
Lots of useful ideas from: bde, phk, Jeroen van Gelderen
Reviewed by: dfr
2000-06-25 08:38:58 +00:00
Mark Murray
f6011da8dc
New machine independant /dev/null and /dev/zero driver. This device is
...
severely stripped down compared with its predecessor, and is measurably
a _lot_ faster.
Many thanks to Jeroen van Gelderen for lots of good ideas.
There is still a problem with this; it is written as a mudule, and as
such is theoretically unloadable. However, there is no refcounting done
as I would prefer to do that a'la device_busy(9), rather than some
"home-rolled" scheme. The point is pretty moot, as /dev/null is
effectively compulsory.
Reviewed by: dfr
2000-06-25 08:32:39 +00:00