| Age | Commit message (Expand) | Author |
| 2010-11-02 | personality() now interprets its parameter as having | chs |
| 2010-11-02 | regen | chs |
| 2010-11-02 | implement the following syscalls for linux32: | chs |
| 2010-09-11 | recent versions of linux (which we now claim to be) supply a BSD-style | chs |
| 2010-09-11 | always supply an auxiliary vector for linux ELF processes. | chs |
| 2010-07-12 | Add CLOCK_MONOTONIC support for compat linux/linux32 | njoly |
| 2010-07-12 | fix debugging build. | christos |
| 2010-07-07 | Add missing includes to bring the linux_semun type needed by | jmmv |
| 2010-07-07 | regen | chs |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-05-29 | Fix build without sysvipc configured, from Wolfgang Stukenbrock in PR 43376, | dholland |
| 2010-04-18 | This patch fixes the NX regression issue observed on amd64 kernels, where | jym |
| 2010-04-08 | Do not use 0 for pointers, but NULL. | njoly |
| 2010-04-08 | Add a new clock_gettime1() function that holds most of the | njoly |
| 2010-04-03 | Move most clock_getres syscall code, except for coypout call, to a new | njoly |
| 2010-03-29 | Convert linux/linux32/netbsd32 clock_settime syscalls, to use the | njoly |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2010-01-05 | Remove extra semicolon. | mbalmer |
| 2009-12-12 | Add missing semicolons after NETBSD32TOx_UAP macro calls. | njoly |
| 2009-12-10 | Add SIOCGIFMTU support. | njoly |
| 2009-12-10 | Do not give native requests to netbsd32_ioctl(), use the compat | njoly |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-11-24 | Regen for personality(2) update. | njoly |
| 2009-11-24 | Update personality(2) to match Linux definition where the argument is an | njoly |
| 2009-11-23 | Use lwp_getpcb() in compat code, clean from struct user. | rmind |
| 2009-11-20 | Make linux32_msqid_ds l_msg_[src]time members use the right type, | njoly |
| 2009-11-18 | Make compat linux/linux32 msgrcv_msgarg type member of type | njoly |
| 2009-11-18 | Make linux32 msgsnd/msgrcv use the netbsd32 syscalls instead of native | njoly |
| 2009-11-18 | Kill noisy debug printf. | njoly |
| 2009-11-16 | Follow up commit to fix breakage that somehow passed by the compiler. | joerg |
| 2009-11-16 | Add SYSVMSG support for linux32. | joerg |
| 2009-11-13 | Return the result of copyout. Reminded by Niolas Joly. | joerg |
| 2009-11-13 | Provide SIOCGIFNAME. | joerg |
| 2009-11-11 | - selcommon/pollcommon: drop redundant l argument. | rmind |
| 2009-11-04 | do_sys_wait(): fix previous by checking for ru != NULL. Noticed by | rmind |
| 2009-10-25 | Initialise struct emul members by name (it is readable now and one can search | rmind |
| 2009-08-18 | add the video ioctls so that the 32 bit skype works with video | christos |
| 2009-07-22 | Make compat linux/linux32 getdents(2) fail with ENOTDIR instead of | njoly |
| 2009-07-21 | Kill unreachable return statement. | njoly |
| 2009-06-08 | Fix defines against multiple inclusion protection (s/I386/AMD64). | njoly |
| 2009-06-08 | Regen for rt_queueinfo addition. | njoly |
| 2009-06-08 | Add rt_queueinfo(2) support. | njoly |
| 2009-06-05 | Regen for fstatfs. | njoly |
| 2009-06-05 | Add fstatfs syscall. | njoly |
| 2009-06-04 | Regen for stat/lstat/fstat syscalls. | njoly |
| 2009-06-04 | Add stat/lstat/fstat syscalls. | njoly |
| 2009-06-03 | Cleanup (no functional changes). | njoly |
| 2009-06-03 | Fix inverted lst_ino/__lst_ino assignment in linux32_from_stat(). | njoly |
| 2009-06-02 | Regen for siggetmask/sigsetmask. | njoly |