| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove the Linux emulation code, no longer referenced by anything |  naddy | 2016-03-02 | 1 | -1720/+0 |
| * | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer |  guenther | 2015-09-13 | 1 | -3/+3 |
| * | Pass a thread pointer instead of its file descriptor table to getvnode(9). |  mpi | 2015-05-07 | 1 | -2/+2 |
| * | add missing splx calls |  jsg | 2015-05-02 | 1 | -3/+7 |
| * | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -3/+3 |
| * | Delete procfs; it's always had races and is now unused: no one noticed for |  guenther | 2014-09-08 | 1 | -5/+1 |
| * | Don't use meaningless MAP_TRYFIXED flag in compat_linux |  matthew | 2014-06-28 | 1 | -2/+2 |
| * | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -4/+4 |
| * | Move p_emul and p_sigcode from proc to process. |  guenther | 2014-03-26 | 1 | -7/+7 |
| * | The kernel isn't involved in times(3); <sys/times.h> should never be |  guenther | 2014-03-24 | 1 | -2/+1 |
| * | Eliminate the exit sig handling, which was only invokable via the |  guenther | 2014-02-12 | 1 | -5/+2 |
| * | adjust a comment or two |  tedu | 2014-01-23 | 1 | -3/+4 |
| * | Remove unsigned comparison < 0. |  brad | 2013-12-08 | 1 | -2/+2 |
| * | Unimplement stime() and settimeofday(): why are you using a Linux-compat |  guenther | 2013-10-25 | 1 | -28/+1 |
| * | Start to deal with the time_t change's effect on compat/linux: |  guenther | 2013-10-25 | 1 | -55/+95 |
| * | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -6/+5 |
| * | compat_linux: Add support for future time_t and ino_t size enlargements. |  pirofti | 2013-05-10 | 1 | -10/+39 |
| * | Remove the lack of gettid() implementation. Okay tedu@ |  pirofti | 2012-06-08 | 1 | -1/+8 |
| * | Add emulation support for fstatfs64. |  pirofti | 2012-05-23 | 1 | -1/+30 |
| * | Add support for statfs64. |  pirofti | 2012-05-23 | 1 | -11/+91 |
| * | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in |  guenther | 2012-04-22 | 1 | -3/+3 |
| * | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit |  guenther | 2012-04-10 | 1 | -2/+2 |
| * | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -14/+15 |
| * | implement prctl() for COMPAT_LINUX |  robert | 2011-12-14 | 1 | -1/+83 |
| * | Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there. |  deraadt | 2011-07-09 | 1 | -1/+16 |
| * | remove all traces of COMPAT_09 and COMPAT_10. ok deraadt |  tedu | 2011-07-08 | 1 | -1/+14 |
| * | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. |  matthew | 2011-07-08 | 1 | -47/+1 |
| * | remove all the old COMPAT_43 syscalls. The option itself remains for |  tedu | 2011-07-07 | 1 | -1/+16 |
| * | Move the bufcachepercent setting code to MI locations -- set it to 42% |  deraadt | 2011-06-05 | 1 | -2/+2 |
| * | Fix PID fetching -- noticed last night by guenther@. |  pirofti | 2011-04-05 | 1 | -3/+3 |
| * | Add linux_mprotect() syscall. Okay otto@. |  pirofti | 2011-02-11 | 1 | -1/+11 |
| * | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -5/+5 |
| * | Merge from NetBSD: "Linux's getsid(2) does in fact return a pid, |  guenther | 2010-06-30 | 1 | -28/+1 |
| * | Fix various cases of stackgap_alloc() size arguments not being computed |  miod | 2009-09-05 | 1 | -2/+2 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
| * | replace the machine dependant bytes-to-clicks macro by the MI ptoa() |  martin | 2007-09-01 | 1 | -2/+2 |
| * | Use atomic.h operation for manipulating p_siglist in struct proc. Solves |  art | 2007-02-06 | 1 | -2/+2 |
| * | Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properly |  sturm | 2006-10-08 | 1 | -32/+11 |
| * | miscellaneous typo fixes: |  jfb | 2005-02-17 | 1 | -4/+4 |
| * | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -17/+15 |
| * | Replace a whole bunch of scary uses of strncpy() with strlcpy() and |  jfb | 2004-06-22 | 1 | -23/+17 |
| * | Count from now, not from the epoch, to arm alarm. |  nordin | 2003-12-02 | 1 | -2/+2 |
| * | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -2/+2 |
| * | simplify. |  fgsch | 2003-08-15 | 1 | -7/+1 |
| * | unbust my previous commit. |  fgsch | 2003-08-14 | 1 | -1/+7 |
| * | add sys_sysinfo. from marius aamodt eriksen. |  tedu | 2003-07-23 | 1 | -17/+62 |
| * | add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED |  tedu | 2003-07-03 | 1 | -17/+72 |
| * | add exec/fork/exit hooks per process for compat emulations. |  tedu | 2003-06-21 | 1 | -11/+7 |
| * | Bring back setreuid(2) and setregid(2) as first class syscalls |  millert | 2003-01-30 | 1 | -5/+5 |
| * | Now that we have [gs]etres[ug]id() as a native system call, use it |  millert | 2002-10-30 | 1 | -171/+58 |