NetBSD/sys/arch/usermode/dev
reinoud cd980be679 Revamp the NetBSD/usermode pagefault and illegal instruction handing. It now
can handle recursive entry and is a lot more memory tight compared to the old
implementation. Performance wise:

* slightly less number of syscalls/sec possible though could be optimized
* a lot faster context creation / destruction making overall operation faster.
2012-01-14 17:42:51 +00:00
..
clock.c Improve usermode timecounter. It's unreasonable to assume that we'll get 2011-12-15 03:42:32 +00:00
cpu.c Revamp the NetBSD/usermode pagefault and illegal instruction handing. It now 2012-01-14 17:42:51 +00:00
if_veth.c Don't directly call softint_shedule() when we might be in an SPL level too 2012-01-09 20:39:39 +00:00
ld_thunkbus.c Re-implement aio for ld_thunkbus. It seems to work fine though its not set by 2012-01-09 21:01:31 +00:00
mainbus.c support multiple disk images (pass multiple disk=<path> parameters on the 2012-01-07 18:10:18 +00:00
ttycons.c support ^Z 2011-12-27 20:59:45 +00:00
vaudio.c mark vaudio callout and softint handler as mpsafe 2011-12-26 23:50:43 +00:00
vncfb.c implement cngetc and cnpollc 2012-01-04 14:53:57 +00:00
vnckbdmap.c map Fn keys, make vt switching work 2011-12-30 12:14:44 +00:00