summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.c
AgeCommit message (Expand)Author
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
2014-06-28Don't use meaningless MAP_TRYFIXED flag in compat_linuxMatthew Dempsky
2014-03-30Eliminates struct pcred by moving the real and saved ugids intoPhilip Guenther
2014-03-26Move p_emul and p_sigcode from proc to process.Philip Guenther
2014-03-24The kernel isn't involved in times(3); <sys/times.h> should never bePhilip Guenther
2014-02-12Eliminate the exit sig handling, which was only invokable via thePhilip Guenther
2014-01-23adjust a comment or twoTed Unangst
2013-12-08Remove unsigned comparison < 0.Brad Smith
2013-10-25Unimplement stime() and settimeofday(): why are you using a Linux-compatPhilip Guenther
2013-10-25Start to deal with the time_t change's effect on compat/linux:Philip Guenther
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-05-10compat_linux: Add support for future time_t and ino_t size enlargements.Paul Irofti
2012-06-08Remove the lack of gettid() implementation. Okay tedu@Paul Irofti
2012-05-23Add emulation support for fstatfs64.Paul Irofti
2012-05-23Add support for statfs64.Paul Irofti
2012-04-22Add struct proc * argument to FRELE() and FILE_SET_MATURE() inPhilip Guenthe
2012-04-10Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitPhilip Guenthe
2012-03-23Make rusage totals, itimers, and profile settings per-process insteadPhilip Guenthe
2011-12-14implement prctl() for COMPAT_LINUXRobert Nagy
2011-07-09Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there.Theo de Raadt
2011-07-08remove all traces of COMPAT_09 and COMPAT_10. ok deraadtTed Unangst
2011-07-08Remove the sys_opipe() kernel entry point. sys_pipe() is the future.Matthew Dempsky
2011-07-07remove all the old COMPAT_43 syscalls. The option itself remains forTed Unangst
2011-06-05Move the bufcachepercent setting code to MI locations -- set it to 42%Theo de Raadt
2011-04-05Fix PID fetching -- noticed last night by guenther@.Paul Irofti
2011-02-11Add linux_mprotect() syscall. Okay otto@.Paul Irofti
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-06-30Merge from NetBSD: "Linux's getsid(2) does in fact return a pid,Philip Guenthe
2009-09-05Fix various cases of stackgap_alloc() size arguments not being computedMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
2007-02-06Use atomic.h operation for manipulating p_siglist in struct proc. SolvesArtur Grabowski
2006-10-08Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properlyNikolay Sturm
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-22Replace a whole bunch of scary uses of strncpy() with strlcpy() andJean-Francois Brousseau
2003-12-02Count from now, not from the epoch, to arm alarm.Thomas Nordin
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-15simplify.Federico G. Schwindt
2003-08-14unbust my previous commit.Federico G. Schwindt
2003-07-23add sys_sysinfo. from marius aamodt eriksen.Ted Unangst
2003-07-03add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXEDTed Unangst
2003-06-21add exec/fork/exit hooks per process for compat emulations.Ted Unangst
2003-01-30Bring back setreuid(2) and setregid(2) as first class syscallsTodd C. Miller
2002-10-30Now that we have [gs]etres[ug]id() as a native system call, use itTodd C. Miller
2002-10-28getdents64 support, based on FreeBSD.Federico G. Schwindt
2002-08-23Cleanup change. Since almost all callers (except one) of getvnode did a FREFArtur Grabowski
2002-07-25Avoid time wrap at securelevel 2. ok millert@ fgsch@Thomas Nordin
2002-06-05provide local versions of getpid, getuid and getgid that do notjasoni