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
/
sunos32
Age
Commit message (
Expand
)
Author
2001-11-29
SUNOS_M_NATIVE is now a macro that takes an arg, not a constant.
briggs
2001-11-13
add RCSIDs (including regeneration of files as appropriate)
lukem
2001-09-20
Add sunos32_setregs(), thus making sunos32 compile again.
thorpej
2001-09-18
Make the setregs hook emulation-specific, rather than executable
jdolecek
2001-06-18
Add an e_trapsignal member to struct emul, so that emulated processes can
christos
2001-06-16
Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags.
manu
2001-06-14
Fix a partial construction problem that can cause race conditions
thorpej
2001-06-04
fix lint exposed by GCC 3.0 20010604 (prerelease).
mrg
2001-05-30
use _KERNEL_OPT.
mrg
2001-05-07
Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so that
manu
2001-05-06
Added two flags to emulation packages:
manu
2001-02-08
header is struct netbsd32_exec
mrg
2001-02-07
use the standard alt check for creat.
mrg
2001-02-06
regen
mrg
2001-02-06
oops, use netbsd32_select().
mrg
2001-02-06
add from NetBSD Id.
mrg
2001-02-06
use struct sunos32_dirent. now getwd() works.
mrg
2001-02-06
stat/lstat must use netbsd32_stat43 not stat43.
mrg
2001-02-05
regen
mrg
2001-02-05
s/sunos_sendsig/sunos32_sendsig/
mrg
2001-02-05
use sunos32_sys_sigreturn
mrg
2001-02-05
s/long/netbsd32_long/ in various places. call netbsd32_fcntl, not sys_fcntl.
mrg
2001-02-05
make sunos32_sys_stime() & sunos32_sys_sigvec() work.
mrg
2001-02-04
we don't #include ../sunos/sunos_ioctl.c anymore...sigh
mrg
2001-02-04
clean up sunos32_sys_mmap(), modelling it more like netbsd32_mmap()
mrg
2001-02-04
regen
mrg
2001-02-04
s/long/netbsd32_long/ in sunos32_sys_mmap(). noted by chuq.
mrg
2001-02-02
implement stat & fstat properly.
mrg
2001-02-02
generate.
mrg
2001-02-02
initial support for sunos binaries running on a 64 bit sparc64 kernel.
mrg