summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_emul.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284051:dchagin2016-01-091-0/+12
* MFC r283544:dchagin2016-01-091-13/+5
* MFC r283456:dchagin2016-01-091-3/+6
* MFC r283455:dchagin2016-01-091-8/+11
* MFC r283454:dchagin2016-01-091-4/+5
* MFC r283453:dchagin2016-01-091-1/+1
* MFC r283441:dchagin2016-01-091-2/+33
* MFC r283427:dchagin2016-01-091-3/+3
* MFC r283422:dchagin2016-01-091-159/+44
* MFC r283384:dchagin2016-01-091-1/+1
* MFC r283383:dchagin2016-01-091-261/+145
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-291-0/+1
* - >500 static DTrace probes for the linuxulatornetchild2012-05-051-12/+113
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Indeed, remove bogus since r219405 check of the Linux ABI.dchagin2011-03-091-3/+0
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-2/+5
* Rename used_requeue and use it as bitwise field to store more flags.dchagin2011-02-121-1/+1
* Fix linux kernel module breakage introduced in r215675, by includingdim2010-11-221-0/+1
* Do not take the process lock. The assignment to u_short inside thenetchild2010-11-221-5/+3
* By using the 32-bit Linux version of Sun's Java Development Kit 1.6netchild2010-11-221-1/+38
* Remove support for FUTEX_REQUEUE operation.dchagin2009-04-191-0/+1
* The code in linux_proc_exit() contains a race when multiple linux basedkib2008-10-311-3/+3
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-131-3/+6
* MFP4: Turn emul_lock into a mutex.jkim2007-04-021-2/+2
* MFP4: 115220, 115222jkim2007-03-021-2/+2
* Partial MFp4 of 114977:netchild2007-02-241-1/+1
* MFp4 (114193 (i386 part), 114194, 114195, 114200):netchild2007-02-231-4/+8
* MFp4 (part of 114132):netchild2007-02-231-7/+8
* Remove extern int hz; use proper include file instead.kib2007-02-021-2/+1
* No need to synchronize linux_schedtail with linux_proc_init.kib2007-02-011-26/+28
* MFp4 (113077, 113083, 113103, 113124, 113097):netchild2007-01-201-8/+5
* MFp4 (112499):netchild2007-01-071-0/+2
* MFp4 (112498):netchild2007-01-071-9/+9
* MFp4:netchild2006-12-311-60/+64
* Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM.kib2006-11-151-3/+3
* MFP4:netchild2006-10-281-1/+23
* - change if (cond) panic() to KASSERT.netchild2006-10-081-3/+4
* - Extend the coverage of PROC_LOCK to cover wakeup(&p->p_emuldata);netchild2006-09-091-1/+3
* FREE -> freessouhlal2006-08-281-2/+2
* MALLOC -> malloc and FREE -> freessouhlal2006-08-191-4/+4
* Fix the DEBUG build:netchild2006-08-171-3/+0
* Style fixes to comments.netchild2006-08-161-5/+9
* Add some new files needed for linux 2.6.x compatibility.netchild2006-08-151-0/+297
OpenPOWER on IntegriCloud