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
/
netbsd32
/
netbsd32_netbsd.c
Age
Commit message (
Expand
)
Author
2021-09-20
Add the eventfd(2) system call to COMPAT_NETBSD32.
thorpej
2021-01-19
The read/write/send/recv system calls return ssize_t because -1 is
simonb
2021-01-15
Remove unused LIMITCHECK() macro (now contained in netbsd32_rlimit.c).
simonb
2020-10-10
Teach about getrandom(2) to COMPAT_NETBSD32.
rin
2020-05-16
Add ACL support for FFS. From FreeBSD.
christos
2019-06-20
Add mkfifo{,at}(2) mode in mknod{,at}(2) as requested by POSIX
kamil
2019-06-18
Drop unused retval pointer from do_sys_mknod{,at}()
kamil
2019-06-18
sort -u opt_ to remove dup.
christos
2019-06-18
Add options for quota.
christos
2019-06-18
Include opt_quota.h
pgoyette
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2018-12-24
move mmap(), compat 40 mount(), pipe() and getfh() into their own files
mrg
2018-12-24
move rlimit and quota code into their own modules.
mrg
2018-12-24
fix style consistency.
mrg
2018-12-24
pset_create() takes a pointer so it needs special handling.
mrg
2018-08-10
Allow syscall_establish() to install new syscalls when the existing
pgoyette
2018-07-31
Add getsockopt2().
rjs
2018-05-06
Remove an element from struct emul: e_tracesig
kamil
2018-03-15
Untangle the swapctl compat code mess. Welcome to lucky 13.
christos
2018-01-09
remove struct emul's e_fault.
maya
2018-01-06
Revert vadvise(2) removal
kamil
2017-12-26
Refactor pipe1() and correct a bug in sys_pipe2() (SYS_pipe2)
kamil
2017-12-19
Drop SYS_vadvise
kamil
2017-12-19
Drop SYS_sbrk
kamil
2017-12-19
Drop the sstk(2) syscall stub
kamil
2017-12-06
disable 32 bit signal ktrace records; 32 bit traced process produce 64 bit
christos
2017-07-31
Remove references to COMPAT_OLDSOCK (itself removed years ago).
maxv
2017-04-29
move MAP_COPY in compat
christos
2016-10-19
PR kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernel
skrll
2016-09-17
deal with not having KTRACE
christos
2016-09-13
Allow emulations to override the creation of ktrace records for posting
martin
2016-09-10
Trailing whitespace
skrll
2016-09-10
+netbsd32__sched_protect
skrll
2016-05-13
clamp getrlimit the same way we clamp setrlimit
christos
2016-02-28
Add missing newline character in error message
khorben
2015-12-01
Adapt to per-emulation syscall_autoload capability (the table of syscalls
pgoyette
2015-07-30
Lock before calling uvm_swap_stats(). Otherwise a race condition could
maxv
2015-06-21
Implement trivial conversion for pset_*
martin
2015-06-16
Implement posix_fallocate and fdiscard compat
martin
2015-06-16
Fix a comment.
matt
2014-07-31
Just return sys_open(). COMPAT_10 will be handled internally.
maxv
2014-06-28
Revert the following changes:
dholland
2014-06-28
Sync getfh() with the native implementation. It also fixes:
maxv
2014-06-22
Sync swapctl() with netbsd32. Return EINVAL when misc<0, and 0 when misc=0
maxv
2014-06-13
delete -> remove
joerg
2014-06-12
Don't t use a C++ keyword as field name.
joerg
2014-05-15
Fix cases where count <= 0 (thanks to Maxime Villard for raising this)
manu
2014-04-30
Do not use native off_t type under compat netbsd32, but a new
njoly
2014-03-22
Fix a potential - but very unlikely - NULL pointer dereference.
maxv
2014-02-03
Properly translate struct swapent for COMPAT_NETBSD32
manu
[next]