| Age | Commit message (Expand) | Author |
| 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 |
| 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-05-29 | Add native to linux siginfo si_status translation, used on i386 and | 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-30 | Regen for mincore(2). | njoly |
| 2009-01-30 | Add mincore syscall. | njoly |
| 2009-01-20 | add some debugging. | christos |