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
/
arch
/
arm
Age
Commit message (
Expand
)
Author
2002-03-22
regen
christos
2002-03-22
nuke mmap2 add mprotect
christos
2002-03-19
- Now that RT-signals fit, fix the array to deliver them. [i386 only].
christos
2002-03-10
__RCSID -> __KERNEL_RCSID
bjh21
2002-03-10
Id -> NetBSD in RCSID (oops).
bjh21
2002-02-17
Add an lst_ino64 member to struct linux_stat64.
bjh21
2002-02-17
Adapt for changes to limux_old_extra_to_native_sigset() and
bjh21
2002-02-17
Add LINUX_SA_NOCLDWAIT.
bjh21
2002-02-17
Regen.
bjh21
2002-02-17
getrlimit and setrlimit now have Linux-specific implementations. Use them.
bjh21
2002-02-17
linux_sys_break() is marked OBSOL, so don't include it.
bjh21
2002-02-17
linux_sys_rt_sigreturn is currently marked UNIMPL, so leave the stub out.
bjh21
2002-02-15
- add a real linux_sys___sysctl because the mib numbers are different.
christos
2002-02-02
cpu_cache_syncI_rng -> cpu_icache_sync_range
bjh21
2002-02-02
We shouldn't need an icache sync when catching a signal, so don't bother.
bjh21
2002-02-02
Get rid of "unused variable" warnings on arm26.
bjh21
2002-01-27
Regen (breakpoint() implemented).
bjh21
2002-01-27
Add support for breakpoints to ARMLinux emulation.
bjh21
2002-01-27
Add support for PTRACE_GETREGS and PTRACE_SETREGS in ARMLinux emulation.
bjh21
2002-01-27
Regen (prototype for linux_sys_nosys()).
bjh21
2002-01-27
Make syscall 0 an explicit call of linux_sys_nosys, as it is on i386. This
bjh21
2002-01-23
Regen (sys_nosys -> linux_sys_nosys).
bjh21
2002-01-23
sys_nosys="linux_sys_nosys", since that's how it should be.
bjh21
2002-01-23
Regen (cacheflush() and remove syscall 0).
bjh21
2002-01-23
Syscall 0 isn't syscall() on ARMLinux. Mark it UNIMPL instead.
bjh21
2002-01-23
Add support for the ARM-specific syscalls in ARMLinux. These are invoked
bjh21
2002-01-17
More-or-less working signal handling for Linux processes on ARM.
bjh21
2002-01-17
Fix unterminated #ifdef.
bjh21
2002-01-17
On platforms that don't __HAVE_SYSCALL_INTERN, define LINUX_SYSCALL_FUNCTION
bjh21
2002-01-17
Add extra error codes from Linux.
rjs
2002-01-15
Regen.
bjh21
2002-01-15
Shuffle uname calls around. It turns out we don't use the same names as
bjh21
2002-01-14
Generated files for ARMLinux binary compatibility.
bjh21
2002-01-14
Crude first cut at ARMLinux binary compatibility. Successfully runs
bjh21