| Age | Commit message (Expand) | Author |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-07-30 | Fix linux_sigismember/linux_sigaddset to work on amd64 (and other | njoly |
| 2008-07-19 | ioctl compatibility for v4l2 and drm | jmcneill |
| 2008-07-15 | Use more timespecs internally. From Alexander Shishkin and me. | christos |
| 2008-07-04 | make LINUX_TCSBRK work. The code is mostly copied from | matthias |
| 2008-07-03 | Fix SIOCGIFCONF ioctl for 64bit platforms. Add a new linux_ifreq | njoly |
| 2008-06-28 | Fix warnings about type conversions by using linux_speed_t type on | chris |
| 2008-06-24 | Replace references to getsock/getvnode. | ad |
| 2008-06-24 | ioctl commands are defined unsigned long, so cast cmd to unsigned long before... | gmcgarry |
| 2008-06-20 | Do not return 0 for unsupported/unknown futex operations, but ENOSYS | njoly |
| 2008-06-20 | Fix futex locking. Move all locking to linux_sys_futex function, and | njoly |
| 2008-06-18 | Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. | tsutsui |
| 2008-06-11 | In linux_sys_sendto, do not unconditionnally set MSG_NAMEMBUF to | njoly |
| 2008-06-09 | Do set mbuf in all cases, even for salen value of 0; otherwise this | njoly |
| 2008-06-05 | Add missing cv_destroy in futex_sleep. | njoly |
| 2008-05-28 | Add LINUX_TMPFS_SUPER_MAGIC, and map it to our tmpfs. | njoly |
| 2008-05-21 | Add IPC_64 support to msgctl, needed for amd64. | njoly |
| 2008-05-20 | Fix linux_sys_getres{uid,gid}16 arguments type in comment. | njoly |
| 2008-05-07 | Restore sched_native2linux() KASSERTs, i accidentally disabled in a | njoly |
| 2008-05-05 | Wrap debug printfs in #ifdef DEBUG_LINUX (hi njoly!) | jmcneill |
| 2008-05-01 | Add SCHED_FIFO/SCHED_RR support to sched_get_priority_{min,max}. | njoly |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 2008-04-29 | In linux_get_sa(), make salen parameter unsigned. | njoly |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-24 | Add IPC_64 support for semctl IPC_STAT/IPC_SET. | njoly |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-23 | Fix locking. | ad |
| 2008-04-23 | Tweak locking. | ad |
| 2008-04-23 | Tweak previous. | ad |
| 2008-04-23 | Fix locking. | ad |
| 2008-04-23 | - Use cdev_tty(). | ad |
| 2008-04-23 | Sprinkle locking. | ad |
| 2008-04-21 | Add LINUX_IPC_64 support for LINUX_IPC_SET in shmctl. Required, at | njoly |
| 2008-04-21 | Rename LINUX_SHMCTL_FORCEIPC64 define to LINUX_IPC_FORCE64. | njoly |
| 2008-04-21 | timer fixes for PR 37093: | ad |
| 2008-04-17 | Add compat linux32 sys_clock_{getres,gettime,settime} syscalls. | njoly |
| 2008-04-16 | Remove an obsolete comment about SHM_LOCK/SHM_UNLOCK being no-op. | njoly |
| 2008-04-15 | Remove unneeded amd64 ifdef/endif. | njoly |
| 2008-04-11 | Under NPTL emulation, do not reparent all members of a thread group, | njoly |
| 2008-04-08 | Cleanup unneeded LINUX_NPTL ifdef/endif. | njoly |
| 2008-04-04 | Cleanup. Kill linux_sys_msync and use sys___msync13 instead. | njoly |
| 2008-03-26 | - Remove uneeded splsoftnet(). | ad |
| 2008-03-23 | linux_get_sa: fix botched fd handling. | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-29 | In linux_sys_sched_getparam(), get the native policy too, so that we have | elad |
| 2008-02-28 | Factor out the guts of get/setparam so it can be used from the compat code. | elad |
| 2008-02-16 | Fold KAUTH_REQ_PROCESS_SCHEDULER_* to KAUTH_PROCESS_SCHEDULER_*. In other | elad |
| 2008-02-12 | Need to include <sys/fstypes.h> before <sys/vfs_syscalls.h> to get | he |