summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_stack.c
AgeCommit message (Expand)Author
2024-07-30rtld: avoid division in __thr_map_stacks_exec()Konstantin Belousov
2024-07-26Revert "Avoid division in round_up."Brooks Davis
2024-07-26Avoid division in round_up.John F. Carr
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-16libthr: extract code to get main stack base and size into helpersKonstantin Belousov
2022-09-16libc, libthr: use AT_USRSTACK{BASE,LIM} instead of sysctl("kern.usrstack") an...Konstantin Belousov
2022-09-16libthr: use nitems() for mib lengthKonstantin Belousov
2022-01-17Revert "libthr: Use kern.stacktop for thread stack calculation."Mark Johnston
2021-10-15libthr: Use kern.stacktop for thread stack calculation.Dawid Gorecki
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-20libthr: Use CLI flags instead of pragmas to disable warningsEric van Gyzen
2017-05-19libthr: fix warnings at WARNS=6Eric van Gyzen
2016-04-08Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov
2016-02-08If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov
2014-08-13Add a knob LIBPTHREAD_BIGSTACK_MAIN, which instructs libthr to leaveKonstantin Belousov
2014-08-13Style.Konstantin Belousov
2011-01-10For the process that already loaded libthr but still not initializedKonstantin Belousov
2011-01-09Implement the __pthread_map_stacks_exec() for libthr.Konstantin Belousov
2010-09-13Convert thread list lock from mutex to rwlock.David Xu
2006-04-04WARNS level 4 cleanup.David Xu
2005-04-02Import my recent 1:1 threading working. some features improved includes:David Xu
2005-03-06Increase the default stacksizes:Joe Marcus Clarke
2004-11-27Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz
2003-05-26Decouple the thread stack [de]allocating functions from the 'dead threads list'Mike Makonnen
2003-05-25Start locking up the active and dead threads lists. The active threadsMike Makonnen
2003-04-01 - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson