summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32
AgeCommit message (Expand)Author
2023-02-12s/strucure/structure/ and s/structues/structures/ in comments.andvar
2022-12-19Create compat_100 module infrastructure now that we have branchedpgoyette
2022-10-26sys: Put externs for time_adjtime and time_adjusted in .h files.riastradh
2022-05-24s/build-in/built-in/ in comments.andvar
2022-04-23Implement support for mounting UDF in compat32reinoud
2021-12-22Handle the SIOCGNBRINFO ioctl for compat32.roy
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-12-05s/sytle/style/ in comment.msaitoh
2021-11-26Fix anonymous memory object leak for sigcode.ryo
2021-11-11Adapt to recent posix_spawn extensions.martin
2021-11-06COMPAT_NETBSD32 is all about running the 32-bit flavor of nativethorpej
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-09-20Regen for eventfd(2).thorpej
2021-09-20Add the eventfd(2) system call to COMPAT_NETBSD32.thorpej
2021-09-20Regen for timerfd.thorpej
2021-09-20Add timerfd system calls to COMPAT_NETBSD32.thorpej
2021-09-11sys/kern: Allow custom fileops to specify fo_seek method.riastradh
2021-09-07sys/compat: Memset zero before copyout.riastradh
2021-08-30compat_netbsd32: Copy out 32-bit version in nfssvc32_nsd_out.riastradh
2021-04-25All mips64 has compat_netbsd32christos
2021-04-17Compile in compat32 syscall names all the time, as we do for nativesimonb
2021-04-14Add DIOCGDISKINFO compat.mlelstv
2021-04-14regenchristos
2021-04-13regenchristos
2021-04-13GCC 10 does not like casting from one identical anonymous enummrg
2021-02-18In the compat setitimer(2) calls, don't validate which timer is beingsimonb
2021-02-16In netbsd32___mount50() zero out the native fs_args union before use sosimonb
2021-01-19Fix syntax errorwiz
2021-01-19The read/write/send/recv system calls return ssize_t because -1 issimonb
2021-01-19KNF consistency: No parentheses are needed around the return value.simonb
2021-01-19Whitespace nits.simonb
2021-01-19Also print mmap return value and error code #ifdef DEBUG_MMAP.simonb
2021-01-18s/u_intN_t/uintN_t/simonb
2021-01-17Handle the SIOCGNBRINFO_IN6 ioctl for compat32. ndp -a works withsimonb
2021-01-15Remove unused LIMITCHECK() macro (now contained in netbsd32_rlimit.c).simonb
2021-01-14Remove some blank lines to group the VND and FSS ioctls together.simonb
2021-01-14Handle the KFILTER_BYFILTER and KFILTER_BYNAME ioctls for compat32.simonb
2021-01-14Handle FSSIOCSET and FSSIOCGET; vndconfig(8) works with compat32 now.simonb
2021-01-14Handle rev 1.62 of kern/sys_lwp.csimonb
2021-01-14Use netbsd32_* types instead of relying on __packed in the vnd ioctlsimonb
2020-11-08Fix typo; s/__LP64/_LP64/rin
2020-11-04Use opt_execfmt.h to get build options.pgoyette
2020-11-01Separate the compat_netbsd32_coredump from the compat_netbsd32 andpgoyette
2020-10-15wait4(2): make error paths match with that of native wait4(2):rin
2020-10-10regen for getrandom(2)rin
2020-10-10Teach about getrandom(2) to COMPAT_NETBSD32.rin
2020-09-07remove __packed from struct netbsd32_lsdisable. the structuremrg
2020-09-05Round of uvm.h cleanup.riastradh
2020-08-08PR/55547: Dan Plassche: Fix BSD/OS binary emulation.christos
2020-07-21Add lockstat(1) ioctl handling.simonb