Age | Commit message (Expand) | Author |
2013-05-10 | compat_linux: Add support for future time_t and ino_t size enlargements. | Paul Irofti |
2012-06-08 | Remove the lack of gettid() implementation. Okay tedu@ | Paul Irofti |
2012-05-23 | Add emulation support for fstatfs64. | Paul Irofti |
2012-05-23 | Add support for statfs64. | Paul Irofti |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-04-10 | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit | Philip Guenthe |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2011-12-14 | implement prctl() for COMPAT_LINUX | Robert Nagy |
2011-07-09 | Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there. | Theo de Raadt |
2011-07-08 | remove all traces of COMPAT_09 and COMPAT_10. ok deraadt | Ted Unangst |
2011-07-08 | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. | Matthew Dempsky |
2011-07-07 | remove all the old COMPAT_43 syscalls. The option itself remains for | Ted Unangst |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-04-05 | Fix PID fetching -- noticed last night by guenther@. | Paul Irofti |
2011-02-11 | Add linux_mprotect() syscall. Okay otto@. | Paul Irofti |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-06-30 | Merge from NetBSD: "Linux's getsid(2) does in fact return a pid, | Philip Guenthe |
2009-09-05 | Fix various cases of stackgap_alloc() size arguments not being computed | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-02-06 | Use atomic.h operation for manipulating p_siglist in struct proc. Solves | Artur Grabowski |
2006-10-08 | Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properly | Nikolay Sturm |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau |
2003-12-02 | Count from now, not from the epoch, to arm alarm. | Thomas Nordin |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-15 | simplify. | Federico G. Schwindt |
2003-08-14 | unbust my previous commit. | Federico G. Schwindt |
2003-07-23 | add sys_sysinfo. from marius aamodt eriksen. | Ted Unangst |
2003-07-03 | add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED | Ted Unangst |
2003-06-21 | add exec/fork/exit hooks per process for compat emulations. | Ted Unangst |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | Todd C. Miller |
2002-10-30 | Now that we have [gs]etres[ug]id() as a native system call, use it | Todd C. Miller |
2002-10-28 | getdents64 support, based on FreeBSD. | Federico G. Schwindt |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-07-25 | Avoid time wrap at securelevel 2. ok millert@ fgsch@ | Thomas Nordin |
2002-06-05 | provide local versions of getpid, getuid and getgid that do not | jasoni |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff |
2001-07-03 | rename 2 more syscalls to syscallname16 (missed last time) | jasoni |
2001-07-03 | rename some syscalls to <syscall>16 to make room for new ones. | jasoni |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |
2001-01-23 | SunOS, IBCS2, Linux, and SVR4 all require translations of directory entries | Constantine Sapuntzakis |
2000-09-10 | Linux mmap ignores the fd argument when MAP_ANON is on. Always pass -1 | jasoni |
2000-09-07 | common/compat_util.c | Eric Jackson |
2000-07-23 | OpenBSD -> NetBSD where previously missed. | jasoni |