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
/
linux32
/
arch
Age
Commit message (
Expand
)
Author
2023-06-20
linux32_rt_sendsig: Memset zero before copyout.
riastradh
2023-04-09
compat_linux32: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2021-12-03
Fixed a bug in sigreturn that sigmask was not restored.
ryo
2021-12-02
regen
ryo
2021-12-02
add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32
ryo
2021-11-27
regen
ryo
2021-11-27
Add pselect6(2) system call to COMPAT_LINUX32
ryo
2021-11-26
- LINUX_GO_RT0_SIGNATURE for compat_linux is no longer enabled by default.
ryo
2021-11-25
add support COMPAT_LINUX32 for aarch64
ryo
2021-11-25
Extra arguments for AT_HWCAP and AT_PLATFORM are now passed when executing li...
ryo
2021-11-25
The default name of the `exec_setup_stack' function for linux32 should be `li...
ryo
2021-11-25
- Use LINUX32_F_xxx instead of LINUX_F_xxx for compat_linux32.
ryo
2021-11-01
Use "stack_t" instead of "struct sigaltstack", as the former is the
thorpej
2021-09-20
Regen for preadv(2) / pwritev(2).
thorpej
2021-09-20
Add preadv(2) and pwritev(2) system calls to COMPAT_LINUX and COMPAT_LINUX32.
thorpej
2021-09-20
Regen for eventfd.
thorpej
2021-09-20
Add the eventfd system calls to COMPAT_LINUX and COMPAT_LINUX32.
thorpej
2021-09-19
Regen for timerfd.
thorpej
2021-09-19
Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32.
thorpej
2021-09-19
Regen for POSIX timer syscalls.
thorpej
2021-09-19
Add the POSIX timer syscalls (timer_create(), timer_settime(), timer_gettime(),
thorpej
2021-09-19
Add routines to convert from linux32 to native sigevent_t.
thorpej
2021-09-07
sys/compat: Memset zero before copyout.
riastradh
2020-04-26
Regen for native futex calls.
thorpej
2020-04-26
Add a NetBSD native futex implementation, mostly written by riastradh@.
thorpej
2019-11-09
regen
jdolecek
2019-11-09
add dummy implementation of linux fallocate() which just returns EOPNOTSUPP;
jdolecek
2019-05-19
Rename
maxv
2019-03-24
Disable preemption when setting PCB_COMPAT32, to prevent a context switch
maxv
2018-08-10
Regen
pgoyette
2017-10-21
Include opt_user_ldt.h when needed.
maxv
2017-10-19
Always mask the 16 bits of the segregs in the trapframe. We don't zero-
maxv
2017-10-15
Use two separate functions: cpu_segregs32_zero and cpu_segregs64_zero. The
maxv
2017-10-15
Make sure the 32bit LWPs don't have MDL_IRET set. That's not a problem
maxv
2017-09-02
Fix a subtle ring0 escalation vulnerability in amd64, and implement a
maxv
2017-05-10
regen
riastradh
2017-04-26
catch up with unit fixes for es_arglen; consistently use bytes.
christos
2017-02-05
Remove #if 0 on USER_LDT.
maxv
2017-01-16
descend and regen
christos
2017-01-13
regen
christos
2016-09-02
Fix argument (does not compile anyway).
maxv
2015-03-08
regen
christos
2015-03-08
fix inconsistent names
christos
2015-03-07
regen
christos
2015-03-07
Add systrace output file
christos
2014-11-22
Regen for ppoll(2)
njoly
2014-11-22
Add ppoll(2) for compat linux32.
njoly
2014-05-29
Regen for utimes(2).
njoly
2014-05-29
Add utimes(2) support.
njoly
2014-05-04
Regen for pread/pwrite 64bit offset argument.
njoly
[next]