summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Pick up some changes from Justin (add tagged queing support, remembermjacob2000-07-141-15/+96
* Add a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH tracing onmjacob2000-07-141-0/+5
* Properly initialize softc. Do some minor SCSI_CDB6_LEN changes.mjacob2000-07-141-4/+4
* Add SCSI_CDB6_LEN macro (where 0 ==> 256).mjacob2000-07-141-0/+3
* Close PR# 19904: remember to call sf_setmulti() when initializing thewpaul2000-07-142-0/+10
* Bump __FreeBSD_version to mark the ether_ifattach()/ether_ifdetach() changes.archie2000-07-141-1/+1
* Add options<sp><tab>MDNSECT=2000 .sheldonh2000-07-142-0/+6
* Actually allow ``options MDNSECT=<numsects>'' in kernel configs tosheldonh2000-07-141-0/+1
* Certain error contitions cause msdosfs_rename() to decrement thedwmalone2000-07-142-4/+4
* Change the way NMI's are handled. Before, if DDB was enabled andps2000-07-143-36/+42
* Fix typo, teh -> the.asmodai2000-07-141-1/+1
* sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twicewpaul2000-07-141-3/+0
* Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31.nyan2000-07-141-29/+94
* o Marius pointed out an unusually inconvenient upper bound on extendedrwatson2000-07-141-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-1361-282/+143
* o Commit two of two, introducing __cap_{get,set}_{fd,file} syscalls torwatson2000-07-136-8/+48
* o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file},rwatson2000-07-132-0/+36
* magnetic tape supportgallatin2000-07-131-1/+40
* Extra sanity check when arp proxyall is enabled. Don't send an arpdwmalone2000-07-131-0/+26
* Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintagsdg2000-07-131-0/+5
* 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
OpenPOWER on IntegriCloud