summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/dev
AgeCommit message (Expand)Author
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-05-29For struct timecounter, use C99 initializers.rin
2020-02-05Adopt <net/if_stat.h>skrll
2019-12-03Use __insn_barrier to enforce ordering in l_ncsw loops.riastradh
2019-12-01Make cpu_intr_p() safe to use anywhere, i.e. outside assertions:ad
2019-11-23cpu_need_resched():ad
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.msaitoh
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-13Split out error reporting and make it compile without SCSIVERBOSEreinoud
2018-06-05Add ATAPI passtrough support giving the NetBSD/usermode kernel full control ofreinoud
2018-06-04Its a hack, but make sure the pages are paged inreinoud
2018-06-01Pass the address of the array, this fixes issues with i386 compilationreinoud
2018-05-29Only report the things we've passed in the mcontext and leave out flags thatreinoud
2018-05-29Implement cpu_lwp_setprivate(). This removes the need for the cpu_switch()reinoud
2018-05-29Only set requested parts of the mcontext in cpu_setmcontext()reinoud
2018-05-24First try at TLS support and getcontext/setcontext/swapcontext support.reinoud
2018-05-17Refactor for easier debugging and while here add some more signalsreinoud
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-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-26fix sprintfchristos
2014-03-24use cpu_{g,s}etmodelchristos
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-06-25Implement dummy `cpu_mcontext_validate' to make it compile again. Thisreinoud
2012-03-03Implement signal forwarding to userland for usermode kernels. Especiallyreinoud
2012-01-21Complete rewrite of the signal and spl framework for NetBSD/usermodereinoud
2012-01-18Create an atomic switchto() that has SIGALRM and SIGIO signals blocked thatreinoud
2012-01-15close file descriptors at shutdownjmcneill
2012-01-15sync disks and unmount at shutdown, and run shutdownhooks + pmf shutdownjmcneill
2012-01-15allow specifing the root device with 'root=ldN' parameterjmcneill
2012-01-14Reimplement userret() to also include AST for preemption.reinoud
2012-01-14Revert back to IPL_SOFTCLOCK so its lower than IPL_SHEDreinoud
2012-01-14Cleanup clock.c removing unneeded functionreinoud
2012-01-14Revamp the NetBSD/usermode pagefault and illegal instruction handing. It nowreinoud
2012-01-12Remove old comment about space not being freed; it is now done correctly soreinoud
2012-01-09Re-implement aio for ld_thunkbus. It seems to work fine though its not set byreinoud
2012-01-09Don't directly call softint_shedule() when we might be in an SPL level tooreinoud
2012-01-09sizeof_t is allways >=0 and the check for >=0 thus allways is true and amd64reinoud
2012-01-07support multiple disk images (pass multiple disk=<path> parameters on thejmcneill