summaryrefslogtreecommitdiff
path: root/sys/compat/linux/multiarch/linux_sigaction.c
AgeCommit message (Expand)Author
1998-10-03Moved via repository copy.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