summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/arch
AgeCommit message (Expand)Author
2007-10-31regendsl
2007-10-31This file must use the netbsd32_xxx() system calls, not the sys_xxx() ones.dsl
2007-10-31Regen for syscalls cleanup.njoly
2007-10-31compat linux32 syscalls cleanup.njoly
2007-10-27Regen for chown additions.njoly
2007-10-27Add missing chown's syscalls family members.njoly
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-19include sys/cdefs.hdsl
2007-05-21rename si_sigval -> si_value to match POSIX RTS.christos
2007-04-20Regen (ftruncate fix).njoly
2007-04-20Fix ftruncate syscall. Do not use compat_43_sys_ftruncate, butnjoly
2007-04-11Regen (statfs support).njoly
2007-04-11- Add compat amd64 linux32 statfs support, adapted from PR/35956.njoly
2007-04-05Enable stat/stat64 nsec time support, for amd64 compat linux/linux32.njoly
2007-03-26Sync with recent compat linux termios changes.njoly
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-03-16remove all the double (and triple) casts used to convert 32bit userspacedsl
2007-03-05fix caddr_t lossagechristos
2007-03-05fix caddr_t lossage.christos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-16Regen.njoly
2007-02-16Add support for a few syscalls:njoly
2007-02-15Fix COMPAT_LINUX32.ad
2007-02-09Merge newlock2 to head.ad
2007-02-08Regen (aliases cleanup).njoly
2007-02-08Remove some aliases, for syscalls that use their netbsd32 equivalent.njoly
2007-02-07Regen (poll argument fix).njoly
2007-02-07Use netbsd32_pollfdp_t instead of wrong `struct pollfd *'.njoly
2006-11-22adjust_limits takes p, not l againchristos
2006-11-21From Nicolas Joly:christos
2006-09-13Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Jolymanu
2006-09-06Implement Linux's fdatasync, patch from Nicolas Jolymanu
2006-09-06Fix linux32_sys_setres{uid|gid}: -1 does not means the same thing on i386manu
2006-09-05typomanu
2006-09-01Regen.matt
2006-08-07Add a new signature test for linux probe function. We look for a .debuglinkmanu
2006-06-25Regenmanu
2006-06-25- Complete exit_group() implementation. We now maintain a list of Linuxmanu
2006-02-15Add getcwd (for real this time), fix dup and dup2manu
2006-02-15- Move the BSD to Linux and Linux to BSD termio/termios conversion functionsmanu
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu