index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
common
/
linux_sigaction.c
Age
Commit message (
Expand
)
Author
2002-02-15
- add a real linux_sys___sysctl because the mib numbers are different.
christos
2001-11-13
add RCSIDs (including regeneration of files as appropriate)
lukem
2000-08-09
Pretend to do something useful (just fill in oldsigaction with SIG_IGN and
tv
2000-03-30
Kill register declarations.
augustss
1999-12-04
Add bound checks in emulation of sigaction(2). This fixes a part of
tron
1998-10-07
This is used on the alpha. It is called osf_sigaction under linux because of...
erh
1998-10-04
Assign my copyright to TNF. Merge with others were appropriate.
fvdl
1998-10-03
Attempt to fix the mess.
christos
1998-10-01
Split compat/linux/linux_signal.c into i386, common and multi-architecture pa...
erh
1998-09-29
Bracket stray printf()s by #ifdef DEBUG.
tv
1998-09-11
Substantial signal handling changes:
mycroft
1998-08-09
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1996-04-04
- Add missing prototypes
christos
1995-10-07
Prefix names of system call implementation functions with `sys_'.
mycroft
1995-09-19
Make system calls conform to a standard prototype and bring those
thorpej
1995-08-14
Move signal types into signal.h.
mycroft
1995-08-13
Convert SA_NOMASK and SA_ONESHOT.
mycroft
1995-06-24
Use compat_util.[ch].
christos
1995-06-22
* Changed to use generic ELF code from kern/exec_elf.c (which was taken
fvdl
1995-03-10
Add the Linux pause() system call. Fix the arguments to sigsuspend().
fvdl
1995-03-08
Fix typo in comment.
fvdl
1995-02-28
Added Linux compat code.
fvdl