Age | Commit message (Expand) | Author |
2020-12-10 | Use sysctl_int_bounded for sysctl_hwsetperf | gnezdo |
2020-12-09 | Add kernel-only per-thread kqueue & helpers to initialize and free it. | Martin Pieuchot |
2020-12-07 | Convert the per-process thread list into a SMR_TAILQ. | Martin Pieuchot |
2020-12-07 | Refactor kqueue_scan() so it can be used by other syscalls. | Martin Pieuchot |
2020-12-06 | srp_finalize(9): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-12-05 | Convert sysctl_tc to sysctl_bounded_arr | gnezdo |
2020-12-04 | Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock. | Martin Pieuchot |
2020-12-02 | Revert previous extension of the SCHED_LOCK(), the state isn't passed down. | Martin Pieuchot |
2020-12-02 | Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock. | Martin Pieuchot |
2020-11-28 | Rather than skipping %[sizearg]n in the kernel, panic when it is encountered. | Theo de Raadt |
2020-11-25 | Change kqueue_scan() to keep track of collected events in the given context. | Martin Pieuchot |
2020-11-19 | Convert sysctl_sysvsem to sysctl_int_bounded | gnezdo |
2020-11-17 | Fix handling of MSG_PEEK in soreceive() for the case where an empty | Claudio Jeker |
2020-11-17 | Convert sysctl_sysvsem to sysctl_bounded_args | gnezdo |
2020-11-16 | Prevent exit status from being clobbered on thread exit. | Joel Sing |
2020-11-16 | Convert hw_sysctl to sysctl_bounded_args | gnezdo |
2020-11-16 | Convert kern_sysctl to sysctl_bounded_args | gnezdo |
2020-11-12 | witness: detect and report uninitialized (or zeroed) lock usage | Sebastien Marie |
2020-11-10 | setitimer(2): ITIMER_REAL: protect state with per-process mutex ps_mtx | cheloha |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-11-07 | Convert ffs_sysctl to sysctl_bounded_args | gnezdo |
2020-10-29 | Add feature to force the selection of source IP address | denis |
2020-10-26 | kevent(2): ktrace the timeout before validating it | cheloha |
2020-10-25 | Serialize msgbuf access with a mutex. | Visa Hankala |
2020-10-25 | setitimer(2): ITIMER_REAL: use kclock timeouts | cheloha |
2020-10-23 | sleep_setup_timeout(): always KASSERT that P_TIMEOUT is unset | cheloha |
2020-10-20 | timeout(9): fix compilation under NKCOV | cheloha |
2020-10-19 | Serialize accesses to "struct vmspace" and document its refcounting. | Martin Pieuchot |
2020-10-15 | timeout(9): basic support for kclock timeouts | cheloha |
2020-10-15 | _exit(2), execve(2): tweak per-process interval timer cancellation | cheloha |
2020-10-15 | Stop asserting that the NET_LOCK() shouldn't be held in yield(). | Martin Pieuchot |
2020-10-15 | _exit(2), execve(2): cancel per-process interval timers safely | cheloha |
2020-10-14 | delete strange historical FFS_SOFTUPDATES ifdef... | Theo de Raadt |
2020-10-13 | setitimer(2): zero itv.it_interval if itv.it_value is zero | cheloha |
2020-10-13 | setitimer(2): realitexpire(): call getnanouptime(9) once | cheloha |
2020-10-11 | Refactor kqueue_scan() to use a context: a "kqueue_scan_state struct". | Martin Pieuchot |
2020-10-07 | sys_getitimer(), sys_setitimer(): style(9), misc. cleanup | cheloha |
2020-10-07 | getitimer(2), setitimer(2): ITIMER_REAL: call getnanouptime(9) once | cheloha |
2020-10-07 | getitimer(2), setitimer(2): merge critical sections | cheloha |
2020-10-07 | Document that `a_p' is always curproc by using a KASSERT(). | Martin Pieuchot |
2020-10-05 | Fix write hang-up on file system on vnd. | asou |
2020-10-02 | expose timeval/timespec from system calls into ktrace, before determining | Theo de Raadt |
2020-09-29 | Move the solock() call outside of solisten(). The reason is that the | Claudio Jeker |
2020-09-26 | Remove the PR_WAITOK flag from the ucred_pool. The pool items are small | Mark Kettenis |
2020-09-25 | setpriority(2): don't treat booleans as scalars | cheloha |
2020-09-22 | timeout(9): timeout_run(): read to_process before leaving timeout_mutex | cheloha |
2020-09-16 | Move duplicated code to send an uncatchable SIGABRT into a function. | Martin Pieuchot |
2020-09-16 | put HW_PHYSMEM64 case under CTL_HW not CTL_KERN | Jonathan Gray |
2020-09-16 | As discovered by kettenis, recent mesa wants sysctl hw.physmem64, and | Theo de Raadt |
2020-09-16 | timecounting: provide a naptime variable for userspace via kvm_read(3) | cheloha |