summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_signal.c
Commit message (Expand)AuthorAgeFilesLines
* Convert files to UTF-8uqs2012-01-151-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+4
* Make a linux_rt_sigtimedwait() system call is actually working.dchagin2011-02-151-10/+6
* Style(9) fix. Wrap long lines in linux_rt_sigtimedwait().dchagin2011-02-151-5/+8
* Style(9) fix.dchagin2011-01-231-1/+1
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-291-2/+2
* Signal 0 is used to check the permission for current process to signalkib2009-12-181-1/+1
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-3/+3
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-191-24/+89
* MFp4 (112534):netchild2007-01-071-3/+1
* MFp4 (112498):netchild2007-01-071-1/+1
* Fix amd64 build.delphij2007-01-011-2/+2
* MFp4 (111746, 108671, 108945, 112352):netchild2006-12-311-0/+85
* Fix compile (use the right variable name).netchild2006-10-151-1/+1
* MFP4 (107868 - 107870):netchild2006-10-151-2/+2
* Get rid of some nested includes.netchild2006-08-191-0/+1
* Move some stuff into headers where they belong.netchild2006-08-171-3/+0
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-151-0/+58
* Now that we don't have a linuxolator on alpha anymore:netchild2006-05-101-18/+0
* Implement rt_sigpending in the linuxolator.netchild2006-05-101-0/+28
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-191-0/+2
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-2/+0
* Fix -Wundef.ru2005-12-041-1/+1
* Unbreak the kernel build. Pointy hat to: sobomax.njl2005-02-131-1/+1
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-2/+2
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-1/+1
* Match the LINUX32's style with existing styleobrien2005-01-141-5/+5
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-1/+1
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariestjr2004-08-161-3/+14
* Use __FBSDID().obrien2003-06-101-2/+3
* Argh! We want to return the old signal set when the error return is zerojhb2003-04-281-1/+1
* Use a switch to convert the Linux sigprocmask flags to the equivalentjhb2003-04-251-3/+14
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-29/+11
* Don't hold the proc lock while performing sigset conversions on localjhb2003-04-171-1/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-14/+15
* Add MPSAFE comment to linux_sigpending().tjr2003-02-161-0/+3
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-1/+2
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-011-17/+9
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+3
* KSE Milestone 2julian2001-09-121-20/+24
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-31/+31
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+3
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-15/+21
* Lock access to proc members.jhb2000-12-151-8/+9
* Don't auto-generate the syscalls.marcel2000-12-031-4/+0
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-0/+4
* Sync with Alpha:marcel2000-11-091-4/+0
OpenPOWER on IntegriCloud