Age | Commit message (Expand) | Author |
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 |
2003-03-27 | - Add support for the *CURS* ioctls (requires mapping the DAC registers | Jason Wright |
2003-03-27 | no sbus in here | Jason Wright |
2003-03-25 | Clear interrupts (set to IDLE) as they are established. | Jason Wright |
2003-03-21 | install a real handler for correctable ECC errors and make a count of | Jason Wright |
2003-03-20 | The current code tries to use the same field in the interrupt handler as | Henric Jungheim |
2003-03-09 | autri flags here too. pointed out by deraadt@ | Ted Unangst |
2003-03-09 | When a sparc machine is running with serial console, the zskbd probe would | Miod Vallat |
2003-03-07 | - make a copyout into a copyin for correct semantics | Jason Wright |
2003-03-06 | The existing IOMMU code had a rounding problem that was most noticeable | Henric Jungheim |
2003-03-05 | Some typos prevented STCs from being detected and the size of the | Henric Jungheim |
2003-02-28 | update lasttick in clockintr() so that time doesn't run away with us | Jason Wright |
2003-02-28 | make intrcnt[n] an int to fit with the kern.intrcnt changes in January | Jason Wright |
2003-02-24 | Oops, forgot to commit that part of the pmap_kenter changes; spotted by art@ | Miod Vallat |
2003-02-24 | Prefer pmap_kenter_pa() rather than pmap_enter() for the buffers. | Miod Vallat |
2003-02-22 | don't use home grown timeval comparison when timercmp() is available; pointed... | Jason Wright |
2003-02-22 | always use %tick based microtime (ie. remove conditional for counter-timer) | Jason Wright |
2003-02-22 | check for a NULL tag in bus_space_render_tag() so that other debug code doesn... | Jason Wright |
2003-02-22 | rearrange allocations and such so that this actually attaches (still panics | Jason Wright |
2003-02-21 | Print the pa not ldxa(pa) | Jason Wright |
2003-02-21 | - kill several unnecessary static's | Jason Wright |
2003-02-17 | Add support for the Sun Enterprise 450 | Henric Jungheim |