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