| Age | Commit message (Expand) | Author |
| 2009-07-22 | Make compat linux/linux32 getdents(2) fail with ENOTDIR instead of | njoly |
| 2009-07-21 | Do reject unknown/invalid linux clockid. | njoly |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-06-23 | sched_getaffinity(2) update: | njoly |
| 2009-06-18 | In linux_sys_sched_getaffinity(), do not leak memory on error. | njoly |
| 2009-06-17 | Regen for sendmsg/recvmsg definitions update. | njoly |
| 2009-06-17 | Add a new linux_msghdr structure, as its size differs on 64bit archs. | njoly |
| 2009-06-16 | Add LINUX_CMSG_{SPACE,LEN} macros. Use then when calculating the | njoly |
| 2009-06-16 | For linux cmsg header copyout, use the linux structure size, not the | njoly |
| 2009-06-16 | Make compat linux sendmsg/recvmsg output msghdr and control messages | njoly |
| 2009-06-11 | In sendmsg(2), do copy the msghdr structure before trying to use it. | njoly |
| 2009-06-08 | Regen for rt_queueinfo(2) update. | njoly |
| 2009-06-08 | Update rt_queueinfo(2) definition, and kill a corresponding comment. | njoly |
| 2009-06-08 | Small rt_queueinfo(2) update, to require a linux_siginfo structure. | njoly |
| 2009-06-08 | Various compat linux siginfo fixes. | njoly |
| 2009-06-02 | Add the mask value returned by siggetmask. | 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-05-27 | Use correct linux_clock_t type for _stime, not native clock_t. | njoly |
| 2009-05-15 | pad -> PAD | pooka |
| 2009-04-23 | Add IPC_64 support for all semctl(2)/msgctl(2). Needed, at least on | njoly |
| 2009-04-23 | Convert si_code value from native to linux. | njoly |
| 2009-04-15 | Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive | elad |
| 2009-03-29 | Move the internal poll/select related API's to use timespec instead | christos |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |
| 2009-03-21 | PR port-i386/40143 Viewing an mpeg transport stream with mplayer causes crash | ad |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | fix robust_list pointer mess! | christos |
| 2009-02-23 | Switch Linux futex emulation to native ucas_int(), remove unecessary | rmind |
| 2009-02-18 | Do not protect native_to_linux_si_code() under LINUX_NPTL anymore, now | njoly |
| 2009-02-18 | Add IPC_64 support for all shmctl(2) commands, not only for STAT/SET. | njoly |
| 2009-01-19 | Small personality(2) update. | njoly |
| 2009-01-17 | Regen for wait4 update. | njoly |
| 2009-01-17 | Convert linux/linux32 wait(4) to use a compat50 rusage structure. | njoly |
| 2009-01-15 | Rengen for compat50 update. | njoly |
| 2009-01-15 | Update some syscalls/arguments to use the new compat50 equivalents. | njoly |
| 2009-01-13 | Regen to prove I didn't screw up the conversion: purely RCSID changes. | pooka |
| 2009-01-13 | Convert the syscalls.master to a format from which it is easier | pooka |
| 2009-01-13 | regen | pooka |
| 2009-01-13 | Somehow i doubt linux_sys_recvmsg() returns size_t. Make it ssize_t. | pooka |
| 2009-01-13 | regen for #include "opt_compat_netbsd.h" | pooka |
| 2009-01-13 | actually commit syscalls.master this time | rtr |
| 2009-01-12 | regen for christos_time_t merge | rtr |
| 2009-01-11 | Regen from syscalls.master rev 1.64: | tsutsui |
| 2009-01-11 | Update for compat_50 stuff. (compile test only) | tsutsui |
| 2009-01-11 | merge christos-time_t | christos |
| 2009-01-08 | Restore expected FUTEX_WAIT behaviour with NULL timeout argument, | njoly |