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
Warner Losh
81e54c5014
Add softupdate change info.
2000-06-25 08:26:38 +00:00
Matthew Hunt
5d98029c7e
Typo fix: tunnable.
...
Backslash-parsing is not the role of printf(3), but is provided
by the C language.
2000-06-25 07:12:03 +00:00
Boris Popov
b1bd38b351
Remove obsolete comment.
...
Submitted by: Marius Bendiksen <mbendiks@eunet.no>
2000-06-25 02:29:45 +00:00
Matt Jacob
55b59b50f2
If swdpio1 doesn't clear, we have a reversed (or disconnected) cable. Change
...
the message to indicate that it could also be a disconnected cable, and
return okay from wx_hw_intialize *anyway*. This allows us to contineu to
set the station address and when we do get link up, we're ready to roll.
2000-06-25 02:04:27 +00:00
Steve Passe
80940373ed
Fixed atpic_attach() for the SMP (specifically APIC_IO) case.
...
Approved by: msmith@freebsd.org
2000-06-24 23:55:38 +00:00
Brian Somers
ec37734aeb
Don't assign an MTU based on the peers first-link MRU in MP mode.
...
Use the peers MRRU as we're supposed to.
2000-06-24 23:37:14 +00:00
Mike Pritchard
db3af44eb0
Remove some mis-leading text from the "Libraries" section.
2000-06-24 23:02:01 +00:00
Ruslan Ermilov
00eea183e1
- Reflect `gateport' variable type change.
...
- Make it compile with -Wall.
PR: 18619
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Reviewed by: ru
2000-06-24 15:34:31 +00:00
Andrey A. Chernov
39610c7229
Localize ctype too.
...
Add weekday to showuser expired fields
2000-06-24 13:36:13 +00:00
Andrey A. Chernov
2d90744fd8
Remove obsoleted info about linking from contrib
2000-06-24 13:29:25 +00:00
Andrey A. Chernov
a25ce1d98b
Fix c_fmt
2000-06-24 12:35:09 +00:00
Mark Murray
ce09ad5098
MFI. This is a documentation-only, diffreducing patch, that if
...
invoked will cause breakage. US Users - DO NOT try to turn on
IDEA - the sources are not included.
2000-06-24 06:50:58 +00:00
Coleman Kane
bf0ad6d752
Add 3dfxN to MAKEDEV, automatically links 3dfx to the last 3dfxN made.
2000-06-24 06:36:39 +00:00
Coleman Kane
7e23685d60
Stupid me, I put the opt_tdfx.h underneath a test for TDFX_LINUX, which
...
resides in opt_tdfx. I also cleand up that large define. Compile, tell me
if it does, and I'll re-enable the tdfx entry in the makefile.
2000-06-24 06:20:55 +00:00
Warner Losh
097a95ebd9
MFPAO vis Iwasaki-san on the train from Tokyo to Osaka.
...
Document "reset", "iosize" and "memsize". The code for these was
merged in some time ago.
Reviewed by: iwasaki-san
2000-06-24 05:51:35 +00:00
Archie Cobbs
e2781083e3
Back out previous commit until the build of the 'tdfx' module is unbroken.
2000-06-23 23:07:17 +00:00