Age | Commit message (Expand) | Author |
2024-01-17 | Fix core file writing when a file map into memory has later been truncated | Kurt Miller |
2023-10-06 | In sys___thrsigdivert() switch tsleep_nsec() to use the nowake ident | Claudio Jeker |
2023-09-29 | Extend single_thread_set() mode with additional flag attributes. | Claudio Jeker |
2023-09-19 | Before coredump or in pledge_fail use SINGLE_UNWIND to stop all threads. | Claudio Jeker |
2023-09-13 | Revert commitid: yfAefyNWibUyjkU2, ESyyH5EKxtrXGkS6 and itscfpFvJLOj8mHB; | Claudio Jeker |
2023-09-09 | Fix SCHED_LOCK() leak in single_thread_set() | Claudio Jeker |
2023-09-08 | Change how ps_threads and p_thr_link are locked away from using SCHED_LOCK. | Claudio Jeker |
2023-09-04 | Protect ps_single, ps_singlecnt and ps_threadcnt by the process mutex. | Claudio Jeker |
2023-08-16 | Move SCHED_LOCK after sleep_signal_check. | Claudio Jeker |
2023-08-13 | Fix P_WSLEEP handling when continuing SSTOP-ed processes | Claudio Jeker |
2023-08-11 | Move the single_thread_check() to the start of userret(). | Claudio Jeker |
2023-07-14 | struct sleep_state is no longer used, remove it. | Claudio Jeker |
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-06-28 | First step at removing struct sleep_state. | Claudio Jeker |
2023-04-03 | Reduce indent in single_thread_check_locked() by inverting initial | Claudio Jeker |
2023-02-10 | Adjust knote(9) API | Visa Hankala |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-02 | Add tfind_user(), for getting a proc* given a user-space TID and | Philip Guenther |
2022-12-29 | Add ktrace struct tracepoints for siginfo_t to the kernel side of | Philip Guenther |
2022-10-16 | Rather than marking MAP_STACK on entries for sigaltstack() [2 days ago], | Theo de Raadt |
2022-10-15 | During the MAP_STACK introduction in 2018, sigaltstack() became a | Theo de Raadt |
2022-08-14 | remove unneeded includes in sys/kern | Jonathan Gray |
2022-06-29 | Move the deep check back into the loop. There are ways that even though | Claudio Jeker |
2022-06-28 | Cleanup the sleep loop in single_thread_check_locked(). The deep checks | Claudio Jeker |
2022-05-13 | Use the process ps_mtx to protect the process sigacts structure. | Claudio Jeker |
2022-03-11 | Revert part of rev 1.293. Using cursig() to deliver masked signals | Claudio Jeker |
2022-02-14 | Introduce a signal context that is used to pass signal related information | Claudio Jeker |
2022-02-06 | Simplify cursig() a bit and make sure that signals are always sent to | Claudio Jeker |
2022-01-02 | immediatly -> immediately | Theo Buehler |
2021-12-07 | Delete the last emulation callbacks: we're Just ELF, so declare | Philip Guenther |
2021-11-24 | Refactor postsig_done(). Pass the catchmask and signal reset flag to the | Claudio Jeker |
2021-11-24 | Minor code cleanup. Move a comment to the right place, move a function | Claudio Jeker |
2021-11-12 | sigsuspend(2): sleep on &nowake channel | Scott Soule Cheloha |
2021-10-24 | use NULL not 0 for pointer values in kern | Jonathan Gray |
2021-10-23 | Be consistend and add missing spaces around some of the NOTREACHED comments. | Claudio Jeker |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-10-04 | Simplify sys___thrsigdivert a bit. cursig() always moves the pending signal | Claudio Jeker |
2021-09-28 | Fix timeout behaviour bug introduced in 1.241. | Claudio Jeker |
2021-07-14 | After VFS shutdown, init(8) cannot map a missing page that contains | Alexander Bluhm |
2021-05-10 | Revert previous, it introduced a regression with breakpoints in gdb. | Martin Pieuchot |
2021-05-06 | Refactor routines to stop/unstop processes and save the corresponding signal. | Martin Pieuchot |
2021-03-21 | Use uppercases for defines. | Martin Pieuchot |
2021-03-12 | Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic | Martin Pieuchot |
2021-03-08 | Revert commitid: AZrsCSWEYDm7XWuv; | Claudio Jeker |
2021-03-08 | Move a KERNEL_ASSERT_LOCKED() from single_thread_clear() to cursig(). | Martin Pieuchot |
2021-03-08 | Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic. | Martin Pieuchot |
2021-03-04 | Merge issignal() and CURSIG() in preparation for turning it mp-safe. | Martin Pieuchot |
2021-02-15 | Move single_thread_set() out of KERNEL_LOCK(). | Martin Pieuchot |
2021-02-08 | Revert the convertion of per-process thread into a SMR_TAILQ. | Martin Pieuchot |