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_sig_notalpha.c
Age
Commit message (
Expand
)
Author
2000-03-30
Kill register declarations.
augustss
1999-12-04
Fix typo in last commit.
tron
1999-12-04
Adapt to renamed system call argument.
tron
1999-12-04
Add bound checks in emulation of signal(2) and return SIG_ERR on failure.
tron
1998-10-07
Fix typos.
erh
1998-10-07
sigprocmask (non-rt version) doesn't exist on alpha. Add it here.
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