summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_stack.c
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* libthr: Use CLI flags instead of pragmas to disable warningsEric van Gyzen2017-05-201-17/+0
* libthr: fix warnings at WARNS=6Eric van Gyzen2017-05-191-0/+17
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov2016-02-081-2/+1
* Add a knob LIBPTHREAD_BIGSTACK_MAIN, which instructs libthr to leaveKonstantin Belousov2014-08-131-1/+4
* Style.Konstantin Belousov2014-08-131-1/+1
* For the process that already loaded libthr but still not initializedKonstantin Belousov2011-01-101-0/+26
* Implement the __pthread_map_stacks_exec() for libthr.Konstantin Belousov2011-01-091-1/+34
* Convert thread list lock from mutex to rwlock.David Xu2010-09-131-1/+1
* WARNS level 4 cleanup.David Xu2006-04-041-3/+4
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-105/+125
* Increase the default stacksizes:Joe Marcus Clarke2005-03-061-6/+6
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+0
* Decouple the thread stack [de]allocating functions from the 'dead threads list'Mike Makonnen2003-05-261-4/+4
* Start locking up the active and dead threads lists. The active threadsMike Makonnen2003-05-251-9/+5
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+240