summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32/netbsd32_conv.h
AgeCommit message (Expand)Author
2021-09-07sys/compat: Memset zero before copyout.riastradh
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-18s/u_intN_t/uintN_t/simonb
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-10-03Switch kevent udata from intptr_t void*kamil
2019-09-22Add a new member to struct vfsstat and grow the unused memberschristos
2019-02-21for sysv ipc stat operations, explicitly copy the exported partsmrg
2018-12-27Fix kernel info leaks.maxv
2018-11-25Restore netbsd32 compat code for new NPF ABI.mlelstv
2018-05-10add {send,recv}mmsgchristos
2018-04-19s/static inline/static __inline/g for consistency.christos
2017-10-31PR kern/52681: fix msghdr conversion.martin
2017-07-31Remove references to COMPAT_OLDSOCK (itself removed years ago).maxv
2016-11-13correct wrong casting. some are considered harmless, butrin
2015-06-22add netbsd32 support for nfssvc(2). we do this by defining 5 copyin/outmrg
2015-06-20Implement modctl, sigqueinfo and mq_*martin
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-20Initialise destination before performing stat structure conversion.njoly
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2011-02-20Don't bother the iov in netbsd32_to_msghdr since it needs to handled specially.matt
2011-01-16In stat structure conversions, do set st_birthtimespec member valuesnjoly
2011-01-04Need to deal with msg_iov in netbsd32_to_msghdr.matt
2009-01-25fix casts.christos
2009-01-11merge christos-time_tchristos
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-06-02When converting msqid_ds structure from/to netbsd32 for msgctl(2)njoly
2008-05-29remove clause #3 from my license where there are no othermrg
2007-12-04Remove all the __Pdsl
2007-03-16remove all the double (and triple) casts used to convert 32bit userspacedsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-10-23- Split sys_kevent into kevent1 so that it can be used by COMPAT_NETBSD32cube
2005-09-13make this compile again.christos
2005-08-19Fix lossage I created with the 64 bit ino_t change.christos
2005-08-1964 bit inode changes.christos
2005-07-23Constify conversion functions.cube
2005-07-23Implement the timer_create(2) family of syscalls.cube
2005-02-26nuke trailing whitespaceperry
2004-06-17o Add support for the statvfs family of syscalls (statvfs1, fstatvfs1,cube
2004-04-21try to make this compile. XXX: this will not work yet (hi simon)christos
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2001-02-07move the static inline conversion functions into a header file so othermrg