| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r362015: | Edward Tomasz Napierala | 2020-08-24 | 1 | -0/+30 |
| * | MFC r362342: | Konstantin Belousov | 2020-06-25 | 1 | -14/+26 |
| * | MFC r346965: | Dmitry Chagin | 2019-05-13 | 1 | -1/+0 |
| * | linuxulator: deduplicate linux_exec_imgact_try | Ed Maste | 2018-04-09 | 1 | -0/+43 |
| * | Rationalize license text on Linuxolator files | Ed Maste | 2018-03-01 | 1 | -15/+13 |
| * | Correct proper nouns in the Linuxulator | Ed Maste | 2018-02-22 | 1 | -3/+3 |
| * | Linuxolator whitespace cleanup | Ed Maste | 2018-02-05 | 1 | -4/+4 |
| * | sys/compat: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Don't let cpu_set_syscall_retval() clobber exec_setregs(). | Ed Schouten | 2017-11-24 | 1 | -2/+2 |
| * | Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag. | Dmitry Chagin | 2016-07-10 | 1 | -1/+16 |
| * | Finish r283544. In exec case properly detach threads from user space | Dmitry Chagin | 2015-06-06 | 1 | -0/+12 |
| * | When I merged the lemul branch I missied kib@'s r282708 commit. | Dmitry Chagin | 2015-05-25 | 1 | -13/+5 |
| * | Improve ktr(9) records in thread managment code. | Dmitry Chagin | 2015-05-24 | 1 | -3/+6 |
| * | Use local struct proc * varable instead of dereferencing td->td_proc. | Dmitry Chagin | 2015-05-24 | 1 | -8/+11 |
| * | Avoid unnecessary em zeroing in non-exec path | Dmitry Chagin | 2015-05-24 | 1 | -4/+5 |
| * | Remove the unnecessary cast. | Dmitry Chagin | 2015-05-24 | 1 | -1/+1 |
| * | Implement epoll family system calls. This is a tiny wrapper | Dmitry Chagin | 2015-05-24 | 1 | -2/+33 |
| * | Where possible we will use M_LINUX malloc(9) type. | Dmitry Chagin | 2015-05-24 | 1 | -3/+3 |
| * | Refund the proc emuldata struct for future use. For now move flags from | Dmitry Chagin | 2015-05-24 | 1 | -158/+44 |
| * | pthread_join() caller do futex_wait on child_clear_tid. As a results | Dmitry Chagin | 2015-05-24 | 1 | -1/+1 |
| * | Switch linuxulator to use the native 1:1 threads. | Dmitry Chagin | 2015-05-24 | 1 | -261/+145 |
| * | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -1/+0 |
| * | Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h | John Baldwin | 2013-01-29 | 1 | -0/+1 |
| * | - >500 static DTrace probes for the linuxulator | Alexander Leidinger | 2012-05-05 | 1 | -12/+113 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -2/+2 |
| * | Indeed, remove bogus since r219405 check of the Linux ABI. | Dmitry Chagin | 2011-03-09 | 1 | -3/+0 |
| * | Extend struct sysvec with new method sv_schedtail, which is used for an | Dmitry Chagin | 2011-03-08 | 1 | -2/+5 |
| * | Rename used_requeue and use it as bitwise field to store more flags. | Dmitry Chagin | 2011-02-12 | 1 | -1/+1 |
| * | Fix linux kernel module breakage introduced in r215675, by including | Dimitry Andric | 2010-11-22 | 1 | -0/+1 |
| * | Do not take the process lock. The assignment to u_short inside the | Alexander Leidinger | 2010-11-22 | 1 | -5/+3 |
| * | By using the 32-bit Linux version of Sun's Java Development Kit 1.6 | Alexander Leidinger | 2010-11-22 | 1 | -1/+38 |
| * | Remove support for FUTEX_REQUEUE operation. | Dmitry Chagin | 2009-04-19 | 1 | -0/+1 |
| * | The code in linux_proc_exit() contains a race when multiple linux based | Konstantin Belousov | 2008-10-31 | 1 | -3/+3 |
| * | Implement robust futexes. Most of the code is modelled after | Roman Divacky | 2008-05-13 | 1 | -3/+6 |
| * | MFP4: Turn emul_lock into a mutex. | Jung-uk Kim | 2007-04-02 | 1 | -2/+2 |
| * | MFP4: 115220, 115222 | Jung-uk Kim | 2007-03-02 | 1 | -2/+2 |
| * | Partial MFp4 of 114977: | Alexander Leidinger | 2007-02-24 | 1 | -1/+1 |
| * | MFp4 (114193 (i386 part), 114194, 114195, 114200): | Alexander Leidinger | 2007-02-23 | 1 | -4/+8 |
| * | MFp4 (part of 114132): | Alexander Leidinger | 2007-02-23 | 1 | -7/+8 |
| * | Remove extern int hz; use proper include file instead. | Konstantin Belousov | 2007-02-02 | 1 | -2/+1 |
| * | No need to synchronize linux_schedtail with linux_proc_init. | Konstantin Belousov | 2007-02-01 | 1 | -26/+28 |
| * | MFp4 (113077, 113083, 113103, 113124, 113097): | Alexander Leidinger | 2007-01-20 | 1 | -8/+5 |
| * | MFp4 (112499): | Alexander Leidinger | 2007-01-07 | 1 | -0/+2 |
| * | MFp4 (112498): | Alexander Leidinger | 2007-01-07 | 1 | -9/+9 |
| * | MFp4: | Alexander Leidinger | 2006-12-31 | 1 | -60/+64 |
| * | Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM. | Konstantin Belousov | 2006-11-15 | 1 | -3/+3 |
| * | MFP4: | Alexander Leidinger | 2006-10-28 | 1 | -1/+23 |
| * | - change if (cond) panic() to KASSERT. | Alexander Leidinger | 2006-10-08 | 1 | -3/+4 |
| * | - Extend the coverage of PROC_LOCK to cover wakeup(&p->p_emuldata); | Alexander Leidinger | 2006-09-09 | 1 | -1/+3 |
| * | FREE -> free | Suleiman Souhlal | 2006-08-28 | 1 | -2/+2 |