summaryrefslogtreecommitdiff
path: root/sys/src/libthread/id.c
AgeCommit message (Collapse)Author
2020-12-07libthread: simplify threadsetname()cinap_lenrek
- open /proc/n/args with OCEXEC flag - reduce stack usage by using smaller buffer for path - format pid as ulong
2015-09-06libthread: get rid of tprivalloc()/tprivfree()/tprivdata() and _workerdata() ↵cinap_lenrek
(thanks qrstuv) these functions where undocumented and unused. especially tprivfree() was buggy missing a unlock() call. theres not much point in supporting these functions as theres threaddata() and procdata().
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen