| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the Linux emulation code, no longer referenced by anything |  naddy | 2016-03-02 | 60 | -16756/+0 |
* | typo in nd variable used for adding ni_pledge note |  semarie | 2015-11-07 | 1 | -2/+2 |
* | These NDINIT run out of the context of the process doing execve, |  deraadt | 2015-11-05 | 1 | -1/+5 |
* | 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 forgotten empty files, from miod, thanks |  ratchov | 2015-04-22 | 4 | -0/+0 |
* | Remove emulation of oss audio ioctls from linux emulation. |  ratchov | 2015-04-19 | 6 | -1073/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | 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 |
* | Move the "stackgap" from the stack into its own page at a random address. |  kettenis | 2015-01-26 | 1 | -10/+16 |
* | 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 |
* | must include lock.h to play with locks |  tedu | 2014-12-16 | 1 | -1/+2 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+3 |
* | 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 | 4 | -8/+4 |
* | 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 | 4 | -11/+11 |
* | 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 | 12 | -70/+70 |
* | 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 functions that were uses by other (non-linux) compat; and |  deraadt | 2014-01-15 | 3 | -60/+11 |
* | Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@ |  naddy | 2013-12-13 | 1 | -485/+0 |
* | Remove unsigned comparison < 0. |  brad | 2013-12-08 | 1 | -2/+2 |
* | spelling; from Maxime Villard |  deraadt | 2013-12-02 | 1 | -2/+2 |