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
Age
Commit message (
Expand
)
Author
2000-11-21
(de)allocate linux emuldata on fork/exec/exit as needed
jdolecek
2000-11-21
comment out ps_siginfo from struct emuldata for now, add int debugreg[8]
jdolecek
2000-11-21
restructure struct emul and execsw, in preparation to make emulations LKMable:
jdolecek
2000-11-17
Make the linux compatibilty code work on the alpha. (horay!) (at last!)
erh
2000-11-13
change the type of *syscallnames[] array to 'const char * const foo[]'
jdolecek
2000-11-01
move definition of LINUX_PTRACE_{SET|GET}(FP)REGS flags to
jdolecek
2000-11-01
Linux LINUX_PTRACE_SINGLESTEP operation should have same
jdolecek
2000-09-07
In the case of MAP_ANON, Linux mmap ignores the fd argument completely.
fvdl
2000-08-29
Emulation stackgap sanity checks, based partly on fixes from
sommerfeld
2000-08-25
Make need_resched() take a "struct cpu_info *" argument. This
thorpej
2000-08-23
add support for sigaltstack(2) needed for jvm-1.3 support.
christos
2000-08-09
Pretend to do something useful (just fill in oldsigaction with SIG_IGN and
tv
2000-08-07
Add #include <sys/proc.h>, since this file touches members of struct proc.
itohy
2000-07-28
Adoid excessive use of "return" in "excessive()".
tron
2000-07-28
Use "NULL" and not "0" for null pointers.
tron
2000-07-13
Add a comment about the hzto() return value.
thorpej
2000-06-29
remove include of <vm/vm.h>
mrg
2000-06-26
remove redundant vm includes
mrg
2000-06-26
remove redundant vm includes.
mrg
2000-05-28
Rather than starting init and creating kthreads by forking and then
thorpej
2000-05-03
Remove junk after #undef.
thorpej
2000-04-11
add a new function vn_marktext() for exec code to let others know
chs
2000-04-10
sparc -> __sparc__
chs
2000-03-30
Kill register declarations.
augustss
2000-03-28
Centralise the declarations of cpu_model, machine, machine_arch,
simonb
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-03-18
Add linux_sys_reboot.
erh
2000-03-18
Add defines for linux_sys_reboot.
erh
2000-03-18
Adjust linux_sys_ptrace_args to reflect inconsistencies across ports. Tempor...
erh
2000-03-13
Fix doubled 'the's in comments.
soren
2000-02-17
Update patch from Witold Wnuk in PR 9335 to solve potential security
abs
2000-02-03
Add Linux fsuid system calls - from Witold J. Wnuk in PR kern/9335
abs
2000-01-12
Improve emulation of SIOCGIFHWADDR ioctl:
jdolecek
1999-12-16
Move MI parts of ptrace(2) emulation to "linux_misc.c".
tron
1999-12-11
Architecture independent definitions for Linux's ptrace(2) system call.
tron
1999-12-05
Add proper stub code to make emulation of Linux's pread(2) and pwrite(2)
tron
1999-12-04
Add bound checks in emulation of kill(2). This fixes the last part of
tron
1999-12-04
Add bound checks in emulation of sigaction(2). This fixes a part of
tron
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
1999-12-04
Allow signal numbers upto 63 in clone(2) emulation.
tron
1999-11-02
undo confusion.
erh
1999-10-29
Emulate the Linux DVD_* ioctls(2). This gets us 90% of the way to running the
mycroft
1999-10-25
Update to match new SVR4-style definition names in <sys/exec_elf.h>.
kleink
1999-10-21
Add #include <machine/cpu.h> for need_resched() macro.
itohy
1999-10-11
Fix typos in the license notice.
thorpej
1999-10-05
After linux_sys_clone() has been moved to "linux_sched.c" we don't need
tron
1999-10-04
Handle the newer, larger sigset_t Linux now uses.
fvdl
1999-10-04
Add emulation for scheduler related syscalls. Although they are dummies
tron
[next]