Age | Commit message (Expand) | Author |
2003-05-31 | Remove a bunch of obsolete definitions. | Miod Vallat |
2003-05-31 | First lba support in /boot. Not complete lba boot support, but it's the | Tobias Weingartner |
2003-05-30 | Working process core dumps, borrowed from m68k code. | Miod Vallat |
2003-05-30 | Sync the core dump routine with hp300; generates correct coredumps again. | Miod Vallat |
2003-05-30 | Fix interrupt mapping for psycho's PBM B. This should make interrupts | Henric Jungheim |
2003-05-27 | change .byte for the correct opcodes now that gas can handle'em. | Federico G. Schwindt |
2003-05-27 | Fix siginfo contents in the T_ACCFLT case, fixes libpthread siginfo regression | Miod Vallat |
2003-05-27 | regen | Michael Shalayeff |
2003-05-27 | inject a precisionbook keymap under us|machdep | Michael Shalayeff |
2003-05-26 | fix some fictitious spellings. ok miod@ | Ted Unangst |
2003-05-26 | pmap_protect strikes again. | Artur Grabowski |
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-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-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 | 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 | fix function name in the debugging printf | Michael Shalayeff |
2003-05-22 | imprecision in delay_init() | Michael Shalayeff |
2003-05-22 | Let this compile on SUN4 or SUN4C only kernels, PR #3269 | Miod Vallat |
2003-05-21 | when looping for more work in the interrupt handler also flush the cache | Michael Shalayeff |
2003-05-20 | create a devine routine for devising the holy rom address and use it in both ... | Michael Shalayeff |
2003-05-20 | Add it(4) | Alexander Yurchenko |
2003-05-20 | Make the ddb trace command recognize elfish names | Andreas Gunnarsson |
2003-05-20 | an@isapnp w/ the isa card millert gave me shitloads of metric ages ago | Michael Shalayeff |
2003-05-20 | option NTFS, disabled atm | Ted Unangst |
2003-05-20 | flags for auich | Ted Unangst |
2003-05-19 | Put required delays between reading DSTAT and SSTAT0 registers. Add new ones | Kenneth R Westerback |
2003-05-19 | dig internal EG prom address | Michael Shalayeff |
2003-05-19 | say to skip the interactive part should the pdc say so | Michael Shalayeff |
2003-05-18 | match on Intel 82440MX PCI-ISA which misidentifies itself. | Henning Brauer |
2003-05-18 | It turns out that this card has a vga-compatible CRTC interface, with | Miod Vallat |
2003-05-18 | save the fpu state for the signal handler. this is essential | Michael Shalayeff |
2003-05-18 | The attach routine works better when it doesn't try to write to a | Henric Jungheim |
2003-05-18 | Add 'machine sysregs' command to ddb for 1386; show idtr, gdtr, ldtr, tr | Andreas Gunnarsson |
2003-05-17 | Fix disassembly of certain branch instructions. | Marcus Watts |
2003-05-17 | No need to duplicate TLB_ defines manually with TTE_ defines. | Artur Grabowski |
2003-05-17 | HORRID_III_HACK disables D$ and I$, and with this, the ramdisk | Marcus Watts |
2003-05-17 | All sun ultrasparcs have 8192 contexts. | Marcus Watts |
2003-05-17 | remove more ifdefs. Kill the VIS instruction pmap_{copy,zero}_page. | Artur Grabowski |
2003-05-17 | Get rid of lots of hairy ifdefs that we'll most likely never use. | Artur Grabowski |
2003-05-17 | No need to check for the 640x480 resolution case, since the minimal resolution | Miod Vallat |