summaryrefslogtreecommitdiff
path: root/sys/compat/linux32
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-31Remove extra returnnjoly
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-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad
2007-07-21<sys/proc.h> is needed to get nprocs... fixes the build on amd64.xtraeme
2007-07-19include sys/cdefs.hdsl
2007-06-16Remove a spare 'timeval' structure - makes this version of this functiondsl
2007-06-01(Ab)use a KTR_USER trace entry for the linux socket command and arguments.dsl
2007-05-21rename si_sigval -> si_value to match POSIX RTS.christos
2007-05-13This code is already set for directly calling a files ioctl fn with adsl
2007-05-12There is no need to use the stackgap for get/setrlimit.dsl
2007-05-12Get rusage directly, not via 64bit linux call and stackgap.dsl
2007-05-12Change the compat sys_[fl]utime code to not use the stackgap.dsl
2007-04-30Rework compat stat() and statvfs() code so that it no longer uses the stackgap.dsl
2007-04-22Change the way that emulations locate files within the emulation root todsl
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-04-02Fix select() behaviour with NULL timeout, to blocks indefinitelynjoly
2007-03-26Sync with recent compat linux termios changes.njoly
2007-03-23Fix generated file names from makesyscalls.sh (s/linux/linux32/).njoly
2007-03-19Fix TIOCGPTN ioctl.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-11Fix amd64 build for compat sys_stat() changes.dsl
2007-03-10Update all the compat stuff to not use the 'stackgap' for processingdsl
2007-03-05fix caddr_t lossagechristos
2007-03-05more caddr_t lossage.christos
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-11-16__unused removal on arguments; approved by core.christos
2006-11-14Clean some KAUTH_GENERIC_ISSUSER usage in compat code.elad