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
2009-06-02
Add the mask value returned by siggetmask.
njoly
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-24
Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since
ad
2007-12-20
Convert all the system call entry points from:
dsl
2007-12-08
ANSIfy most of the function definitions in sys/compat (but not ndis).
dsl
2007-10-19
Add compat_linux and exec_linux_elf lkm support for amd64:
njoly
2007-02-09
Merge 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-11
merge ktrace-lwp.
christos
2005-05-03
First work on COMPAT_LINUX/amd64
manu
2005-02-26
nuke trailing whitespace
perry
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-07-04
Add kernel support for having userland provide the signal trampoline:
thorpej
2002-03-31
make signal array handling uniform, and put signal arrays in a separate
christos
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-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