| Age | Commit message (Expand) | Author |
| 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 |
| 2006-09-23 | Add sysctl tracing to emulations. | manu |
| 2006-09-13 | Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Joly | manu |
| 2006-09-13 | This file was not used anymore | manu |
| 2006-09-06 | Implement Linux's fdatasync, patch from Nicolas Joly | manu |
| 2006-09-06 | Fix linux32_sys_setres{uid|gid}: -1 does not means the same thing on i386 | manu |
| 2006-09-05 | Fix linux32_sys_sysctl, it was horribly broken. | manu |
| 2006-09-05 | typo | manu |
| 2006-09-01 | Regen. | matt |
| 2006-08-25 | netbsd32_sys_ioctl was called with improper syscall argument structure, this | manu |
| 2006-08-25 | Add support for socket ioctl. | manu |
| 2006-08-23 | 1) Complete Linux exit_group() emulation | manu |