Age | Commit message (Expand) | Author |
2003-06-02 | remove clause 3 & 4 (with fgsch permission as well) | Jason Wright |
2003-06-02 | one more... nuke clause 3 & 4 | Jason Wright |
2003-06-02 | nuke terms 3 & 4 | Jason Wright |
2003-06-02 | add length checks on bus_dmamap_load_uio() on the total length vs. what the | Jason Wright |
2003-06-02 | Do not map psycho-only interrupts on sabres. Reading from undefined | Henric Jungheim |
2003-06-01 | initialize minaddr before calling uvm_km_suballoc. | Artur Grabowski |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
2003-05-30 | Fix interrupt mapping for psycho's PBM B. This should make interrupts | Henric Jungheim |
2003-05-26 | Make sure to do the keyboard layout selection dance before wskbd_cnattach() | Miod Vallat |
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 | 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-18 | The attach routine works better when it doesn't try to write to a | Henric Jungheim |
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 | nuke intrhand, it isn't used and it overloads ih_next incorrectly... grr | Jason Wright |
2003-05-16 | fix up interrupt code (ie, actually deref the ih_clr ptr correctly) | Jason Wright |
2003-05-16 | Clean up low-level sparc register access wrappers. Specify clobbers for | Henric Jungheim |
2003-05-16 | move the interrupt idle stuff to the generic intr_establish function | Jason Wright |
2003-05-16 | The sparc64 proms do not map all interrupt vectors. Instead of | Henric Jungheim |
2003-05-16 | removed INTRLIST (always do this) | Marcus Watts |
2003-05-16 | Removed not LP64 case -- only 64 bit kernels supported | Marcus Watts |
2003-05-14 | Make the "slot" and "offset" locators for sbus drivers optional in | Miod Vallat |
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst |
2003-05-13 | The sab driver sometimes gets out of sync with the hardware. This can | Henric Jungheim |
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat |
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst |
2003-05-13 | kill a stupid warning | Jason Wright |
2003-05-13 | nuke curproc common (yes this will need revisiting in smp land, but what | Jason Wright |
2003-05-12 | use new display types | Jason Wright |
2003-05-11 | nuke another common: want_resched | Jason Wright |
2003-05-11 | nuke common: physmem | Jason Wright |
2003-05-11 | don't run off end of strings and use bad pointers | Marcus Watts |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |
2003-05-11 | nuke debugging stuff | Jason Wright |
2003-05-11 | get the offset of the config space correct, now to figure out why the rtc is ... | Jason Wright |
2003-05-10 | string cleaning; ok beck dhartmei | Theo de Raadt |
2003-05-10 | Remove some exec mappings in the pmap test code (ifdef DEBUG). | Artur Grabowski |
2003-05-07 | string cleaning | Theo de Raadt |
2003-05-06 | Declare the major number for wd, so that a custom kernel can specific explicit | Miod Vallat |
2003-05-01 | add eso, opl, and midi, and clean the audio stuff up a bit | Jason Wright |
2003-04-29 | add lxtphy (found on momenco boards) | Jason Wright |
2003-04-09 | add strl{cat,cpy} to unbreak "make build" on sparc64 | Nikolay Sturm |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson |