summaryrefslogtreecommitdiff
path: root/sys/kern/kern_context.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-28sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin
2018-11-26Remove superfluous bzero in getcontext/swapcontext/sendsigEric van Gyzen
2018-09-27Clear stack allocated data structure to prevent kernel memory leak.Gordon Tetlow
2017-11-27sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-09-16In order to maximize the re-usability of kernel code in user space thisKip Macy
2011-02-05Clear the padding when returning context to the usermode, forKonstantin Belousov
2010-06-30Move prototypes for kern_sigtimedwait() and kern_sigprocmask() toJohn Baldwin
2009-10-27In r197963, a race with thread being selected for signal deliveryKonstantin Belousov
2007-03-05Further system call comment cleanup:Robert Watson
2007-03-04Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson
2003-11-09Change the clear_ret argument of get_mcontext() to be a flags argument.Marcel Moolenaar
2003-06-11Use __FBSDID().David E. O'Brien
2003-04-25Add an argument to get_mcontext() which specified whether theDaniel Eischen
2003-04-17Protect td_sigmask with the proc lock.John Baldwin
2003-04-01- Fix UC_COPY_SIZE. Adding up the size of structure fields doesn't takeJake Burkholder
2003-03-31 - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson
2002-11-16Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen