Age | Commit message (Expand) | Author |
2003-06-27 | Take strlen() of an existing variable. Syntax error introduced in str* | Kenneth R Westerback |
2003-06-27 | more quirks from netbsd | Nathan Binkert |
2003-06-27 | kqueue support for various usb devices including: usb, uhid, ugen, | Nathan Binkert |
2003-06-27 | add support for a whole bunch of sunix cards | Henning Brauer |
2003-06-27 | sync | Henning Brauer |
2003-06-27 | Sunix covers a whole range of cards under this one ID so change the name | Henning Brauer |
2003-06-27 | ansi functions | Jason Wright |
2003-06-27 | These don't need linear mappings either. | Jason Wright |
2003-06-27 | Don't need LINEAR mappings. | Jason Wright |
2003-06-27 | ansify and add an alaw <-> mulaw conversion | Jason Wright |
2003-06-26 | sync | Theo de Raadt |
2003-06-26 | intel PRO_2100_3B wireless | Theo de Raadt |
2003-06-26 | alignment for extent_alloc_subregion cannot be zero | Michael Shalayeff |
2003-06-26 | constify readonly data | Michael Shalayeff |
2003-06-26 | regen | Michael Shalayeff |
2003-06-26 | add netgear ha501 802.11a | Michael Shalayeff |
2003-06-26 | fix probing for ami raid owned hba properly; mjacob@ ok | Michael Shalayeff |
2003-06-26 | it's better w/ a comma between irq and address | Michael Shalayeff |
2003-06-26 | align acb size to 256 bytes to avoid cache issues; krw@ ok | Michael Shalayeff |
2003-06-26 | space vs tab consistancy | Michael Shalayeff |
2003-06-25 | constify some readonly data | Michael Shalayeff |
2003-06-25 | fix #if/ifdef issue and use u_int16_t instead of int where appropriate | Michael Shalayeff |
2003-06-25 | Typo police: attribute is better written with an 'r'. | Miod Vallat |
2003-06-25 | Acknowledge the status interrupt in some odd and usually rare cases, which | Miod Vallat |
2003-06-25 | mimic delays pattern from i82365 on socket enable. actually pull the reset li... | Michael Shalayeff |
2003-06-25 | AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIG | Michael Shalayeff |
2003-06-25 | add topic97b support; from netbsd and tested by Pedro la Peu <pedro@am-gen.org> | Michael Shalayeff |
2003-06-25 | fix all the _BITS and their use | Michael Shalayeff |
2003-06-25 | implement new means of manipulating buf queues, bufq. | Ted Unangst |
2003-06-25 | Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE when | Henric Jungheim |
2003-06-25 | Extend the sparc bus_space_tag_t to store access endianness in it, and | Miod Vallat |
2003-06-25 | Let the stp driver use different bus_space_tag_t for its own device access, | Miod Vallat |
2003-06-25 | #include <machine/intr.h> is not necessary here. | Miod Vallat |
2003-06-25 | a bit whitespace/tab KNF while I'm here | Henning Brauer |
2003-06-25 | support Moxa C104H | Henning Brauer |
2003-06-25 | regen | Henning Brauer |
2003-06-25 | Moxa C104H | Henning Brauer |
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim |
2003-06-23 | no need for an explicit <machine/intr.h> inclusion | Michael Shalayeff |
2003-06-23 | Split the stp driver into its core, and md attachment routines, and provide | Miod Vallat |
2003-06-18 | For HPT370 chips disable interrupt prediction and correct timing | Alexander Yurchenko |
2003-06-18 | Switch to fbxxx() API. | Miod Vallat |
2003-06-18 | we already set the rx descriptor length to accept vlan packets... just | Jason Wright |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-17 | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 | Miod Vallat |
2003-06-17 | A few typos in the Bt initialisation sequence were introduced in 1.29, and | Miod Vallat |
2003-06-16 | Provide more "dead_symbol + space -> symbol" entries in the compose table; | Miod Vallat |
2003-06-16 | sync | Theo de Raadt |
2003-06-16 | remove bullshit | Theo de Raadt |
2003-06-16 | Avoid a NULL deref in cnkqfilter() for certain cases. Modeled after | Todd C. Miller |