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
Age
Commit message (
Expand
)
Author
2022-08-03
Pull up following revision(s), all via patch
martin
2020-07-17
Pull up following revision(s) (requested by msaitoh in ticket #1018):
martin
2019-09-13
Pull up following revision(s) (requested by maxv in ticket #194):
martin
2019-05-19
Rename
maxv
2019-04-18
Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes of stack
christos
2019-03-24
Disable preemption when setting PCB_COMPAT32, to prevent a context switch
maxv
2019-02-21
for sysv ipc stat operations, explicitly copy the exported parts
mrg
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-08-22
- Cleanup for dynamic sysctl:
msaitoh
2018-08-10
Regen
pgoyette
2018-08-10
Allow syscall_establish() to install new syscalls when the existing
pgoyette
2018-05-10
Fix pserialize enter/exit pairs in linux_getifconf and linux32_getifconf
ozaki-r
2018-05-06
Remove an element from struct emul: e_tracesig
kamil
2018-01-09
remove struct emul's e_fault.
maya
2018-01-07
ignore signal 64 for now (go uses it)
christos
2017-12-26
Refactor pipe1() and correct a bug in sys_pipe2() (SYS_pipe2)
kamil
2017-12-10
Finally (hopefully) return completely to the state where compat_linux is
kre
2017-12-08
Finish the previous change - as well as setting the default for these
kre
2017-12-01
Unbreak Linux emulation by default. While not loading it automatically
joerg
2017-11-22
Fix and make consistent of usages of psz/psref in ifconf variants
ozaki-r
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-29
Remove compat_linux32 from the autoload list and add a enable/disable
maxv
2017-09-02
Fix a subtle ring0 escalation vulnerability in amd64, and implement a
maxv
2017-07-28
Fail, don't panic, on bad dirents from file system.
riastradh
2017-05-10
regen
riastradh
2017-04-26
catch up with unit fixes for es_arglen; consistently use bytes.
christos
2017-04-10
Return value pointers should be the last argument.
dholland
2017-03-14
Use if_acquire and if_release instead of using psref API directly
ozaki-r
2017-02-05
Remove #if 0 on USER_LDT.
maxv
2017-01-28
avoid the shadow
christos
2017-01-28
we have space for one more.
christos
2017-01-28
fix size computation
christos
2017-01-16
Descend
christos
2017-01-16
descend and regen
christos
2017-01-13
convert strcpy to a bounded copy to avoid compiler warnings, although the
christos
2017-01-13
regen
christos
2016-11-10
GC WOPTSCHECKED
christos
2016-09-02
Fix argument (does not compile anyway).
maxv
2016-08-06
The way the kernel tries to prevent a userland process from allocating page
maxv
2016-08-01
Apply pserialize and psref to struct ifaddr and its variants
ozaki-r
2016-07-07
Switch the address list of intefaces to pslist(9)
ozaki-r
2016-07-05
Fix psref isn't released in a case of IFADDR_EMPTY
ozaki-r
2016-06-16
Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND
ozaki-r
2016-06-15
Protect if_byindex by pserialize
ozaki-r
2016-05-12
Protect ifnet list with psz and psref
ozaki-r
2015-12-03
Update dependencies - compat_linux32 requires compat_netbsd32_sysvipc
pgoyette
[next]