Age | Commit message (Expand) | Author |
2003-02-17 | can use the same bus_space_read_region_4() to copy both type1 and type4 prom;... | Michael Shalayeff |
2003-02-17 | oops | Michael Shalayeff |
2003-02-15 | Increase xfer rates buffer from 8 to 12 bytes. This allows 802.11g | Todd C. Miller |
2003-02-13 | Don't force all ATAPI devices to PIO mode 3, there are | Alexander Yurchenko |
2003-02-13 | Plug mbuf leak when there is an IV mismatch during software decrypt. | Todd C. Miller |
2003-02-12 | replace crc32 code with BSD licensed code from openssh | Markus Friedl |
2003-02-11 | As hil devices can only attach after interrupts are enabled, delay | Miod Vallat |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-02-11 | Byte-prom font loading support. | Miod Vallat |
2003-02-08 | avoid more spurious printfs (account for other uninteresting events). | Jason Wright |
2003-02-05 | implement a few wsdisplay ioctls. comment on the putchar implementation | Michael Shalayeff |
2003-02-02 | Real (although generic) negotiation results message during boot. | Kenneth R Westerback |
2003-02-01 | Look, noone cares if you run of out rx descriptors and whining about it just ... | Jason Wright |
2003-01-31 | Working wscons attachment and block move operations; joint debug by mickey | Miod Vallat |
2003-01-31 | more quiet | Theo de Raadt |
2003-01-31 | fetch the font and use it, some cleanup and knf | Michael Shalayeff |
2003-01-27 | pad tx buffer on < minimum length frames; based on NetBSD; tested on hppa. | Jason Wright |
2003-01-23 | - Either memset() or loop and set to zero, not both | Jason Wright |
2003-01-23 | be consistant on the spl everywhere and use splimp(), this seems to prevent w... | Michael Shalayeff |
2003-01-21 | Use a 2-level timeout for hostap. Instead of of sending a station | Todd C. Miller |
2003-01-21 | Stub out hostap bits #ifdef SMALL_KERNEL to free up space on the | Todd C. Miller |
2003-01-21 | bzero() siop_target structure after malloc(). | Kenneth R Westerback |
2003-01-14 | In wihap_shutdown() use a broadcast for disassoc and deauth packets | Todd C. Miller |
2003-01-10 | Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCI | Todd C. Miller |
2003-01-10 | Don't call wi_cor_reset() in wi_attach(); since sc_firmware_type is | Todd C. Miller |
2003-01-08 | Merry Christmas Mickey! | Kenneth R Westerback |
2003-01-07 | do the busy wait loops my favourite style and merry xmas | Michael Shalayeff |
2003-01-06 | syncronous -> synchronous | Miod Vallat |
2003-01-05 | spelling | Theo de Raadt |
2003-01-05 | spelling | Theo de Raadt |
2002-12-30 | proper HOSTAP_FLAGS_BITS; from merith@vantronix.net | Michael Shalayeff |
2002-12-23 | Fix complete botch in handling of 'openings'. | Kenneth R Westerback |
2002-12-22 | Define atagettrace_t type and use it instead of struct atagettrace. | Alexander Yurchenko |
2002-12-22 | No more magic wdc events types, give them names. | Alexander Yurchenko |
2002-12-19 | Protect WDCDEBUG_PRINT macro with do {} while (0) | Alexander Yurchenko |
2002-12-19 | fix a debugging printf on cmd wait timeout | Michael Shalayeff |
2002-12-19 | proper barrier call in ie_ack | Michael Shalayeff |
2002-12-19 | comparam() does not need an spltty() for it, already called there. | Michael Shalayeff |
2002-12-15 | more typos fixed by torh | Henning Brauer |
2002-12-12 | Always use queue(3) macros. | Alexander Yurchenko |
2002-12-11 | smaller delays, unneeded spls | Michael Shalayeff |
2002-12-11 | sendbug(1), not send-pr; Peter Werner | Henning Brauer |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-12-02 | - Remove a few magic constants | Jason Wright |
2002-12-02 | set if_baudrate | Henning Brauer |
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt |
2002-11-28 | generic isa mpu, from Sergey A. Smitienko w/ fixes from me | Michael Shalayeff |
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert |
2002-11-26 | re-enable if_timer; jason@ ok. | Federico G. Schwindt |
2002-11-25 | remove printf's in xl_setmode(). | Brad Smith |