summaryrefslogtreecommitdiffstats
path: root/sys/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-0260-16756/+0
* typo in nd variable used for adding ni_pledge notesemarie2015-11-071-2/+2
* These NDINIT run out of the context of the process doing execve,deraadt2015-11-051-1/+5
* Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerguenther2015-09-131-3/+3
* The futex_pool and futex_wp_pool pools never get used in interrupt context.kettenis2015-09-041-4/+4
* Pass a thread pointer instead of its file descriptor table to getvnode(9).mpi2015-05-071-2/+2
* Pass a thread pointer instead of its file descriptor table to getsock(9).mpi2015-05-061-2/+2
* emul_native is only used for kernel threads which can't dump core, soguenther2015-05-051-3/+2
* add missing splx callsjsg2015-05-021-3/+7
* Indroduce fd_getfile_mode() and use it were fd_getfile() is directlympi2015-04-302-14/+4
* Remove forgotten empty files, from miod, thanksratchov2015-04-224-0/+0
* Remove emulation of oss audio ioctls from linux emulation.ratchov2015-04-196-1073/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* make sigprocmask(2) not take the kernel lockpelikan2015-02-091-20/+9
* Fix mbuf leak in Linux compat setsockopt() in the error path whenmillert2015-01-301-4/+5
* Move the "stackgap" from the stack into its own page at a random address.kettenis2015-01-261-10/+16
* Ubreak the tree by using "struct ifreq" instead of "struct linux_ifreq".mpi2015-01-211-2/+2
* Delete option COMPAT_43: support for pre-sa_len binaries has been obsoleteguenther2015-01-211-8/+22
* Prefer linux_sockaddr over osockaddr, so the latter can go away.guenther2015-01-193-193/+68
* must include lock.h to play with lockstedu2014-12-161-1/+2
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-161-1/+3
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* Replace a plethora of historical protection options with justderaadt2014-11-161-3/+3
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* remove uneeded proc.h includesjsg2014-09-144-8/+4
* Avoid possible use of uninitialized variable.mlarkin2014-09-101-2/+2
* Delete procfs; it's always had races and is now unused: no one noticed forguenther2014-09-082-7/+2
* Make this consistent with sys/kern/Makefile: require the 'syscalls' targetguenther2014-09-011-1/+6
* sync generated filesdoug2014-09-014-9/+9
* Sync readlink(2) with IEEE Std 1003.1-2008.doug2014-09-011-3/+3
* Release CPU mutexes on EINVAL.doug2014-08-201-2/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-124-11/+11
* Delete an obsolete commentguenther2014-07-091-7/+1
* Don't use meaningless MAP_TRYFIXED flag in compat_linuxmatthew2014-06-281-2/+2
* Retire kernel support for SO_DONTROUTE, this time without breakingmpi2014-04-071-3/+1
* Eliminates struct pcred by moving the real and saved ugids intoguenther2014-03-302-29/+29
* revert "Retire kernel support for SO_DONTROUTE" diff, which does bad thingssthen2014-03-281-1/+3
* Retire kernel support for SO_DONTROUTE, since the plan is to alwaysmpi2014-03-271-3/+1
* Move p_emul and p_sigcode from proc to process.guenther2014-03-2612-70/+70
* The kernel isn't involved in times(3); <sys/times.h> should never beguenther2014-03-241-2/+1
* Instead of iterating over the per-interface list of addresses tompi2014-02-131-12/+9
* Eliminate the exit sig handling, which was only invokable via theguenther2014-02-122-14/+9
* Try to cope better with void pointer to int usage cases.pirofti2014-01-231-3/+5
* adjust a comment or twotedu2014-01-232-11/+12
* bzero -> memsettedu2014-01-212-7/+7
* Threads can't be zombies, only processes, so change zombproc to zombprocess,guenther2014-01-201-8/+2
* remove functions that were uses by other (non-linux) compat; andderaadt2014-01-153-60/+11
* Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@naddy2013-12-131-485/+0
* Remove unsigned comparison < 0.brad2013-12-081-2/+2
* spelling; from Maxime Villardderaadt2013-12-021-2/+2