| Age | Commit message (Expand) | Author |
| 2007-10-31 | regen | dsl |
| 2007-10-31 | This file must use the netbsd32_xxx() system calls, not the sys_xxx() ones. | dsl |
| 2007-10-31 | Regen for syscalls cleanup. | njoly |
| 2007-10-31 | compat linux32 syscalls cleanup. | njoly |
| 2007-10-31 | Remove extra return | njoly |
| 2007-10-27 | Regen for chown additions. | njoly |
| 2007-10-27 | Add missing chown's syscalls family members. | njoly |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-07-21 | <sys/proc.h> is needed to get nprocs... fixes the build on amd64. | xtraeme |
| 2007-07-19 | include sys/cdefs.h | dsl |
| 2007-06-16 | Remove a spare 'timeval' structure - makes this version of this function | dsl |
| 2007-06-01 | (Ab)use a KTR_USER trace entry for the linux socket command and arguments. | dsl |
| 2007-05-21 | rename si_sigval -> si_value to match POSIX RTS. | christos |
| 2007-05-13 | This code is already set for directly calling a files ioctl fn with a | dsl |
| 2007-05-12 | There is no need to use the stackgap for get/setrlimit. | dsl |
| 2007-05-12 | Get rusage directly, not via 64bit linux call and stackgap. | dsl |
| 2007-05-12 | Change the compat sys_[fl]utime code to not use the stackgap. | dsl |
| 2007-04-30 | Rework compat stat() and statvfs() code so that it no longer uses the stackgap. | dsl |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-04-20 | Regen (ftruncate fix). | njoly |
| 2007-04-20 | Fix ftruncate syscall. Do not use compat_43_sys_ftruncate, but | njoly |
| 2007-04-11 | Regen (statfs support). | njoly |
| 2007-04-11 | - Add compat amd64 linux32 statfs support, adapted from PR/35956. | njoly |
| 2007-04-05 | Enable stat/stat64 nsec time support, for amd64 compat linux/linux32. | njoly |
| 2007-04-02 | Fix select() behaviour with NULL timeout, to blocks indefinitely | njoly |
| 2007-03-26 | Sync with recent compat linux termios changes. | njoly |
| 2007-03-23 | Fix generated file names from makesyscalls.sh (s/linux/linux32/). | njoly |
| 2007-03-19 | Fix TIOCGPTN ioctl. | njoly |
| 2007-03-18 | Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx). | dsl |
| 2007-03-16 | remove all the double (and triple) casts used to convert 32bit userspace | dsl |
| 2007-03-11 | Fix amd64 build for compat sys_stat() changes. | dsl |
| 2007-03-10 | Update all the compat stuff to not use the 'stackgap' for processing | dsl |
| 2007-03-05 | fix caddr_t lossage | christos |
| 2007-03-05 | more caddr_t lossage. | christos |
| 2007-03-05 | fix caddr_t lossage. | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | Change the process/lwp flags seen by userland via sysctl back to the | pavel |
| 2007-02-16 | Regen. | njoly |
| 2007-02-16 | Add support for a few syscalls: | njoly |
| 2007-02-15 | Fix COMPAT_LINUX32. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-02-08 | Regen (aliases cleanup). | njoly |
| 2007-02-08 | Remove some aliases, for syscalls that use their netbsd32 equivalent. | njoly |
| 2007-02-07 | Regen (poll argument fix). | njoly |
| 2007-02-07 | Use netbsd32_pollfdp_t instead of wrong `struct pollfd *'. | njoly |
| 2006-11-22 | adjust_limits takes p, not l again | christos |
| 2006-11-21 | From Nicolas Joly: | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-14 | Clean some KAUTH_GENERIC_ISSUSER usage in compat code. | elad |