| Age | Commit message (Expand) | Author |
| 2022-08-03 | Pull up following revision(s), all via patch | martin |
| 2018-04-16 | Remove the rnewprocp argument from fork1(9) | kamil |
| 2018-04-15 | Remove unused variable p from linux_sys_clone() | kamil |
| 2017-04-21 | - Propagate the signal mask from the ucontext_t to the newly created thread | christos |
| 2015-07-03 | PR/50021: Rin Okuyama: Fix linux affinity syscalls | christos |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-01-23 | Fix inverted pid/lid arguments in do_sched_{get,set}param calls. | njoly |
| 2011-08-18 | Better debugging. | christos |
| 2011-06-05 | Delete some splurious commas and very unexpected trailing space | dsl |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2009-09-03 | Use correct sched_setscheduler syscall 3rd argument type. | njoly |
| 2009-06-23 | sched_getaffinity(2) update: | njoly |
| 2009-06-18 | In linux_sys_sched_getaffinity(), do not leak memory on error. | njoly |
| 2008-10-25 | Add preliminary tls support for i386. Does not work yet. From FreeBSD. | christos |
| 2008-05-07 | Restore sched_native2linux() KASSERTs, i accidentally disabled in a | njoly |
| 2008-05-05 | Wrap debug printfs in #ifdef DEBUG_LINUX (hi njoly!) | jmcneill |
| 2008-05-01 | Add SCHED_FIFO/SCHED_RR support to sched_get_priority_{min,max}. | njoly |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-23 | Tweak previous. | ad |
| 2008-04-23 | Fix locking. | ad |
| 2008-02-29 | In linux_sys_sched_getparam(), get the native policy too, so that we have | elad |
| 2008-02-28 | Factor out the guts of get/setparam so it can be used from the compat code. | elad |
| 2008-02-16 | Fold KAUTH_REQ_PROCESS_SCHEDULER_* to KAUTH_PROCESS_SCHEDULER_*. In other | elad |
| 2008-01-23 | Tons of process scope changes. | elad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-10-19 | Add compat_linux and exec_linux_elf lkm support for amd64: | njoly |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-02-15 | Count the number of CPUs at boot and stash in 'ncpu'. Eventually should | ad |
| 2007-02-09 | Acquire proclist_mutex before sending signals. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-02-05 | Add a new linux_emuldata_shared flag value LINUX_LES_USE_NPTL to allow | njoly |
| 2007-01-05 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-23 | move #ifdef up a few lines to prevent unused variable warning/error | dogcow |
| 2006-08-23 | 1) Complete Linux exit_group() emulation | manu |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-26 | Do not implement exit_group() the right way on platforms that do not | manu |
| 2006-06-25 | - Complete exit_group() implementation. We now maintain a list of Linux | manu |
| 2006-05-14 | integrate kauth. | elad |
| 2005-11-29 | undo linux_sys_exit_group() change _again_ - please do not commit known | jdolecek |
| 2005-11-29 | Threads should not send a signal on exit. | manu |
| 2005-11-23 | - Add Linux tkill and tgkill (partial emulation). | manu |
| 2005-11-11 | undo the linux_sys_exit_group() change for now - complete CLONE_THREAD support | jdolecek |
| 2005-11-09 | Fix build problem | manu |
| 2005-11-09 | Improve Linux exit_group emulation by sending a SIGKILL to all other | manu |
| 2005-11-05 | ifdef out sched_{get|set}affinity for ports that don't use it yet. That | manu |