Age | Commit message (Expand) | Author |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-09 | make sigprocmask(2) not take the kernel lock | Martin Pelikan |
2015-01-30 | Fix mbuf leak in Linux compat setsockopt() in the error path when | Todd C. Miller |
2015-01-26 | Move the "stackgap" from the stack into its own page at a random address. | Mark Kettenis |
2015-01-21 | Ubreak the tree by using "struct ifreq" instead of "struct linux_ifreq". | Martin Pieuchot |
2015-01-21 | Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete | Philip Guenther |
2015-01-19 | Prefer linux_sockaddr over osockaddr, so the latter can go away. | Philip Guenther |
2014-12-16 | must include lock.h to play with locks | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-10 | Avoid possible use of uninitialized variable. | Mike Larkin |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-09-01 | Make this consistent with sys/kern/Makefile: require the 'syscalls' target | Philip Guenther |
2014-09-01 | sync generated files | Doug Hogan |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-08-20 | Release CPU mutexes on EINVAL. | doug |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-09 | Delete an obsolete comment | Philip Guenther |
2014-06-28 | Don't use meaningless MAP_TRYFIXED flag in compat_linux | Matthew Dempsky |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-24 | The kernel isn't involved in times(3); <sys/times.h> should never be | Philip Guenther |
2014-02-13 | Instead of iterating over the per-interface list of addresses to | Martin Pieuchot |
2014-02-12 | Eliminate the exit sig handling, which was only invokable via the | Philip Guenther |
2014-01-23 | Try to cope better with void pointer to int usage cases. | Paul Irofti |
2014-01-23 | adjust a comment or two | Ted Unangst |
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 |