summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Handle (for now) trivial one level bridge case so we can get themjacob2000-07-131-0/+8
* Prevent possible dereference of NULL pointer.bp2000-07-131-1/+1
* For infinite timeouts, set both the tv_sec and tv_usec fields to zero injhb2000-07-131-2/+6
* Fix race condition caused by using NG_SEND_DATAQ() where we meantarchie2000-07-121-3/+1
* Fix a very obscure bug in select() and poll() where the timeout wouldjhb2000-07-121-2/+2
* re-enable the tcp newreno code.jayanth2000-07-121-1/+1
* The new and improved boot0, v1.1. This version adds the following:jhb2000-07-122-74/+213
* remove m_pulldown statistics, which is highly experimental and does notitojun2000-07-123-113/+4
* Backed out a part of previous commit. The function name conflicts.nyan2000-07-122-4/+4
* Add support for Intel's i810 chipset with integrated graphics. Andfr2000-07-1210-9/+1039
* This in essence completes the receive path.phk2000-07-121-118/+427
* correct rtentry reference count in in6_ifloop_request().itojun2000-07-121-3/+5
* Don't assume that any ISA device that fails to probe is a PnP device,jhb2000-07-121-9/+11
* Brain fault, forgot to update ffs_snapshot.c with the new calling conventionmckusick2000-07-121-4/+5
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-1152-446/+2536
* Add attribute memory setup warningsdmlb2000-07-111-37/+86
* Storing to a pointer is (effectively) atomic; no need to protect thismarkm2000-07-114-20/+4
* Clean up warning about undeclared function by declaring softdep_fsyncmckusick2000-07-112-0/+5
* I think I need to move the newly static variables to the random_statemarkm2000-07-112-12/+10
* 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
OpenPOWER on IntegriCloud