Age | Commit message (Expand) | Author |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2021-09-17 | these files do not need sys/param.h | Theo de Raadt |
2020-10-12 | make fixed-sized fixed-value mib[] arrays be const | Theo de Raadt |
2019-02-04 | add a pthread_get_name_np to match pthread_set_name_np. | Ted Unangst |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-04-02 | Eliminate the need to explicitly invoke syscalls via their _thread_sys_* | Philip Guenther |
2015-01-24 | Add back <sys/param.h>; it's needed for MACHINE_STACK_GROWS_UP. | Mark Kettenis |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2014-12-08 | avoid void arithmetic. from david carlier | Ted Unangst |
2014-08-09 | Only need <stdint.h> and not <inttypes.h> here | Philip Guenther |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-01 | Use a flag on the pthread_t to indicate that the thread's stack was | Philip Guenther |
2014-05-02 | - Adjust pthread_stackseg_np to return the page aligned addressable stack | Kurt Miller |
2013-11-29 | Don't try to reuse _initial_thread in the fork() wrapper, as the | Philip Guenther |
2013-11-13 | use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK. | Theo de Raadt |
2013-03-31 | - Don't include guard pages in the stack size. | Kurt Miller |
2012-02-18 | Fix the handling of the stackaddr, stacksize, and guardsize attributes: | Philip Guenthe |
2011-12-28 | pthread_self() may be much cheaper and never more expensive than getthrid() | Philip Guenthe |
2007-07-08 | Report the correct stack size and top for the primordial thread in | Kurt Miller |
2006-04-12 | make rthreads compile again | Henning Brauer |
2006-01-01 | Nicer implementation of pthread_main_np(), which avoids the spinlock. | Otto Moerbeek |
2005-12-30 | use queue.h macros for thread house keeping; make some vars non-static | Otto Moerbeek |
2005-12-29 | Put the existing _np functions into separate file; introduce | Otto Moerbeek |