Age | Commit message (Expand) | Author |
2014-01-21 | bzero -> memset | Ted Unangst |
2014-01-20 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2014-01-15 | remove functions that were uses by other (non-linux) compat; and | Theo de Raadt |
2013-12-13 | Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@ | Christian Weisgerber |
2013-12-08 | Remove unsigned comparison < 0. | Brad Smith |
2013-12-02 | spelling; from Maxime Villard | Theo de Raadt |
2013-12-02 | memory leak if copystr() fails, from Maxime Villard | Theo de Raadt |
2013-11-03 | Remove a bunch of a.out related macros. | Paul Irofti |
2013-11-03 | Regenerate. | Paul Irofti |
2013-11-03 | Remove a.out support from compat_linux(8). | Paul Irofti |
2013-10-31 | Fix readdir_with_callback() after cookies removal. | Paul Irofti |
2013-10-25 | Regen | Philip Guenther |
2013-10-25 | Unimplement stime() and settimeofday(): why are you using a Linux-compat | Philip Guenther |
2013-10-25 | regen | Philip Guenther |
2013-10-25 | Start to deal with the time_t change's effect on compat/linux: | Philip Guenther |
2013-09-14 | miod completed the ELF conversion (and didn't even use this compat bit), | Philip Guenther |
2013-08-13 | regen | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-05-10 | compat_linux: Add support for future time_t and ino_t size enlargements. | Paul Irofti |
2013-04-10 | futex: Prevent multiple futex pool initializations. | Paul Irofti |
2013-04-10 | futex: Sprinkle a few debug printfs that helped me in the past. | Paul Irofti |
2013-04-10 | futex: Assert that the refcount is larger than 0 when doing futex_put. | Paul Irofti |
2013-04-09 | knf. even old ttys need love. | Ted Unangst |
2013-03-28 | it is believed that the comment is referring to the define below. | Ted Unangst |
2013-03-26 | update define name to reflect fact this is openbsd. kill dead code. | Ted Unangst |
2013-03-26 | remove the old_?magic aout exec functions which are never used. | Ted Unangst |
2013-01-15 | Process futex requeuing even when the thread times out or is signaled. | Philip Guenther |
2012-11-19 | Use a more descriptive name for the userland cas operation. | Paul Irofti |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-05 | struct orlimit is only used by linux compat now, and can stop polluting | Theo de Raadt |
2012-06-26 | Don't ignore SOCK_CLOEXEC and SOCK_NONBLOCK. | Paul Irofti |
2012-06-20 | Copy the set_tls_base flag when forking. | Paul Irofti |
2012-06-19 | Count should always start from zero. | Paul Irofti |
2012-06-19 | Set the appropiate return value on futex wait. | Paul Irofti |
2012-06-19 | Avoid eternal sleep. | Paul Irofti |
2012-06-19 | Add extra argument validation for the futex syscall. | Paul Irofti |
2012-06-19 | - remove outdated comment, we already do an equivalent of linux' access_ok() | Jasper Lievisse Adriaanse |
2012-06-19 | Regenerate. | Paul Irofti |
2012-06-19 | Implement linux_sys_tgkill. | Paul Irofti |
2012-06-19 | Regenerate. | Paul Irofti |
2012-06-19 | Add dummies for the epoll and eventfd syscall families. | Paul Irofti |
2012-06-19 | Add socket type mask to filter out implementation specific flags. | Paul Irofti |
2012-06-19 | Improve debug output and fix some style. No functional change. | Paul Irofti |
2012-06-19 | Change the pool_get() flags from WAITOK to NOWAIT. | Paul Irofti |
2012-06-16 | compat_linux: Don't hold the lock while pool_get'ing with WAITOK. | Paul Irofti |
2012-06-08 | Regenerate | Paul Irofti |
2012-06-08 | Remove the lack of gettid() implementation. Okay tedu@ | Paul Irofti |
2012-05-25 | Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2 | Philip Guenthe |
2012-05-24 | If LINUX_CLONE_SETTLS isn't set, then the clone()d child should inherit | Philip Guenthe |
2012-05-23 | Regenerate. | Paul Irofti |