| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Defer ptracestop() signals that cannot be delivered immediately | Eric Badger | 2017-02-20 | 1 | -1/+1 |
* | thr_set_name(): silently truncate the given name as needed | Eric van Gyzen | 2016-12-03 | 1 | -2/+5 |
* | Add a mask of optional ptrace() events. | John Baldwin | 2016-07-15 | 1 | -2/+3 |
* | Do not clear robust lists pointers on fork. The forked child thread | Konstantin Belousov | 2016-06-25 | 1 | -0/+1 |
* | Update comments for the MD functions managing contexts for new | Konstantin Belousov | 2016-06-16 | 1 | -2/+2 |
* | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 1 | -1/+2 |
* | Add ptrace(2) reporting for LWP events. | John Baldwin | 2015-12-29 | 1 | -18/+45 |
* | Add an API for easily creating userspace threads in kernelspace. | Ed Schouten | 2015-07-20 | 1 | -64/+61 |
* | Undo r285656. | Ed Schouten | 2015-07-17 | 1 | -61/+64 |
* | Add an API for easily creating userspace threads in kernelspace. | Ed Schouten | 2015-07-17 | 1 | -64/+61 |
* | Add an initial NUMA affinity/policy configuration for threads and processes. | Adrian Chadd | 2015-07-11 | 1 | -0/+9 |
* | Generalised support for copy-on-write structures shared by threads. | Mateusz Guzik | 2015-06-10 | 1 | -3/+3 |
* | In preparation for switching linuxulator to the use the native 1:1 | Dmitry Chagin | 2015-05-24 | 1 | -10/+19 |
* | In preparation for switching linuxulator to the use the native 1:1 | Dmitry Chagin | 2015-05-24 | 1 | -4/+10 |
* | Add kern.racct.enable tunable and RACCT_DISABLED config option. | Edward Tomasz Napierala | 2015-04-29 | 1 | -8/+12 |
* | Consistently use p instead of td->td_proc in create_thread | Mateusz Guzik | 2015-04-26 | 1 | -5/+5 |
* | The umtx_lock mutex is used by top-half of the kernel, but is | Konstantin Belousov | 2015-02-28 | 1 | -0/+1 |
* | Clean up confusing comment. Move it to the place of code which is | Konstantin Belousov | 2014-11-03 | 1 | -4/+6 |
* | Stop treating td_sigmask specially for the purposes of new thread | Konstantin Belousov | 2012-05-26 | 1 | -1/+0 |
* | Fix panic, triggered like this: "int main() { thr_exit(); }" | Edward Tomasz Napierala | 2012-04-17 | 1 | -1/+1 |
* | Add a new sched_clear_name() method to the scheduler interface to clear | John Baldwin | 2012-03-08 | 1 | -0/+3 |
* | Document a large number of currently undocumented sysctls. While here | Eitan Adler | 2011-12-13 | 1 | -2/+2 |
* | Move cpu_set_upcall(newtd, td) up before the first call of | Peter Holm | 2011-12-09 | 1 | -2/+2 |
* | Use umtx_copyin_timeout() to copy and check timeout parameter. | Peter Holm | 2011-12-03 | 1 | -5/+1 |
* | Added check for negative seconds value. Found by syscall() fuzzing. | Peter Holm | 2011-11-18 | 1 | -1/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+2 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -9/+9 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | Edward Tomasz Napierala | 2011-07-06 | 1 | -0/+4 |
* | Enable accounting for RACCT_NPROC and RACCT_NTHR. | Edward Tomasz Napierala | 2011-03-31 | 1 | -5/+24 |
* | Move the max_threads_per_proc and max_threads_hits variables to the | Konstantin Belousov | 2011-02-23 | 1 | -3/+11 |
* | Revert previous change, the existing check was correct. | John Baldwin | 2011-02-23 | 1 | -1/+1 |
* | Fix off-by-one error in check against max_threads_per_proc. | John Baldwin | 2011-02-23 | 1 | -1/+1 |
* | In thr_exit() and kthread_exit(), only remove thread from | David Xu | 2010-10-23 | 1 | -6/+7 |
* | - Don't include sx.h, it is not needed. | David Xu | 2010-10-20 | 1 | -12/+11 |
* | Create a global thread hash table to speed up thread lookup, use | David Xu | 2010-10-09 | 1 | -66/+61 |
* | Optimize thr_suspend, if timeout is zero, don't call msleep, just | David Xu | 2010-08-24 | 1 | -9/+14 |
* | - According to specification, SI_USER code should only be generated by | David Xu | 2010-08-24 | 1 | -2/+2 |
* | Tweak the in-kernel API for sending signals to threads: | John Baldwin | 2010-06-29 | 1 | -5/+4 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn | 2010-03-11 | 1 | -1/+1 |
* | Deliver siginfo when signal is generated by thr_kill(2) (SI_USER with properly | Bruno Ducrot | 2010-03-01 | 1 | -4/+17 |
* | Currently, when signal is delivered to the process and there is a thread | Konstantin Belousov | 2009-10-11 | 1 | -1/+1 |
* | Reintroduce the r196640, after fixing the problem with my testing. | Konstantin Belousov | 2009-09-01 | 1 | -1/+1 |
* | Reverse r196640 and r196644 for now. | Konstantin Belousov | 2009-08-29 | 1 | -1/+1 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | Konstantin Belousov | 2009-08-29 | 1 | -1/+1 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | Robert Watson | 2009-06-27 | 1 | -2/+2 |
* | Remove even more unneeded variable assignments. | Ed Schouten | 2009-02-26 | 1 | -3/+1 |
* | Add sv_flags field to struct sysentvec with intention to provide description | Konstantin Belousov | 2008-11-22 | 1 | -3/+1 |
* | Revert rev 184216 and 184199, due to the way the thread_lock works, | David Xu | 2008-11-05 | 1 | -1/+2 |
* | If threads limit is exceeded, increase the totoal number | David Xu | 2008-10-29 | 1 | -1/+4 |