| Age | Commit message (Expand) | Author |
| 2012-03-03 | Implement signal forwarding to userland for usermode kernels. Especially | reinoud |
| 2012-01-21 | Add the complement to sigemptyset(), sigfillset()! | reinoud |
| 2012-01-11 | Add thunk_close() | reinoud |
| 2012-01-10 | Add thunk_madvise() for memory access hints to the host kernel. | reinoud |
| 2012-01-06 | support disk images >= 2GB | jmcneill |
| 2012-01-05 | Get rid of MAP_NOSYSCALLS usage; now this relies on a separate kmod that | jmcneill |
| 2012-01-03 | Rename the debug printf's to use a thunk_ prefix to avoid confusion. | reinoud |
| 2011-12-31 | Adjust prototypes. | christos |
| 2011-12-30 | report rfb pointer events | jmcneill |
| 2011-12-30 | add a barrier before copyrows(), and add an RRE based fillrect functino, | jmcneill |
| 2011-12-30 | support wskbd bell | jmcneill |
| 2011-12-30 | Use the encoding values of the VNC spec and add a copyrect (not used yet) | reinoud |
| 2011-12-30 | Add RFB type flag to indicate what kind of request is waiting | reinoud |
| 2011-12-30 | optimize rfb updates by allowing queueing of multiple update messages, | jmcneill |
| 2011-12-29 | Replace the SDL based genfb driver with a wsdisplay and wskbd driver that | jmcneill |
| 2011-12-26 | add vaudio(4) audio device driver | jmcneill |
| 2011-12-26 | first cut at networking support for usermode, doesn't fully work yet but | jmcneill |
| 2011-12-20 | on second thought, set machine and machine_arch both from the host and | jmcneill |
| 2011-12-20 | set machine_arch to that of the host | jmcneill |
| 2011-12-20 | Use to the MAP_NOSYSCALLS argument to mmap() to allow for NetBSD/usermode to | reinoud |
| 2011-12-15 | Improve usermode timecounter. It's unreasonable to assume that we'll get | jmcneill |
| 2011-12-15 | implement /proc/cpuinfo | jmcneill |
| 2011-12-15 | use write instead of putchar putchar putchar putchar putchar ... for console ... | jmcneill |
| 2011-12-15 | implement cpu idle via sigsuspend | jmcneill |
| 2011-12-12 | make sure to set O_ASYNC on stdin to enable ttycons "interrupts" | jmcneill |
| 2011-12-11 | add thunk_pollchar | jmcneill |
| 2011-11-27 | Add thunk_sigprocmask() | reinoud |
| 2011-09-15 | Implement a dprintf_debug() analog to aprint_debug() but printing it to stderr | reinoud |
| 2011-09-14 | Provide thunk fuction to return the host machine's VM_MIN_ADDRESS | reinoud |
| 2011-09-09 | Sanitise thunk_makecontext() allowing upto 3 random arguments | reinoud |
| 2011-09-09 | Streamline makecontext() calls to really only specify the number of arguments | reinoud |
| 2011-09-05 | Implement thunk_sigemptyset() | reinoud |
| 2011-09-05 | Add thunk_sigaddset() | reinoud |
| 2011-09-04 | implement splraise/spllower | jmcneill |
| 2011-09-04 | Implement thunk_seterrno() | reinoud |
| 2011-09-04 | -thunk_makecontext_trapframe2go(ucontext_t *ucp, void *func, void *trapframe) | reinoud |
| 2011-09-03 | Let NetBSD/usermode build & link on a Linux host: | jmcneill |
| 2011-09-03 | Get this compiling (but not quite linking yet) on Linux | jmcneill |
| 2011-09-02 | Revert | reinoud |
| 2011-09-02 | -thunk_makecontext_trapframe2go(ucontext_t *ucp, void *func, void *trapframe) | reinoud |
| 2011-09-01 | Implement thunk_sigaltstack() so an alternative signal stack can be used | reinoud |
| 2011-08-28 | add thunk_tcgetattr and thunk_tcsetattr | jmcneill |
| 2011-08-28 | Add thunk_makecontext_trapframe2go() | reinoud |
| 2011-08-27 | Add a thunk_atexit() so ucontext() ends can be dealt with as they should | reinoud |
| 2011-08-25 | - build thunk code with warnings | jmcneill |
| 2011-08-24 | Implement thunk_malloc() and think_free() | reinoud |
| 2011-08-23 | add a wrapper for signal(3) | jmcneill |
| 2011-08-23 | struct stat also has time_t in it, so we can't use that in the thunk api either | jmcneill |
| 2011-08-23 | more time_t fixes | jmcneill |
| 2011-08-23 | unlink pmap backing file immediately after opening it, so we don't leave | jmcneill |