summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32/netbsd32.h
AgeCommit message (Expand)Author
2023-02-12s/strucure/structure/ and s/structues/structures/ in comments.andvar
2022-04-23Implement support for mounting UDF in compat32reinoud
2021-11-11Adapt to recent posix_spawn extensions.martin
2021-11-06COMPAT_NETBSD32 is all about running the 32-bit flavor of nativethorpej
2021-01-19The read/write/send/recv system calls return ssize_t because -1 issimonb
2021-01-18s/u_intN_t/uintN_t/simonb
2021-01-14Handle FSSIOCSET and FSSIOCGET; vndconfig(8) works with compat32 now.simonb
2020-11-01Separate the compat_netbsd32_coredump from the compat_netbsd32 andpgoyette
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2019-12-24Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFOkamil
2019-11-188-byte objects on i386 or arm-oabi are aligned in 4-byte boundary.rin
2019-11-18Sorry, revert unintentional parts of the previous commit:rin
2019-11-18Belatedly catch up with kern_sig.c rev 1.358:rin
2019-11-07For netbsd32_statvfs, f_spare should be netbsd32_uint64, not uint64_t.rin
2019-10-03Switch kevent udata from intptr_t void*kamil
2019-09-26accrightslen should be u_int for compat toochristos
2019-09-25avoid signed-compare warning; use uintmax_t to print.christos
2019-09-22Add a new member to struct vfsstat and grow the unused memberschristos
2019-02-20use KASSERTMSG() in netbsd32_ptr32i().mrg
2019-02-09- expand the comment about what netbsd32_machdep.h should provide.mrg
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-11-25Restore netbsd32 compat code for new NPF ABI.mlelstv
2018-08-11support nullfs in netbsd32.mrg
2018-05-10add {send,recv}mmsgchristos
2018-04-14redo the previous -- compat/sys/siginfo.h is already includedmrg
2017-12-18include <compat/sys/siginfo.h> for siginfo32_t.mrg
2017-12-17handle siginfo requests for ptrace32christos
2016-11-13tv_usec in netbsd32_timeval is suseconds_t (aka int32_t) rather thanrin
2016-10-19PR kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernelskrll
2016-09-23Trailing whitespaceskrll
2016-09-23Types for wait6 and clock_getcpuclockid2skrll
2016-09-17deal with not having KTRACEchristos
2015-11-26We never exec(2) with a kernel vmspace, so do not test for that, but insteadmartin
2015-08-10move some header-specific pointer-typedefs into a header-specific area.mrg
2015-06-22add netbsd32 support for nfssvc(2). we do this by defining 5 copyin/outmrg
2015-06-21s/sparc64/native 64 bit/ in a comment...mrg
2015-06-21Implement trivial conversion for pset_*martin
2015-06-20Implement modctl, sigqueinfo and mq_*martin
2014-10-05add tmpfs.christos
2014-06-28Revert the following changes:dholland
2014-06-13delete -> removejoerg
2014-04-30Do not use native off_t type under compat netbsd32, but a newnjoly
2014-02-03 Properly translate struct swapent for COMPAT_NETBSD32 (missing commit)manu
2014-01-24sigaction until 1.4 had an int sigmask, don't trash the stack.christos
2014-01-01Change the type of the 'cookie' that holds the state of the core dump filedsl
2012-10-12fix pre-5 stat system call structure which should have used the pre-64-time_tchristos
2012-04-08Rework posix_spawn locking and memory management:martin
2012-03-06allow mounting ext2fs and msdosfsmacallan
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2012-02-01Be consistent about whether idtype and objtype codes are signed ordholland