| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing comma at the end of line. | kuriyama | 2000-10-11 | 1 | -1/+1 |
* | kmem transfers were being double-counted due to a missing continue. | gallatin | 2000-10-11 | 1 | -0/+1 |
* | Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We're | wpaul | 2000-10-10 | 1 | -0/+1 |
* | regenetate | wpaul | 2000-10-10 | 2 | -6/+38 |
* | Add vendor ID for Kingston Technology and add device ID for | wpaul | 2000-10-10 | 1 | -1/+5 |
* | fix conflicting types for ng_ing_rcvmsg() and ng_ing_rcvdata(). | hm | 2000-10-10 | 1 | -3/+4 |
* | * Add rudimentary DDB support (no kgdb, no backtrace, no single step). | dfr | 2000-10-10 | 22 | -428/+5595 |
* | correct "device iwic0" to "device iwic" | hm | 2000-10-10 | 2 | -2/+2 |
* | A quote from the ia64 compiler: | dfr | 2000-10-10 | 1 | -1/+1 |
* | Set i4b version number to 0.96.00. | hm | 2000-10-10 | 2 | -6/+6 |
* | Add a quirk entry for the USB Sony DSC drive. | n_hibma | 2000-10-10 | 1 | -1/+6 |
* | Remove unneccessary includes. (phk) | n_hibma | 2000-10-10 | 1 | -3/+1 |
* | Mark directories as directories, not as regular files. | des | 2000-10-10 | 2 | -2/+2 |
* | Remove unneeded includes (phk) | n_hibma | 2000-10-10 | 1 | -2/+1 |
* | Add MAE0021 - Jetstream Int V.90 56k Voice Series 2. | tanimura | 2000-10-10 | 2 | -0/+2 |
* | awi needs to access memory with 8bit, | onoe | 2000-10-10 | 1 | -0/+9 |
* | Merged from sys/conf/{files.i386,options.i386} revisions 1.334 and | kato | 2000-10-10 | 2 | -30/+70 |
* | Added some handling code to work with SLI configs, and removed some unused | cokane | 2000-10-10 | 1 | -17/+28 |
* | o Change TX_BUFFER_LEN from 512 to 2048. | lile | 2000-10-10 | 1 | -6/+11 |
* | o Move from Alfred Perstein's "exclusion" technique of handling special | chris | 2000-10-09 | 6 | -156/+116 |
* | o Sanity check was inverted, resulting in a possible spurious panic | rwatson | 2000-10-09 | 1 | -1/+1 |
* | Close a race condition that doesn't really exist in -current. When | gibbs | 2000-10-09 | 2 | -2/+2 |
* | Fix broken const'ness in declaration of sha1_loop(). | archie | 2000-10-09 | 3 | -10/+8 |
* | kernacc() only knows about mapped memory, not K0SEG addresses. | gallatin | 2000-10-09 | 1 | -2/+7 |
* | Fix typo in NETGRAPH_INIT() macro. | archie | 2000-10-09 | 1 | -1/+1 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 18 | -56/+46 |
* | update to i4b version 0.95.04 | hm | 2000-10-09 | 2 | -96/+136 |
* | Reduce buffer size from 64K to 4K. | sobomax | 2000-10-09 | 1 | -1/+1 |
* | update to i4b version 0.95.04 (oops, forgot this one ..) | hm | 2000-10-09 | 1 | -0/+115 |
* | remove MAINTAINER: i'll develop and maintain i4b from now on in the | hm | 2000-10-09 | 1 | -1/+0 |
* | fix a typo & allow softclock to run on alphas. | gallatin | 2000-10-09 | 1 | -1/+1 |
* | Don't make_dev() in bpfopen() unless we need to. | phk | 2000-10-09 | 1 | -2/+3 |
* | Don't hold an extra reference to vnodes. Devfs vnodes are sufficiently | phk | 2000-10-09 | 3 | -24/+28 |
* | update to i4b version 0.95.04 | hm | 2000-10-09 | 3 | -66/+116 |
* | remove the tina-dd driver fragment, it is unlikely that it will get finished. | hm | 2000-10-09 | 3 | -497/+0 |
* | update to i4b version 0.95.04 | hm | 2000-10-09 | 67 | -5562/+11422 |
* | update to i4b version 0.95.04 | hm | 2000-10-09 | 53 | -1318/+8104 |
* | Cleanup of bitstring.h: | dwmalone | 2000-10-09 | 1 | -39/+46 |
* | Now I see the error of my ways. | dcs | 2000-10-09 | 1 | -6/+8 |
* | Fixed include files to use sys/{cons,fb,kb}io.h instead of | kato | 2000-10-09 | 5 | -7/+11 |
* | Initiate deorbit burn sequence for <machine/mouse.h>. | phk | 2000-10-09 | 12 | -1014/+23 |
* | A couple of negative options was not commented out in NOTES/LINT. This | phk | 2000-10-09 | 3 | -4/+6 |
* | Unremoved used include of <machine/ipl.h>. Removing it in rev.1.95 | bde | 2000-10-09 | 3 | -0/+3 |
* | o Record the pccard_function in the ivar. | imp | 2000-10-09 | 2 | -8/+12 |
* | Clean up error recovery code: | gibbs | 2000-10-09 | 6 | -68/+117 |
* | Only attach "legacy" PCI busses if none have been attached via any other | msmith | 2000-10-09 | 2 | -6/+46 |
* | Validate the PCI bus number that we fetch from our parent, since there's no | msmith | 2000-10-09 | 2 | -4/+10 |
* | Change the way that eventhandler lists are processed so that an event | msmith | 2000-10-09 | 1 | -5/+9 |
* | Resolve the inconsistency between "the number of resources of a particular | msmith | 2000-10-09 | 2 | -7/+38 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 21 | -20/+40 |