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
Age
Commit message (
Expand
)
Author
2023-06-20
linux32_rt_sendsig: Memset zero before copyout.
riastradh
2023-06-20
compat_ossaudio: Zero-initialize idat before copyout.
riastradh
2023-06-20
compat_sunos32: Memset zero before copyout.
riastradh
2023-04-09
compat_linux32: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2023-03-30
atalk(4): Omit spurious satosat.
riastradh
2023-02-12
s/strucure/structure/ and s/structues/structures/ in comments.
andvar
2023-02-12
fix typo in the include guard definition.
andvar
2022-12-24
s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments.
andvar
2022-12-20
Remove sys/compat/common/Makefile.*.
msaitoh
2022-12-19
Create compat_100 module infrastructure now that we have branched
pgoyette
2022-10-26
sys: Put externs for time_adjtime and time_adjusted in .h files.
riastradh
2022-10-12
fix few typos in comments.
andvar
2022-10-04
Fix comment. No fucntional change.
msaitoh
2022-09-28
Simplify sys/compat/sys/sockio.h. No functional change intended.
msaitoh
2022-09-28
s/u_quad_t/uint64_t/. No functional change.
msaitoh
2022-09-21
compat_50_quota: reject invalid quota id types.
dholland
2022-09-05
G/C ISSET() macro copies. It has been defined in <sys/types.h> since 2006.
tsutsui
2022-09-03
Remove <net/netisr.h>
thorpej
2022-08-07
Remove extra whitespaces added by an ancient stupid script.
tsutsui
2022-08-03
sys/compat/common/if_media_80.c: Add kernel rcsid.
riastradh
2022-07-10
tty_43: Do unsigned arithmetic to avoid shift into sign bits.
riastradh
2022-07-07
ifioctl(9): Don't touch ifconf or ifreq until command is validated.
riastradh
2022-07-05
s/retrys/retries/ in comments.
andvar
2022-05-24
s/build-in/built-in/ in comments.
andvar
2022-05-22
fix various small typos, mainly in comments.
andvar
2022-05-20
s/auxillary/auxiliary/ in comments.
andvar
2022-04-23
Implement support for mounting UDF in compat32
reinoud
2022-03-12
compat_30: Fix thinko in previous.
riastradh
2022-03-12
compat_30: Avoid what might be technically undefined behaviour.
riastradh
2022-02-09
fix various typos in comments.
andvar
2021-12-22
Handle the SIOCGNBRINFO ioctl for compat32.
roy
2021-12-11
remove clause 3 from all my licenses that aren't conflicting with
mrg
2021-12-10
s/occured/occurred/ in comments, log messages and man pages.
andvar
2021-12-05
s/sytle/style/ in comment.
msaitoh
2021-12-03
fix various typos in comments, log messages and documentation.
andvar
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-12-02
don't call MODULE_HOOK_SET(), if exec_sigcode_alloc() fails.
ryo
2021-11-30
- uname should return "aarch64" or "aarch64_be" instead of "evbarm".
ryo
2021-11-27
regen
ryo
2021-11-27
Add pselect6(2) system call to COMPAT_LINUX32
ryo
2021-11-26
The changes on compat/linux/common/linux_termios.c should also
ryo
2021-11-26
Remove #error, fixes the build. I don't understand why this would not work
christos
2021-11-26
The internal architecture name of golang is "arm" or "arm64", which has
ryo
2021-11-26
- LINUX_GO_RT0_SIGNATURE for compat_linux is no longer enabled by default.
ryo
2021-11-26
Fix anonymous memory object leak for sigcode.
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
[next]