summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_sigaction.c
AgeCommit message (Expand)Author
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2000-08-09Pretend to do something useful (just fill in oldsigaction with SIG_IGN andtv
2000-03-30Kill register declarations.augustss
1999-12-04Add bound checks in emulation of sigaction(2). This fixes a part oftron
1998-10-07This is used on the alpha. It is called osf_sigaction under linux because of...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