Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat | |
2004-12-02 | move IPL setup to intr.c | Martin Reindl | |
ok miod@ >From: NetBSD | |||
2004-11-26 | More interrupt system cleaning and homogenization: | Miod Vallat | |
- switch all interrupt functions to an int (*)(void *) prototype. - do not register dummy functions for all unhandled interrupts, instead let the dispatchers cope with NULL. - add evcount interrupt counters. | |||
2004-11-25 | Move towards a more flexible and generic interrupt system, as well as better | Miod Vallat | |
zs behaviour. From NetBSD; integration work by Martin Reindl | |||
2003-01-05 | splassert on m68k-based arches. Not totally accurate on hp300 at the moment, | Miod Vallat | |
still. | |||
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat | |
Currently as no-ops everywhere. ok art@, deraadt@ | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-23 | Remove splsched() declaration and related stuff. | Miod Vallat | |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat | |
definition as splimp(). art@ ok | |||
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson | |
1999-06-11 | egcs crap | Jason Downs | |
1998-05-03 | * Deprecate macinfo.h pulling all relevant defines into cpu.h. | gene | |
* Move interrupt glue and associated stuff out to intr.h * Do some MIification. This brings us a lot closer to looking like the other ports. |