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