| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove the Linux emulation code, no longer referenced by anything |  naddy | 2016-03-02 | 56 | -16335/+0 |
| * | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer |  guenther | 2015-09-13 | 1 | -3/+3 |
| * | The futex_pool and futex_wp_pool pools never get used in interrupt context. |  kettenis | 2015-09-04 | 1 | -4/+4 |
| * | Pass a thread pointer instead of its file descriptor table to getvnode(9). |  mpi | 2015-05-07 | 1 | -2/+2 |
| * | Pass a thread pointer instead of its file descriptor table to getsock(9). |  mpi | 2015-05-06 | 1 | -2/+2 |
| * | emul_native is only used for kernel threads which can't dump core, so |  guenther | 2015-05-05 | 1 | -3/+2 |
| * | add missing splx calls |  jsg | 2015-05-02 | 1 | -3/+7 |
| * | Indroduce fd_getfile_mode() and use it were fd_getfile() is directly |  mpi | 2015-04-30 | 2 | -14/+4 |
| * | Remove emulation of oss audio ioctls from linux emulation. |  ratchov | 2015-04-19 | 2 | -13/+2 |
| * | make sigprocmask(2) not take the kernel lock |  pelikan | 2015-02-09 | 1 | -20/+9 |
| * | Fix mbuf leak in Linux compat setsockopt() in the error path when |  millert | 2015-01-30 | 1 | -4/+5 |
| * | Ubreak the tree by using "struct ifreq" instead of "struct linux_ifreq". |  mpi | 2015-01-21 | 1 | -2/+2 |
| * | Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete |  guenther | 2015-01-21 | 1 | -8/+22 |
| * | Prefer linux_sockaddr over osockaddr, so the latter can go away. |  guenther | 2015-01-19 | 3 | -193/+68 |
| * | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
| * | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -3/+3 |
| * | Remove unnecessary netinet/in_systm.h include. |  lteo | 2014-10-25 | 1 | -2/+1 |
| * | remove uneeded proc.h includes |  jsg | 2014-09-14 | 3 | -6/+3 |
| * | Avoid possible use of uninitialized variable. |  mlarkin | 2014-09-10 | 1 | -2/+2 |
| * | Delete procfs; it's always had races and is now unused: no one noticed for |  guenther | 2014-09-08 | 2 | -7/+2 |
| * | Make this consistent with sys/kern/Makefile: require the 'syscalls' target |  guenther | 2014-09-01 | 1 | -1/+6 |
| * | sync generated files |  doug | 2014-09-01 | 4 | -9/+9 |
| * | Sync readlink(2) with IEEE Std 1003.1-2008. |  doug | 2014-09-01 | 1 | -3/+3 |
| * | Release CPU mutexes on EINVAL. |  doug | 2014-08-20 | 1 | -2/+3 |
| * | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 2 | -5/+5 |
| * | Delete an obsolete comment |  guenther | 2014-07-09 | 1 | -7/+1 |
| * | Don't use meaningless MAP_TRYFIXED flag in compat_linux |  matthew | 2014-06-28 | 1 | -2/+2 |
| * | Retire kernel support for SO_DONTROUTE, this time without breaking |  mpi | 2014-04-07 | 1 | -3/+1 |
| * | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 2 | -29/+29 |
| * | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things |  sthen | 2014-03-28 | 1 | -1/+3 |
| * | Retire kernel support for SO_DONTROUTE, since the plan is to always |  mpi | 2014-03-27 | 1 | -3/+1 |
| * | Move p_emul and p_sigcode from proc to process. |  guenther | 2014-03-26 | 10 | -65/+65 |
| * | The kernel isn't involved in times(3); <sys/times.h> should never be |  guenther | 2014-03-24 | 1 | -2/+1 |
| * | Instead of iterating over the per-interface list of addresses to |  mpi | 2014-02-13 | 1 | -12/+9 |
| * | Eliminate the exit sig handling, which was only invokable via the |  guenther | 2014-02-12 | 2 | -14/+9 |
| * | Try to cope better with void pointer to int usage cases. |  pirofti | 2014-01-23 | 1 | -3/+5 |
| * | adjust a comment or two |  tedu | 2014-01-23 | 2 | -11/+12 |
| * | bzero -> memset |  tedu | 2014-01-21 | 2 | -7/+7 |
| * | Threads can't be zombies, only processes, so change zombproc to zombprocess, |  guenther | 2014-01-20 | 1 | -8/+2 |
| * | Remove unsigned comparison < 0. |  brad | 2013-12-08 | 1 | -2/+2 |
| * | spelling; from Maxime Villard |  deraadt | 2013-12-02 | 1 | -2/+2 |
| * | memory leak if copystr() fails, from Maxime Villard |  deraadt | 2013-12-02 | 1 | -3/+4 |
| * | Remove a bunch of a.out related macros. |  pirofti | 2013-11-03 | 1 | -29/+1 |
| * | Regenerate. |  pirofti | 2013-11-03 | 4 | -15/+7 |
| * | Remove a.out support from compat_linux(8). |  pirofti | 2013-11-03 | 3 | -383/+4 |
| * | Regen |  guenther | 2013-10-25 | 4 | -26/+14 |
| * | Unimplement stime() and settimeofday(): why are you using a Linux-compat |  guenther | 2013-10-25 | 2 | -32/+4 |
| * | regen |  guenther | 2013-10-25 | 4 | -40/+66 |
| * | Start to deal with the time_t change's effect on compat/linux: |  guenther | 2013-10-25 | 7 | -116/+412 |
| * | regen |  guenther | 2013-08-13 | 4 | -17/+17 |