summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reserve 149 for the TAP device. Look for it in a source tree near younsayer2000-07-111-0/+1
* Merge from the following changes.nyan2000-07-119-118/+137
* Finally merge newmidi.tanimura2000-07-1129-89/+11066
* #elsif -> #elifalfred2000-07-111-8/+8
* One should never allocate 4-kilobyte structs and such on the interruptgreen2000-07-112-4/+12
* Newbusify this driver at an expense of 40 extra lines of code.phk2000-07-101-67/+112
* Always install loader.4th, defaults/loader.conf, and support.4th instead ofjhb2000-07-101-1/+1
* Remove the XE_DEBUG define. It shouldn't be defined now that thingsimp2000-07-101-2/+3
* Beef up a bit descriptions of SCSI devices and what the drive.mjacob2000-07-102-6/+60
* Removing commented out devices I added.mjacob2000-07-104-20/+0
* Finish repo-copy:phk2000-07-102-410/+1
* Don't call printf without a format string.kris2000-07-102-2/+2
* Provide more splsofttq() protection for the reseed task (running out ofmarkm2000-07-102-2/+28
* Don't call printf with no format string.kris2000-07-101-1/+1
* Don't call printf with no format string. This is technically a securitykris2000-07-101-2/+2
* Don't call printf with no format string.kris2000-07-103-3/+3
* Do the same thing for TurboLaser that was done for Rawhide- make roommjacob2000-07-102-47/+56
* Coordinate with change to mcpcia_pci.c- major primary busses on eachmjacob2000-07-101-28/+30
* Don't let the infrastructure assign the 'next' PCI bus for us.mjacob2000-07-101-1/+1
* Correct SYSINIT execution order in the case when KLD contains morebp2000-07-091-2/+2
* Make sure that tasks (running out of taskqueue_swi at splsofttq)markm2000-07-092-0/+10
* Add missing "a" in "Soft updates is technique".alex2000-07-092-2/+2
* be more cautious about tcp option length field. drop bogus ones earlier.itojun2000-07-092-2/+6
* Since this file is doc now, reorganize its structure.alex2000-07-092-542/+480
* Small style change; make function names less likely to clash withmarkm2000-07-092-14/+14
* Add entropy-harvesting calls.markm2000-07-092-0/+10
* Yarrow tweaks; separate the fast and slow reseed tasks so that they don'tmarkm2000-07-095-22/+29
* Fix bug with a vraiable that needs to be per-process, not static;markm2000-07-092-16/+24
* repair IPV6_JOIN_GROUP to IPv6 all multi.itojun2000-07-091-0/+10
* Thanks for Andrew Gallatin pointing out that freeing contigmalloc'dmjacob2000-07-091-2/+12
* Use %p to print a pointer.mjacob2000-07-081-1/+1
* Update SCSI device section, per Peter Wemm. I stillmjacob2000-07-082-18/+20
* Oops- remove the '0' appended to targbh.mjacob2000-07-082-2/+2
* Add in the commented out SCSI device entries ofmjacob2000-07-082-0/+10
* Add in the commented out SCSI device entries ofmjacob2000-07-082-0/+10
* Delete README as it is now obsolete. Relevant information is inmckusick2000-07-081-322/+0
* Update to reflect current status.mckusick2000-07-081-4/+42
* use contigfree() rather than free() to free memory allocated withgallatin2000-07-082-8/+12
* Remove two micro-pessimizations I made. Bruce is teaching me well :)green2000-07-071-2/+2
* Change that &@!$# UIO_READ to be UIO_WRITE. I tested the ktrace stuff,green2000-07-071-1/+1
* Remove commented out NOMAN variable.jhb2000-07-071-1/+0
* Move newbus detection code to alloc routines.dmlb2000-07-071-50/+68
* MFS: adjust University of California's copyright.obrien2000-07-071-1/+1
* Fix support for more than 256 simultaneous mounts. Theoretical limitbp2000-07-072-4/+8
* Honour appropriate no-crypto flags.markm2000-07-071-1/+5
* Darn; didn't commit this with the rest of the entropy gathering code.markm2000-07-071-0/+6
* Add entropy gathering code. This will work whether the module ismarkm2000-07-0711-246/+731
* Bump __FreeBSD_version to note KAME upgradekris2000-07-071-1/+1
* Add missing #include to unbreak IPSEC_DEBUG buildskris2000-07-071-0/+1
* Suppress a warning message about trigraphs.grog2000-07-071-1/+1
OpenPOWER on IntegriCloud