summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow for IP_FW_ADD to be used in getsockopt(2) incarnation asru2000-10-122-1/+4
* More HARP polishina:phk2000-10-1227-146/+62
* Remove 'device tx'. In wilko's testing it traps on bringing the interfacebillf2000-10-122-2/+0
* Another PnP pcic card: SMC Swapbox Plug and Playimp2000-10-123-2/+5
* Make if_sk stop using the "hide the softc structure in the jumbo buffer"bmilekic2000-10-124-54/+26
* Bring the 'twe' driver back now that we think it should work.msmith2000-10-122-0/+2
* Reduce the number of outstanding commands we will send to the controllermsmith2000-10-121-1/+1
* sync to last commitimp2000-10-121-1/+6
* Add mii entry for tdk phy found on some cardbus cards.imp2000-10-121-0/+4
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-1214-1356/+1
* Store a pointer to our softc in the kernel's SCB structure. In thegibbs2000-10-114-54/+40
* When testing for PCI bus overlap with another enumerator, make sure wemsmith2000-10-112-2/+2
* Calling untimeout(9) leads to a race window where memory could be leaked.archie2000-10-111-21/+5
* Fix memory leak.archie2000-10-111-2/+2
* Add missing comma at the end of line.kuriyama2000-10-111-1/+1
* kmem transfers were being double-counted due to a missing continue.gallatin2000-10-111-0/+1
* Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We'rewpaul2000-10-101-0/+1
* regenetatewpaul2000-10-102-6/+38
* Add vendor ID for Kingston Technology and add device ID forwpaul2000-10-101-1/+5
* fix conflicting types for ng_ing_rcvmsg() and ng_ing_rcvdata().hm2000-10-101-3/+4
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).dfr2000-10-1022-428/+5595
* correct "device iwic0" to "device iwic"hm2000-10-102-2/+2
* A quote from the ia64 compiler:dfr2000-10-101-1/+1
* Set i4b version number to 0.96.00.hm2000-10-102-6/+6
* Add a quirk entry for the USB Sony DSC drive.n_hibma2000-10-101-1/+6
* Remove unneccessary includes. (phk)n_hibma2000-10-101-3/+1
* Mark directories as directories, not as regular files.des2000-10-102-2/+2
* Remove unneeded includes (phk)n_hibma2000-10-101-2/+1
* Add MAE0021 - Jetstream Int V.90 56k Voice Series 2.tanimura2000-10-102-0/+2
* awi needs to access memory with 8bit,onoe2000-10-101-0/+9
* Merged from sys/conf/{files.i386,options.i386} revisions 1.334 andkato2000-10-102-30/+70
* Added some handling code to work with SLI configs, and removed some unusedcokane2000-10-101-17/+28
* o Change TX_BUFFER_LEN from 512 to 2048.lile2000-10-101-6/+11
* o Move from Alfred Perstein's "exclusion" technique of handling specialchris2000-10-096-156/+116
* o Sanity check was inverted, resulting in a possible spurious panicrwatson2000-10-091-1/+1
* Close a race condition that doesn't really exist in -current. Whengibbs2000-10-092-2/+2
* Fix broken const'ness in declaration of sha1_loop().archie2000-10-093-10/+8
* kernacc() only knows about mapped memory, not K0SEG addresses.gallatin2000-10-091-2/+7
* Fix typo in NETGRAPH_INIT() macro.archie2000-10-091-1/+1
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-0918-56/+46
* update to i4b version 0.95.04hm2000-10-092-96/+136
* Reduce buffer size from 64K to 4K.sobomax2000-10-091-1/+1
* update to i4b version 0.95.04 (oops, forgot this one ..)hm2000-10-091-0/+115
* remove MAINTAINER: i'll develop and maintain i4b from now on in thehm2000-10-091-1/+0
* fix a typo & allow softclock to run on alphas.gallatin2000-10-091-1/+1
* Don't make_dev() in bpfopen() unless we need to.phk2000-10-091-2/+3
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyphk2000-10-093-24/+28
* update to i4b version 0.95.04hm2000-10-093-66/+116
* remove the tina-dd driver fragment, it is unlikely that it will get finished.hm2000-10-093-497/+0
* update to i4b version 0.95.04hm2000-10-0967-5562/+11422
OpenPOWER on IntegriCloud