summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_sig_notalpha.c
AgeCommit message (Expand)Author
2009-06-02Add the mask value returned by siggetmask.njoly
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-03First work on COMPAT_LINUX/amd64manu
2005-02-26nuke trailing whitespaceperry
2003-01-18Merge the nathanw_sa branch.thorpej
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-03-31make signal array handling uniform, and put signal arrays in a separatechristos
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-03-30Kill register declarations.augustss
1999-12-04Fix typo in last commit.tron
1999-12-04Adapt to renamed system call argument.tron
1999-12-04Add bound checks in emulation of signal(2) and return SIG_ERR on failure.tron
1998-10-07Fix typos.erh
1998-10-07sigprocmask (non-rt version) doesn't exist on alpha. Add it here.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