aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_pshared.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libthr pshared: correct a bug in allocationKonstantin Belousov2023-02-011-5/+10
* libthr: add pshared_destroy() helperKonstantin Belousov2023-02-011-5/+12
* Remove PAGE_SIZE from libthrAndrew Turner2022-05-031-4/+9
* Lock pshared_lock shared around fork, to ensure that the COW snapshotKonstantin Belousov2016-03-211-0/+14
* Add two comments explaining the fine points of the hashKonstantin Belousov2016-03-011-0/+31
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-0/+223