Age | Commit message (Expand) | Author |
2023-08-14 | Extend scheduler tracepoints to follow CPU jumping. | Martin Pieuchot |
2023-08-14 | Remove non-MULTIPROCESSOR chunk defining copyin32 as copyin now that all | Miod Vallat |
2023-08-13 | Fix P_WSLEEP handling when continuing SSTOP-ed processes | Claudio Jeker |
2023-08-13 | kevent: Add precision and abstimer flags for EVFILT_TIMER | Visa Hankala |
2023-08-12 | Repair compilability for non-MULTIPROCESSOR kernels. | Miod Vallat |
2023-08-11 | hardclock(9), roundrobin: make roundrobin() an independent clock interrupt | Scott Soule Cheloha |
2023-08-11 | Move the single_thread_check() to the start of userret(). | Claudio Jeker |
2023-08-10 | Add some KASSERT on the proc p_stat in sleep_finish() | Claudio Jeker |
2023-08-08 | Merge SO_BINDANY cases from both switch blocks within sosetopt(). This | Vitaliy Makkoveev |
2023-08-08 | Merge SO_SND* with corresponding SO_RCV* cases within sosetopt(). The | Vitaliy Makkoveev |
2023-08-05 | hardclock(9): move setitimer(2) code into itimer_update() | Scott Soule Cheloha |
2023-08-05 | Remove the P_WSLEEP specific KASSERT(). Not only procs in state SSTOP | Claudio Jeker |
2023-08-03 | Remove the per-cpu loadavg calculation. | Claudio Jeker |
2023-08-03 | Move solock() down to sosetopt(). A part of standalone sblock() work. | Vitaliy Makkoveev |
2023-08-01 | Don't force early wrap around for jiffies. | Claudio Jeker |
2023-07-29 | Avoid accessing curproc early during boot when kcov is enabled as it | Anton Lindqvist |
2023-07-27 | sched_init_cpu: move profclock staggering to clockintr_cpu_init() | Scott Soule Cheloha |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-07-24 | Regen | Miod Vallat |
2023-07-24 | Fix prototype of getlogin_r syscall to match userland prototype (use size_t | Miod Vallat |
2023-07-22 | Add `sb_state' output to sobuf_print(). It contains SS_CANTSENDMORE, | Vitaliy Makkoveev |
2023-07-16 | Make the mbstat preserve the same size which is actually used. Also | YASUOKA Masahiko |
2023-07-14 | struct sleep_state is no longer used, remove it. | Claudio Jeker |
2023-07-12 | address incomplete validation of ELF program headers in execve(2) which could... | Jasper Lievisse Adriaanse |
2023-07-12 | GPROF: sleep_state: disable _mcount() across suspend/resume | Scott Soule Cheloha |
2023-07-11 | Rework sleep_setup()/sleep_finish() to no longer hold the scheduler lock | Claudio Jeker |
2023-07-10 | Allow unveiled programs to dump core (in the default, classic, into . way) | Theo de Raadt |
2023-07-10 | Add PS_NOBTCFI, a per-process flag indicating that Branch Target | Philip Guenther |
2023-07-07 | Expand the counters in struct mbstat from u_short to u_long. Use | Alexander Bluhm |
2023-07-06 | timeout_hardclock_update: enter timeout_mutex before reading uptime clock | Scott Soule Cheloha |
2023-07-06 | remove during-development special cases for MNT_WXALLOWED and chrome and | Theo de Raadt |
2023-07-05 | Make softdep mounts a no-op | Bob Beck |
2023-07-04 | Introduce SBL_WAIT and SBL_NOINTR sbwait() flags. | Vitaliy Makkoveev |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-07-02 | PS_CHROOT flag must also be copied when forking. This will block | Theo de Raadt |
2023-07-02 | clockintr_cpu_init: stagger clock interrupts by MAXCPUS | Scott Soule Cheloha |
2023-06-30 | Use "newcon" instead of "netlck" as identifier of the sleep reason while | Vitaliy Makkoveev |
2023-06-28 | First step at removing struct sleep_state. | Claudio Jeker |
2023-06-26 | timeout_hardclock_update: provide initial value for automatic variables | Scott Soule Cheloha |
2023-06-23 | Avoid division by 0 in m_pool_used | Greg Steuck |
2023-06-22 | Revert "clockintr_cpu_init: initialize starting offsets with clockintr_stagge... | Scott Soule Cheloha |
2023-06-21 | Revert "schedcpu, uvm_meter(9): make uvm_meter() an independent timeout" | Scott Soule Cheloha |
2023-06-20 | schedcpu, uvm_meter(9): make uvm_meter() an independent timeout | Scott Soule Cheloha |
2023-06-18 | clockintr_cpu_init: initialize starting offsets with clockintr_stagger() | Scott Soule Cheloha |
2023-06-18 | clockintr: add clockintr_stagger() | Scott Soule Cheloha |
2023-06-15 | all platforms, main(): call clockqueue_init() just before sched_init_cpu() | Scott Soule Cheloha |
2023-06-10 | Implement support for pointer authentication (PAC) in userland. With PAC | Mark Kettenis |
2023-06-02 | pledge(2): stdio: permit restricted profil(2) for moncontrol(3) | Scott Soule Cheloha |
2023-06-01 | Change wakeup_proc() to no longer grab the SCHED_LOCK() instead it must | Claudio Jeker |
2023-05-30 | spelling | Jonathan Gray |