Age | Commit message (Expand) | Author |
2003-02-25 | move NULLification to end so it's useful. | Ted Unangst |
2003-02-25 | Correct the size of __reserved9 field in struct ataparams; | Alexander Yurchenko |
2003-02-25 | remove redundant check. | Ted Unangst |
2003-02-25 | remove useless check. | Ted Unangst |
2003-02-25 | correct bounds check. yichen xie's bounds checker catch. | Ted Unangst |
2003-02-25 | fix two off by ones | Ted Unangst |
2003-02-24 | correct check for the size of semitones | Ted Unangst |
2003-02-24 | Detypoing; henric@ and me | Alexander Yurchenko |
2003-02-24 | Add support for LZS compression (only usable by ipcomp at the moment) | Jason Wright |
2003-02-24 | For CMD chips call pciide_chan_candisable() for both channels to prevent | Alexander Yurchenko |
2003-02-24 | Various typos. | Miod Vallat |
2003-02-23 | initialize error | Ted Unangst |
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko |
2003-02-21 | remove unused variable | Ted Unangst |
2003-02-20 | Fix a crash in the systrace found by form@ | Artur Grabowski |
2003-02-20 | no trailing newline in panic(); PR 3103 | Henning Brauer |
2003-02-20 | In typical linux style, set a magic bit that makes the floppy work on | Jason Wright |
2003-02-19 | - Bump size of MAX_RESULT by 4 to include compression result | Jason Wright |
2003-02-19 | Sync if_vr code with FreeBSD. This makes the driver much better when it comes | Miod Vallat |
2003-02-19 | Regen | Miod Vallat |
2003-02-19 | Recognize ICS1893; from NetBSD | Miod Vallat |
2003-02-19 | use a nop with I bit set at the end of the tx chain. This avoids a race | Jason Wright |
2003-02-19 | Leaving console polling mode works now, and workaround boot -a slow response | Miod Vallat |
2003-02-18 | Oops, remove debug code that was not supposed to be left here | Miod Vallat |
2003-02-18 | convert to new registration scheme | Jason Wright |
2003-02-18 | intial -> initial | Jason McIntyre |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-02-18 | Whenever possible, store the prom font data in off-screen frame buffer | Miod Vallat |
2003-02-18 | Real polled mode console support, enough to play hangman in ddb. | Miod Vallat |
2003-02-18 | sync | Theo de Raadt |
2003-02-18 | new fxp; cube@cubidou.net | Theo de Raadt |
2003-02-18 | Track enable state and behave appropriately. | Miod Vallat |
2003-02-17 | Allow the generic ps/2 mouse driver, pms, to attach to gsckbc as well. | Miod Vallat |
2003-02-17 | can use the same bus_space_read_region_4() to copy both type1 and type4 prom;... | Michael Shalayeff |
2003-02-17 | whitespace, typos, and compression structure defns | Jason Wright |
2003-02-17 | oops | Michael Shalayeff |
2003-02-17 | Add support for the Sun Enterprise 450 | Henric Jungheim |
2003-02-16 | Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantage | Miod Vallat |
2003-02-15 | A simple and crude driver to play with the hil so-called ``ID module'' | Miod Vallat |
2003-02-15 | Provide a "code" locator for hil devices. This will let people ask their | Miod Vallat |
2003-02-15 | Rework the console management on hppa: | Miod Vallat |
2003-02-15 | kill the remaining typedefs (These are about the last trace of Invertex | Jason Wright |
2003-02-15 | - Better type usage in the various hil code: prefer u_int8_t to u_char, but | Miod Vallat |
2003-02-15 | Increase xfer rates buffer from 8 to 12 bytes. This allows 802.11g | Todd C. Miller |
2003-02-15 | Remove misleading (and incorrect) HIL_STATMASK definition. | Miod Vallat |
2003-02-14 | always need softintr after rxexception (avoids uninitialized variable); point... | Jason Wright |
2003-02-14 | Do not do arithmetic on bus_space_handle_t. | Henric Jungheim |
2003-02-14 | Let UBSEC_DEBUG compile; based on diff from sam at errno dot com | Jason Wright |
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 |