Age | Commit message (Expand) | Author |
2011-12-14 | regen | Robert Nagy |
2011-12-14 | implement prctl() for COMPAT_LINUX | Robert Nagy |
2011-12-03 | add support for MSG_NOSIGNAL. | Federico G. Schwindt |
2011-11-25 | implement chown(2) in compat_linux which is needed by some antivirus software | Robert Nagy |
2011-10-27 | Allow segments to be used even after they were marked for deletion with | Robert Nagy |
2011-09-19 | Gah, no cookie for me. | Paul Irofti |
2011-09-19 | Fix comments, they really made sense before splitting them. | Paul Irofti |
2011-09-19 | Regenerate after pipe2. | Paul Irofti |
2011-09-19 | Add pipe2. Okay miod@ | Paul Irofti |
2011-09-19 | Fix Unix socket handling when the length is too large by trimming. | Paul Irofti |
2011-09-19 | Regenerate after syscall expansion. | Paul Irofti |
2011-09-19 | Expand syscall awareness in preparation for pipe2 implementation. | Paul Irofti |
2011-09-18 | Regenerate after the futex commit. | Paul Irofti |
2011-09-18 | Add futex support for compat/linux. | Paul Irofti |
2011-08-03 | Fix linux compat breakage: can't copyin() from kernel-space, so | Philip Guenthe |
2011-07-14 | sync | Matthew Dempsky |
2011-07-14 | Fix entry 84 to use the same prototype for linux_sys_lstat() as entry | Matthew Dempsky |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-09 | sync | Theo de Raadt |
2011-07-09 | Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there. | Theo de Raadt |
2011-07-08 | regen syscalls | Ted Unangst |
2011-07-08 | remove all traces of COMPAT_09 and COMPAT_10. ok deraadt | Ted Unangst |
2011-07-08 | sync | Matthew Dempsky |
2011-07-08 | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. | Matthew Dempsky |
2011-07-07 | Regenerate. | Paul Irofti |
2011-07-07 | Add more syscalls to the list. | Paul Irofti |
2011-07-07 | regen syscalls | Ted Unangst |
2011-07-07 | remove all the old COMPAT_43 syscalls. The option itself remains for | Ted Unangst |
2011-07-05 | Add linux_to_native_timespec() for future futex use. Okay tedu@. | Paul Irofti |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-04-20 | Fix possible NULL dereference for emul data. Okay miod@. | Paul Irofti |
2011-04-05 | Unify header sentinel names. | Paul Irofti |
2011-04-05 | Move timespec utility functions to a header file. | Paul Irofti |
2011-04-05 | Regenerate -- linux_sys_set_tid_address(). | Paul Irofti |
2011-04-05 | Add set_tid_address() syscall. Lots of help from and okay guenther@. | Paul Irofti |
2011-04-05 | Fix PID fetching -- noticed last night by guenther@. | Paul Irofti |
2011-04-05 | Fix function argument list. | Paul Irofti |
2011-04-04 | Fix function argument list -- 1989 is long gone! | Paul Irofti |
2011-04-04 | Regenerate -- linux_sys_[g|s]et_thread_area(). | Paul Irofti |
2011-04-04 | Add linux_sys_[g|s]et_set_thread_area() support. Okay guenther@. | Paul Irofti |
2011-02-11 | Regenerate. | Paul Irofti |
2011-02-11 | Add linux_mprotect() syscall. Okay otto@. | Paul Irofti |
2011-02-10 | Regenerate. | Paul Irofti |
2011-02-10 | Add time related syscalls clock_gettime() and clock_getres(). | Paul Irofti |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-06-30 | Merge from NetBSD: "Linux's getsid(2) does in fact return a pid, | Philip Guenthe |
2010-05-23 | sync | Theo de Raadt |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2010-01-04 | Previous commit was too restrictive: just ignore the CLONE_FS flag | Philip Guenthe |