aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version to mark the ether_ifattach()/ether_ifdetach() changes.Archie Cobbs2000-07-141-1/+1
* Add options<sp><tab>MDNSECT=2000 .Sheldon Hearn2000-07-142-0/+6
* Actually allow ``options MDNSECT=<numsects>'' in kernel configs toSheldon Hearn2000-07-141-0/+1
* Certain error contitions cause msdosfs_rename() to decrement theDavid Malone2000-07-142-4/+4
* Change the way NMI's are handled. Before, if DDB was enabled andPaul Saab2000-07-143-36/+42
* Fix typo, teh -> the.Jeroen Ruigrok van der Werven2000-07-141-1/+1
* sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twiceBill Paul2000-07-141-3/+0
* Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31.Yoshihiro Takahashi2000-07-141-29/+94
* o Marius pointed out an unusually inconvenient upper bound on extendedRobert Watson2000-07-141-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-1361-282/+143
* o Commit two of two, introducing __cap_{get,set}_{fd,file} syscalls toRobert Watson2000-07-136-8/+48
* o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file},Robert Watson2000-07-132-0/+36
* magnetic tape supportAndrew Gallatin2000-07-131-1/+40
* Extra sanity check when arp proxyall is enabled. Don't send an arpDavid Malone2000-07-131-0/+26
* Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintagsDavid Greenman2000-07-131-0/+5
* Handle (for now) trivial one level bridge case so we can get theMatt Jacob2000-07-131-0/+8
* Prevent possible dereference of NULL pointer.Boris Popov2000-07-131-1/+1
* For infinite timeouts, set both the tv_sec and tv_usec fields to zero inJohn Baldwin2000-07-131-2/+6
* Fix race condition caused by using NG_SEND_DATAQ() where we meantArchie Cobbs2000-07-121-3/+1
* Fix a very obscure bug in select() and poll() where the timeout wouldJohn Baldwin2000-07-121-2/+2
* re-enable the tcp newreno code.Jayanth Vijayaraghavan2000-07-121-1/+1
* The new and improved boot0, v1.1. This version adds the following:John Baldwin2000-07-122-71/+210
* remove m_pulldown statistics, which is highly experimental and does notJun-ichiro itojun Hagino2000-07-123-113/+4
* Backed out a part of previous commit. The function name conflicts.Yoshihiro Takahashi2000-07-122-4/+4
* Add support for Intel's i810 chipset with integrated graphics. AnDoug Rabson2000-07-1210-9/+1039
* This in essence completes the receive path.Poul-Henning Kamp2000-07-121-117/+426
* correct rtentry reference count in in6_ifloop_request().Jun-ichiro itojun Hagino2000-07-121-3/+5
* Don't assume that any ISA device that fails to probe is a PnP device,John Baldwin2000-07-121-9/+11
* Brain fault, forgot to update ffs_snapshot.c with the new calling conventionKirk McKusick2000-07-121-4/+5
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-1152-446/+2536
* Add attribute memory setup warningsDuncan Barclay2000-07-111-37/+86
* Storing to a pointer is (effectively) atomic; no need to protect thisMark Murray2000-07-114-20/+4
* Clean up warning about undeclared function by declaring softdep_fsyncKirk McKusick2000-07-112-0/+5
* I think I need to move the newly static variables to the random_stateMark Murray2000-07-112-12/+10
* Reserve 149 for the TAP device. Look for it in a source tree near youNick Sayer2000-07-111-0/+1
* Merge from the following changes.Yoshihiro Takahashi2000-07-119-118/+137
* Finally merge newmidi.Seigo Tanimura2000-07-1129-89/+11066
* #elsif -> #elifAlfred Perlstein2000-07-111-8/+8
* One should never allocate 4-kilobyte structs and such on the interruptBrian Feldman2000-07-112-4/+12
* Newbusify this driver at an expense of 40 extra lines of code.Poul-Henning Kamp2000-07-101-67/+112
* Always install loader.4th, defaults/loader.conf, and support.4th instead ofJohn Baldwin2000-07-101-1/+1
* Remove the XE_DEBUG define. It shouldn't be defined now that thingsWarner Losh2000-07-101-2/+3
* Beef up a bit descriptions of SCSI devices and what the drive.Matt Jacob2000-07-102-6/+60
* Removing commented out devices I added.Matt Jacob2000-07-104-20/+0
* Finish repo-copy:Poul-Henning Kamp2000-07-102-410/+1
* Don't call printf without a format string.Kris Kennaway2000-07-102-2/+2
* Provide more splsofttq() protection for the reseed task (running out ofMark Murray2000-07-102-2/+28
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+1
* Don't call printf with no format string. This is technically a securityKris Kennaway2000-07-101-2/+2
* Don't call printf with no format string.Kris Kennaway2000-07-103-3/+3