| Age | Commit message (Expand) | Author |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-05 | s/sytle/style/ in comment. | msaitoh |
| 2021-12-05 | s/runable/runnable/ | msaitoh |
| 2021-12-05 | s/futher/further/ in comment. | msaitoh |
| 2021-12-05 | s/commmand/command/ in comment. | msaitoh |
| 2021-12-03 | Only one space after comma | gson |
| 2021-11-27 | kern: Add debug.crashme.null_jump. | riastradh |
| 2021-11-26 | Fix anonymous memory object leak for sigcode. | ryo |
| 2021-11-25 | Reverte my previous changes kern_exec.c r1.512. It panics. | ryo |
| 2021-11-25 | Fix anonymous memory object leak for sigcode. | ryo |
| 2021-11-24 | Fix "restart" semantics -- restart is terminal, so don't clear the | thorpej |
| 2021-11-13 | If lookup_fastforward() loses an intermediate searchdir, has to roll | hannken |
| 2021-11-07 | Merge the kernel portion of the posix-spawn-chdir project by Piyush Sachdeva. | christos |
| 2021-11-07 | Add a comment describing why we give carte blanche to processes | thorpej |
| 2021-11-01 | fix typos, mainly in words minimum and maximum, but also few others. | andvar |
| 2021-11-01 | fix a typo in compare_futex_key(). | chs |
| 2021-11-01 | regen for "struct sigaltstack" -> "stack_t" | thorpej |
| 2021-11-01 | Use "stack_t" instead of "struct sigaltstack", as the former is the | thorpej |
| 2021-10-31 | Revert the 2015 change I made that allowed sleeping in the idle lwp | skrll |
| 2021-10-27 | - In sendsig() and sigaction1(), don't hard-code signal trampoline | thorpej |
| 2021-10-23 | Fix a regression introduced in kern_event.c,v 1.129 that would cause | thorpej |
| 2021-10-23 | Add support for the EVFILT_EMPTY filter, which is activated when the | thorpej |
| 2021-10-22 | Support modifying an existing timer without having to delete it first. | thorpej |
| 2021-10-21 | fix various typos, mainly in comments, but also in man pages and log messages. | andvar |
| 2021-10-21 | s/optiona]/optional]/ | andvar |
| 2021-10-21 | Allow the f_touch() filter op to return an error, specifically in | thorpej |
| 2021-10-21 | Re-factor the code that computes the EVFILT_TIMER value into its own | thorpej |
| 2021-10-21 | - Don't use a separate kqueue_timer_lock; just protect those knotes | thorpej |
| 2021-10-20 | Regen for: | thorpej |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-10-16 | Spinkle some KNF spaces after commas. | simonb |
| 2021-10-13 | Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS, | thorpej |
| 2021-10-11 | Squash "holding up boot" messages into a single line, and only print the | jmcneill |
| 2021-10-11 | Setting EV_EOF requires modifying kn->kn_flags. However, that relies on | thorpej |
| 2021-10-10 | Check _KERNEL_OPT before including opt_ddb.h. | thorpej |
| 2021-10-10 | Changes to make EVFILT_PROC MP-safe: | thorpej |
| 2021-10-10 | pserialize(9): Lift rule that pserialize_perform be serialized. | riastradh |
| 2021-10-06 | Fix a bug that NMBCLUSTERS(kern.mbuf.nmbclusters) can't be changed by sysctl. | msaitoh |
| 2021-10-04 | remove duplicate the article in comments. | andvar |
| 2021-10-02 | ...and correct my terrible spelling. | thorpej |
| 2021-10-02 | - Strenghen the poll(2) fifo_inout test to ensure that once the reader | thorpej |
| 2021-10-02 | Fix a deadlock where one thread writes to a pipe, has more data | hannken |
| 2021-10-02 | - fifo_poll(): If the last writer has disappeared, detect this and return | thorpej |
| 2021-09-30 | Some platforms need sys/cpu.h for curlwp so #include it | skrll |
| 2021-09-30 | KNF | skrll |
| 2021-09-30 | Introduce a generic linear hook list | yamaguchi |
| 2021-09-30 | Make the info returned by kqueue_stat() a little less barren. | thorpej |
| 2021-09-30 | In knote(), don't call kn->kn_fop->f_event() directly; use filter_event() | thorpej |
| 2021-09-29 | The kq filterops that interact with sockets are MPSAFE. | thorpej |
| 2021-09-29 | ttyread_filtops, ttywrite_filtops, ptcread_filtops, and ptcwrite_filtops | thorpej |