| Age | Commit message (Expand) | Author |
| 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 |
| 2005-11-05 | Implement Linux sched_{set|get}affinity | manu |
| 2005-11-05 | Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce an | manu |
| 2005-11-04 | Implement Linux futex ang gettid | manu |
| 2005-06-22 | Implent CLONE_PARENT_SETTID, CLONE_CHILD_CLEARTID, and CLONE_CHILD_SETTID | manu |
| 2004-09-10 | Fix typo in comment. | wiz |
| 2004-09-09 | Next attempt to fix the RCS Id. *sigh* | tron |
| 2004-09-09 | Finish linux_sys_exit_group() with a (never reached) "return" statement so | tron |
| 2004-09-08 | implement basic exit_group(2), which just terminates calling thread; | jdolecek |
| 2004-09-08 | do more strict flag checking in clone(2) (matches what Linux does) | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-22 | Use yield() for voluntary context switches. | gmcgarry |