summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_signal.c
AgeCommit message (Expand)Author
2000-03-30Kill register declarations.augustss
1999-12-04Add bound checks in emulation of kill(2). This fixes the last part oftron
1999-10-04Handle the newer, larger sigset_t Linux now uses.fvdl
1999-09-30NetBSD's signal number 11 is SIGSYS nog SIGSEGV.tron
1999-09-08Use DEBUG_LINUX exclusively. Fixes PR#7684.jdolecek
1998-12-19get "opt_compat_xxx.h" includes out of <sys/signal.h>drochner
1998-12-15Added linux compat support on m68k ports.itohy
1998-10-07Fix typos.erh
1998-10-07Fix types. Kill old declarations.erh
1998-10-07sigprocmask (non-rt) version doesn't exist on alpha. rename it to sigprocmas...erh
1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl
1998-10-03Attempt to fix the mess.christos
1998-10-01Split compat/linux/linux_signal.c into i386, common and multi-architecture pa...erh
1998-09-29Bracket stray printf()s by #ifdef DEBUG.tv
1998-09-11Substantial signal handling changes:mycroft
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1996-04-04- Add missing prototypeschristos
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-09-19Make system calls conform to a standard prototype and bring thosethorpej
1995-08-14Move signal types into signal.h.mycroft
1995-08-13Convert SA_NOMASK and SA_ONESHOT.mycroft
1995-06-24Use compat_util.[ch].christos
1995-06-22* Changed to use generic ELF code from kern/exec_elf.c (which was takenfvdl
1995-03-10Add the Linux pause() system call. Fix the arguments to sigsuspend().fvdl
1995-03-08Fix typo in comment.fvdl
1995-02-28Added Linux compat code.fvdl