summaryrefslogtreecommitdiff
path: root/sys/arch/usermode
AgeCommit message (Expand)Author
2018-01-24Remove port-acorn26skrll
2018-01-13Make NetBSD/usermode link again!reinoud
2018-01-13Implement dummy process_read_dbreg() and process_write_dbreg() used in x86reinoud
2018-01-13Add dbreg structure prototype needed for x86_64reinoud
2018-01-13Keep up with changes in ld(4): adding ioctl handling on the ld(4) instead ofreinoud
2018-01-13Add the missing strategy argument of ldattach()reinoud
2017-12-10- Allow multiple .BEGIN targetschristos
2017-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23 Fix compile error. Use const correctly.msaitoh
2017-09-17more const.christos
2017-09-14clean up COMPAT_* options for native netbsd code:mrg
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-02-19PR kern/51208rin
2017-01-26provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently.christos
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-13wildcard speaker attachments, now that we can handle many of them.christos
2016-12-10remove VAUDIOSPEAKER for now, will be done differently.christos
2016-12-08Add a synthesized pc beeper and keyboard bell for platforms with an audionat
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2016-01-23expose the kernel types for standalone code.christos
2016-01-23Hide {p,v}{addr,size}_t and register_t (and a couple more types thatchristos
2015-12-21fix label and variable name.christos
2015-12-21more checkingchristos
2015-08-27Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevantpooka
2015-08-27Tweak previous.uebayasi
2015-08-27Echo exact objects (swap*.o etc.) when linking kernel.uebayasi
2015-08-24Define ${LINKSCRIPT} in one place.uebayasi
2015-08-18${KERN_LDSCRIPT} -> ${KERNLDSCRIPT}uebayasi
2015-06-17Make clock_t unsigned int everywhere.martin
2015-02-06Take procfs_machdep.c rev 1.4 one step further and adjust signature ofprlw1
2014-11-15Use LINKSCRIPT.uebayasi
2014-08-17Reorganize symbol table embedding. The existing option SYMTAB_SPACE isjoerg
2014-08-16Add "options COMPAT_70" to all kernel configuration files thatapb
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-04-05adjust to new signature; return consistent stuff. 0 is ok -1 is errorchristos
2014-03-26fix sprintfchristos
2014-03-24use cpu_{g,s}etmodelchristos
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2013-11-11implement md_get_pc and md_set_pcjmcneill
2013-11-10use MACHINE_CPU instead of MACHINE_ARCHjmcneill
2013-11-10usermode arm md stubjmcneill
2013-11-10arm support for syscallemu, not testedjmcneill
2013-11-10support building on armjmcneill
2013-11-10define _KMEMUSER before including machine/vmparam.hjmcneill
2013-11-10use MACHINE_CPU instead of uname -p; create symlink for arm headersjmcneill
2013-06-26Use sy_invokematt
2013-05-22Including missing include file <sys/ioctl.h> that broke compilation.reinoud