summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/include
AgeCommit message (Expand)Author
2013-11-10support building on armjmcneill
2012-03-03Implement signal forwarding to userland for usermode kernels. Especiallyreinoud
2012-02-08Fix /dev/kmem access and make vmstat(1) `work'. Not sure all the results arereinoud
2012-02-05regenreinoud
2012-02-05With the recent kmem changes, remove the `unlimited' maximum setting ofreinoud
2012-02-05regenreinoud
2012-02-04Bump UPAGES effectively bumping per-process (system) stack i.e. the stack onreinoud
2012-02-02spl_intr() is not defined anymore so remove from the header filereinoud
2012-02-02Regenreinoud
2012-02-02Add cdefs.h to usermode's genheaders.shreinoud
2012-01-21Complete rewrite of the signal and spl framework for NetBSD/usermodereinoud
2012-01-21Add the complement to sigemptyset(), sigfillset()!reinoud
2012-01-19My fault, forgot that cpu_need_resched() is indeed already declared as a func...reinoud
2012-01-19Add macro cpu_need_reschedreinoud
2012-01-14Define astpending flag and the aston() setterreinoud
2012-01-14Regenreinoud
2012-01-14Bump UPAGES with one more to allow for AST processing. Somehow the space was areinoud
2012-01-14Revamp the NetBSD/usermode pagefault and illegal instruction handing. It nowreinoud
2012-01-14Update automatically generated headersreinoud
2012-01-14Add md_get_sp() for MI stack frame manipulation. Note that NetBSD/usermodereinoud
2012-01-11Add thunk_close()reinoud
2012-01-10Add thunk_madvise() for memory access hints to the host kernel.reinoud
2012-01-10Clarify comment about PAGER_MAP_DEFAULT_SIZEreinoud
2012-01-08define __HAVE_OLD_DISKLABEL on i386jmcneill
2012-01-08regenjmcneill
2012-01-08disklabel.h: handle __HAVE_OLD_DISKLABEL. while here, I noticed someone chang...jmcneill
2012-01-06support disk images >= 2GBjmcneill
2012-01-06Cleanup stack allocation and freeing. This means the memory leak on lwpreinoud
2012-01-06Bump pager map default size since KVM is not that tight anymorereinoud
2012-01-05Get rid of MAP_NOSYSCALLS usage; now this relies on a separate kmod thatjmcneill
2012-01-03Rework NetBSD/usermode pmap fixing some oddities that were left over fromreinoud
2012-01-03Rename the debug printf's to use a thunk_ prefix to avoid confusion.reinoud
2012-01-03Fix logic that checks if its the kernel or a userland process that causes thereinoud
2011-12-31Adjust prototypes.christos
2011-12-30report rfb pointer eventsjmcneill
2011-12-30add a barrier before copyrows(), and add an RRE based fillrect functino,jmcneill
2011-12-30support wskbd belljmcneill
2011-12-30Use the encoding values of the VNC spec and add a copyrect (not used yet)reinoud
2011-12-30Add RFB type flag to indicate what kind of request is waitingreinoud
2011-12-30optimize rfb updates by allowing queueing of multiple update messages,jmcneill
2011-12-29Replace the SDL based genfb driver with a wsdisplay and wskbd driver thatjmcneill
2011-12-26make sure the sigio signal handler runs on the alternate signal stack,jmcneill
2011-12-26add vaudio(4) audio device driverjmcneill
2011-12-26first cut at networking support for usermode, doesn't fully work yet butjmcneill
2011-12-26add sigio_intr_establish so more than one driver can register a SIGIO handlerjmcneill
2011-12-25Fix VM_MAX_ADDRESS that is NOT the max address BUT the max userland addressreinoud
2011-12-20on second thought, set machine and machine_arch both from the host andjmcneill
2011-12-20set machine_arch to that of the hostjmcneill
2011-12-20get rid of urkelvisor, and use same MD majors as the hostjmcneill
2011-12-20Use to the MAP_NOSYSCALLS argument to mmap() to allow for NetBSD/usermode toreinoud