aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This is the first of 3 commits that will get IBM's JDK 1.3 workingAndrew Gallatin2000-10-132-10/+47
* Make changes required by change in how default and usable node and portMatt Jacob2000-10-121-15/+3
* Redo how default Node and Port WWNs are determined (again!). This is soMatt Jacob2000-10-121-29/+66
* Change some default macro usages/definitions/requirements.Matt Jacob2000-10-121-11/+16
* For lockmgr mutex protection, use an array of mutexes that are allocatedJason Evans2000-10-127-40/+102
* Forgot these files in my kerninclude limited run.Poul-Henning Kamp2000-10-122-34/+0
* Add missing option NETGRAPH_ETHER.Archie Cobbs2000-10-122-0/+2
* Implement a rudimentary interrupt handling system which should be goodDoug Rabson2000-10-128-79/+96
* Turn off a debugging printf.Doug Rabson2000-10-121-2/+3
* Removed unused include of <machine/lock.h>. The locking interface stoppedBruce Evans2000-10-122-8/+0
* Backout my wrong attempt to fix the compilation warning in ip_input.cRuslan Ermilov2000-10-122-2/+2
* Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.Bruce Evans2000-10-123-6/+0
* When T308 times out while waiting for a RELEASE COMPLETE, clean up andHellmuth Michaelis2000-10-121-2/+15
* * Fix exception handling so that it actually works. We can now handleDoug Rabson2000-10-1216-447/+605
* Bring back the ability to send cdbs of length 13->32 bytes. This was lostJustin T. Gibbs2000-10-121-1/+1
* Fix this so that it can cope with transfers to/from regions which are notDoug Rabson2000-10-121-6/+22
* * Allocate kernel stacks with contigmalloc() to make exception handlingDoug Rabson2000-10-121-68/+34
* Some minor fixes and simplifications.Doug Rabson2000-10-121-29/+29
* Add a gross hack for ia64 to allocate the backing store for a new program.Doug Rabson2000-10-121-0/+16
* Moved the declaration of astpending to the correct place.Bruce Evans2000-10-122-2/+5
* Moved the definitions of AST_PENDING and AST_RESCHED to the correct place.Bruce Evans2000-10-125-10/+18
* Fix the compilation warning.Ruslan Ermilov2000-10-121-1/+1
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-1289-304/+2285
* Allow for IP_FW_ADD to be used in getsockopt(2) incarnation asRuslan Ermilov2000-10-122-1/+4
* More HARP polishina:Poul-Henning Kamp2000-10-1227-146/+62
* Remove 'device tx'. In wilko's testing it traps on bringing the interfaceBill Fumerola2000-10-122-2/+0
* Another PnP pcic card: SMC Swapbox Plug and PlayWarner Losh2000-10-123-2/+5
* Make if_sk stop using the "hide the softc structure in the jumbo buffer"Bosko Milekic2000-10-124-54/+26
* Bring the 'twe' driver back now that we think it should work.Mike Smith2000-10-122-0/+2
* Reduce the number of outstanding commands we will send to the controllerMike Smith2000-10-121-1/+1
* sync to last commitWarner Losh2000-10-121-1/+6
* Add mii entry for tdk phy found on some cardbus cards.Warner Losh2000-10-121-0/+4
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-1214-1356/+1
* Store a pointer to our softc in the kernel's SCB structure. In theJustin T. Gibbs2000-10-114-54/+40
* When testing for PCI bus overlap with another enumerator, make sure weMike Smith2000-10-112-2/+2
* Calling untimeout(9) leads to a race window where memory could be leaked.Archie Cobbs2000-10-111-21/+5
* Fix memory leak.Archie Cobbs2000-10-111-2/+2
* Add missing comma at the end of line.Jun Kuriyama2000-10-111-1/+1
* kmem transfers were being double-counted due to a missing continue.Andrew Gallatin2000-10-111-0/+1
* Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We'reBill Paul2000-10-101-0/+1
* regenetateBill Paul2000-10-102-6/+38
* Add vendor ID for Kingston Technology and add device ID forBill Paul2000-10-101-1/+5
* fix conflicting types for ng_ing_rcvmsg() and ng_ing_rcvdata().Hellmuth Michaelis2000-10-101-3/+4
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).Doug Rabson2000-10-1022-428/+5595
* correct "device iwic0" to "device iwic"Hellmuth Michaelis2000-10-102-2/+2
* A quote from the ia64 compiler:Doug Rabson2000-10-101-1/+1
* Set i4b version number to 0.96.00.Hellmuth Michaelis2000-10-102-6/+6
* Add a quirk entry for the USB Sony DSC drive.Nick Hibma2000-10-101-1/+6
* Remove unneccessary includes. (phk)Nick Hibma2000-10-101-3/+1
* Mark directories as directories, not as regular files.Dag-Erling Smørgrav2000-10-102-2/+2