| Age | Commit message (Expand) | Author |
| 2008-08-08 | 'if (error = 0)' -> 'if (error == 0)' | bjs |
| 2008-08-07 | convert some [left behind] compat code to use new sockopt API | plunky |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-08-01 | linux_sys_rt_sigreturn: properly restore stack flags, pointed out by | jmcneill |
| 2008-07-30 | Fix linux_sigismember/linux_sigaddset to work on amd64 (and other | njoly |
| 2008-07-24 | Regen for rt_sigpending. | njoly |
| 2008-07-24 | Add rt_sigpending syscall. | njoly |
| 2008-07-23 | Add linux32_getifconf, following recent linux_getifconf addition. | njoly |
| 2008-07-19 | ioctl compatibility for v4l2 and drm | jmcneill |
| 2008-07-17 | use device_xname | cegger |
| 2008-07-17 | remove redundant declaration of tvtohz(). It's declared in <sys/timevar.h>. | cegger |
| 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-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-07-02 | Remove proc_representative_lwp(), use a simple LIST_FIRST() instead. | rmind |
| 2008-07-02 | Change {ff,fd}_exclose and ff_allocated to bool. Change exclose arg to | matt |
| 2008-06-29 | Move amd64 MD termois types definitions from linux_termios.h to linux_types.h | njoly |
| 2008-06-28 | Fix warnings about type conversions by using linux_speed_t type on | chris |
| 2008-06-27 | Add SIOCGIFHWADDR support. | njoly |
| 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-24 | Fix SIOCGIFCONF ioctl under compat linux32. | njoly |
| 2008-06-23 | Update compat netbsd32 SIOCGIFCONF ioctls definitions to follow native | njoly |
| 2008-06-22 | netbsd32_ifreq_tp_t should be of type netbsd32_pointer_t, not int32_t. | njoly |
| 2008-06-21 | Commit regenerated files after adding include of <sys/sched.h>. | he |
| 2008-06-21 | <sys/sycallargs.h> needs <sys/sched.h> now. | he |
| 2008-06-21 | Regen from syscalls.master rev 1.69: | tsutsui |
| 2008-06-21 | Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. | tsutsui |
| 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-19 | an attempt at linux32_ioctl_socket(). | christos |
| 2008-06-19 | regen from syscalls.master r1.46 | hans |
| 2008-06-19 | include <sys/sched.h> for cpuset_t | hans |
| 2008-06-19 | regen from syscalls.master r1.35 | hans |
| 2008-06-19 | include <sys/sched.h> for cpuset_t | hans |
| 2008-06-18 | linux32_sys_ptrace() fixes. | njoly |
| 2008-06-18 | Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. | tsutsui |
| 2008-06-18 | Regen from syscalls.master rev 1.62: | tsutsui |
| 2008-06-18 | Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. | tsutsui |
| 2008-06-18 | Regen. | dogcow |
| 2008-06-18 | include sys/sched.h for cpuset-related build lossage | dogcow |
| 2008-06-17 | Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. | tsutsui |
| 2008-06-17 | <sys/syscallargs.h> now needs <sys/sched.h> included for the cpuset_t type | he |
| 2008-06-16 | regen | christos |
| 2008-06-16 | an attempt at ptrace32 | christos |
| 2008-06-16 | PPWAIT is now in proc::p_lflag. | ad |
| 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 |