| Age | Commit message (Expand) | Author |
| 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 | Update personality(2) to match Linux definition where the argument is an | njoly |
| 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 | Add rt_queueinfo(2) support. | njoly |
| 2009-06-05 | Add fstatfs syscall. | 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 | Add siggetmask/sigsetmask syscalls. | njoly |
| 2009-06-02 | Make nice(2) return EPERM on error, not EACCES (from sys_setpriority). | njoly |
| 2009-04-27 | Add IPC_64 support to all semctl(2) commands, following corresponding | njoly |
| 2009-03-29 | Move the internal poll/select related API's to use timespec instead | christos |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-02-18 | Add IPC_64 support for all shmctl(2) commands, and reduce diffs with | njoly |
| 2009-01-20 | add some debugging. | christos |
| 2009-01-20 | Add basic support for linux32 personality(2) syscall. | njoly |
| 2009-01-17 | Convert linux/linux32 wait(4) to use a compat50 rusage structure. | njoly |
| 2009-01-16 | Update some syscalls that now needs compat50 timeval structure. | njoly |
| 2009-01-05 | Make sysctl(2) fails with ENOTDIR (instead of EINVAL) for invalid mib | njoly |
| 2009-01-05 | Restore struct sysctl padding member name, which was damaged during | njoly |
| 2008-12-29 | Fix stime(2) inverted copyin arguments. | njoly |
| 2008-12-29 | s/syscallcarg/syscallarg/ in comments. | njoly |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-12-12 | Add clock_nanosleep syscall. | njoly |
| 2008-12-08 | Remove unused timeval_to_clock_t function, superseeded by CONVTCK | njoly |
| 2008-12-06 | Cleanup; kill netbsd32_caddr_t use. | njoly |
| 2008-12-06 | Small setres{uid,gid} cleanup; there is no need to use a specific | njoly |
| 2008-12-05 | Add getres{uid,gid} syscalls. | njoly |
| 2008-12-03 | PR port-amd64/40091 compat_linux32 module loading = panic due to missing syms | ad |
| 2008-12-01 | Add sched_get_priority_{min,max} syscalls. | njoly |