summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_np.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add a pthread_get_name_np to match pthread_set_name_np.tedu2019-02-041-1/+7
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-1/+4
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-7/+6
* Eliminate the need to explicitly invoke syscalls via their _thread_sys_*guenther2016-04-021-1/+3
* Add back <sys/param.h>; it's needed for MACHINE_STACK_GROWS_UP.kettenis2015-01-241-1/+2
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* avoid void arithmetic. from david carliertedu2014-12-081-2/+3
* Only need <stdint.h> and not <inttypes.h> hereguenther2014-08-091-2/+2
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-2/+1
* Use a flag on the pthread_t to indicate that the thread's stack wasguenther2014-07-011-2/+2
* - Adjust pthread_stackseg_np to return the page aligned addressable stackkurt2014-05-021-4/+11
* Don't try to reuse _initial_thread in the fork() wrapper, as theguenther2013-11-291-2/+3
* use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK.deraadt2013-11-131-18/+31
* - Don't include guard pages in the stack size.kurt2013-03-311-7/+4
* Fix the handling of the stackaddr, stacksize, and guardsize attributes:guenther2012-02-181-10/+7
* pthread_self() may be much cheaper and never more expensive than getthrid()guenther2011-12-281-2/+2
* Report the correct stack size and top for the primordial thread inkurt2007-07-081-16/+21
* make rthreads compile againhenning2006-04-121-2/+2
* Nicer implementation of pthread_main_np(), which avoids the spinlock.otto2006-01-011-7/+2
* use queue.h macros for thread house keeping; make some vars non-staticotto2005-12-301-3/+1
* Put the existing _np functions into separate file; introduceotto2005-12-291-0/+99