summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-1720/+0
* Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerguenther2015-09-131-3/+3
* Pass a thread pointer instead of its file descriptor table to getvnode(9).mpi2015-05-071-2/+2
* add missing splx callsjsg2015-05-021-3/+7
* Replace a plethora of historical protection options with justderaadt2014-11-161-3/+3
* Delete procfs; it's always had races and is now unused: no one noticed forguenther2014-09-081-5/+1
* Don't use meaningless MAP_TRYFIXED flag in compat_linuxmatthew2014-06-281-2/+2
* Eliminates struct pcred by moving the real and saved ugids intoguenther2014-03-301-4/+4
* Move p_emul and p_sigcode from proc to process.guenther2014-03-261-7/+7
* The kernel isn't involved in times(3); <sys/times.h> should never beguenther2014-03-241-2/+1
* Eliminate the exit sig handling, which was only invokable via theguenther2014-02-121-5/+2
* adjust a comment or twotedu2014-01-231-3/+4
* Remove unsigned comparison < 0.brad2013-12-081-2/+2
* Unimplement stime() and settimeofday(): why are you using a Linux-compatguenther2013-10-251-28/+1
* Start to deal with the time_t change's effect on compat/linux:guenther2013-10-251-55/+95
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-6/+5
* compat_linux: Add support for future time_t and ino_t size enlargements.pirofti2013-05-101-10/+39
* Remove the lack of gettid() implementation. Okay tedu@pirofti2012-06-081-1/+8
* Add emulation support for fstatfs64.pirofti2012-05-231-1/+30
* Add support for statfs64.pirofti2012-05-231-11/+91
* Add struct proc * argument to FRELE() and FILE_SET_MATURE() inguenther2012-04-221-3/+3
* Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitguenther2012-04-101-2/+2
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-14/+15
* implement prctl() for COMPAT_LINUXrobert2011-12-141-1/+83
* Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there.deraadt2011-07-091-1/+16
* remove all traces of COMPAT_09 and COMPAT_10. ok deraadttedu2011-07-081-1/+14
* Remove the sys_opipe() kernel entry point. sys_pipe() is the future.matthew2011-07-081-47/+1
* remove all the old COMPAT_43 syscalls. The option itself remains fortedu2011-07-071-1/+16
* Move the bufcachepercent setting code to MI locations -- set it to 42%deraadt2011-06-051-2/+2
* Fix PID fetching -- noticed last night by guenther@.pirofti2011-04-051-3/+3
* Add linux_mprotect() syscall. Okay otto@.pirofti2011-02-111-1/+11
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-5/+5
* Merge from NetBSD: "Linux's getsid(2) does in fact return a pid,guenther2010-06-301-28/+1
* Fix various cases of stackgap_alloc() size arguments not being computedmiod2009-09-051-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* replace the machine dependant bytes-to-clicks macro by the MI ptoa()martin2007-09-011-2/+2
* Use atomic.h operation for manipulating p_siglist in struct proc. Solvesart2007-02-061-2/+2
* Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properlysturm2006-10-081-32/+11
* miscellaneous typo fixes:jfb2005-02-171-4/+4
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-17/+15
* Replace a whole bunch of scary uses of strncpy() with strlcpy() andjfb2004-06-221-23/+17
* Count from now, not from the epoch, to arm alarm.nordin2003-12-021-2/+2
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* simplify.fgsch2003-08-151-7/+1
* unbust my previous commit.fgsch2003-08-141-1/+7
* add sys_sysinfo. from marius aamodt eriksen.tedu2003-07-231-17/+62
* add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXEDtedu2003-07-031-17/+72
* add exec/fork/exit hooks per process for compat emulations.tedu2003-06-211-11/+7
* Bring back setreuid(2) and setregid(2) as first class syscallsmillert2003-01-301-5/+5
* Now that we have [gs]etres[ug]id() as a native system call, use itmillert2002-10-301-171/+58