Age | Commit message (Expand) | Author |
2003-05-26 | cleanup, value paranoia, elaborate on some comments | Ted Unangst |
2003-05-26 | Make sure to do the keyboard layout selection dance before wskbd_cnattach() | Miod Vallat |
2003-05-26 | sync with RFC2292 variable member defs, not NRL defs | Jun-ichiro itojun Hagino |
2003-05-26 | fix tcpcb size to make trpt happy | Jun-ichiro itojun Hagino |
2003-05-25 | mgx fits on the floppies, so add it as well. | Miod Vallat |
2003-05-25 | Support for the Vigra VS11 frame buffer. This is basically the same as the | Miod Vallat |
2003-05-25 | regen | Michael Shalayeff |
2003-05-25 | typo | Michael Shalayeff |
2003-05-25 | how did i miss this one? thanks Wouter Clarie | Ted Unangst |
2003-05-25 | more thorough reset sequence; miod@ ok | Michael Shalayeff |
2003-05-24 | rename export to export_info for c++ safety. report by naddy@ | Ted Unangst |
2003-05-24 | Addtron W89C926; from nick@ | Henning Brauer |
2003-05-24 | regen | Henning Brauer |
2003-05-24 | Addtron W89C926; from nick@ | Henning Brauer |
2003-05-24 | Disable off-screen font loading. We still need to use the pdc console routines | Miod Vallat |
2003-05-24 | Unused variable. | Cedric Berger |
2003-05-24 | support Perc 4/Di (e.g. in Dell PowerEdge 2600); ok mickey@ | Markus Friedl |
2003-05-24 | regen | Markus Friedl |
2003-05-24 | add PERC 4/Di; ok mickey | Markus Friedl |
2003-05-23 | remove old swapgeneric.c's | Ted Unangst |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and mic... | Ted Unangst |
2003-05-23 | Do all unlocks before exit from pmap_enter(). | Mike Pechkin |
2003-05-23 | don't #ifdef within struct tcpcb definition, as it is used in userland too. | Jun-ichiro itojun Hagino |
2003-05-23 | For some reason, gcc seems to assume that if an inline assembly statement | Henric Jungheim |
2003-05-22 | Fix comment: IOTTE_PAMASK is 42..13 not 42..12 | Jason Wright |
2003-05-22 | There's an off-by-one in the diagnostic code that can cause grief, | Henric Jungheim |
2003-05-22 | remove sprintf() and vsprintf(). nothing in the kernel needs it. if | Theo de Raadt |
2003-05-22 | filterops doesn't need to change, so we can make it const | Nathan Binkert |
2003-05-22 | fix function name in the debugging printf | Michael Shalayeff |
2003-05-22 | imprecision in delay_init() | Michael Shalayeff |
2003-05-22 | Support for Intel ICH4-M; from marius aamodt eriksen <marius@monkey.org>. | Alexander Yurchenko |
2003-05-22 | remove break after return | Jun-ichiro itojun Hagino |
2003-05-22 | Let this compile on SUN4 or SUN4C only kernels, PR #3269 | Miod Vallat |
2003-05-21 | Make sure that the first scsi command issued to a device during | Kenneth R Westerback |
2003-05-21 | Endian fix for this driver, now works on big endian machines, ok mickey@ | Dale Rahn |
2003-05-21 | Match vprintf prototype to userland and standards. | Artur Grabowski |
2003-05-21 | when looping for more work in the interrupt handler also flush the cache | Michael Shalayeff |
2003-05-21 | sync | Nathan Binkert |
2003-05-21 | add ServerWorks vendor ID. Add another flash reader | Nathan Binkert |
2003-05-20 | sync | Jason Wright |
2003-05-20 | order | Jason Wright |
2003-05-20 | create a devine routine for devising the holy rom address and use it in both ... | Michael Shalayeff |
2003-05-20 | ansi and de-register; ok millert | Jason Wright |
2003-05-20 | Add it(4) | Alexander Yurchenko |
2003-05-20 | it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950 | Alexander Yurchenko |
2003-05-20 | de-register; ok millert | Jason Wright |
2003-05-20 | AN983 endian issue; from FreeBSD via PR 3263 with minor style fixes by me | Henning Brauer |
2003-05-20 | Make the ddb trace command recognize elfish names | Andreas Gunnarsson |
2003-05-20 | fix a breakage in hfsc. | Kenjiro Cho |
2003-05-20 | cleanup | Michael Shalayeff |