plan9fox/sys
cinap_lenrek 25f04a68a1 ape: threadsafe errno
store errno on the private process stack so its always per process
and not just per memory space. errno itself becomes a macro
dereferencing int *_errnoloc; which is initialized from main9.s
pointing to the private stack location.

various fixes in programs that just imported errno variable with
"extern int errno;" instead of including <errno.h>.
2013-03-11 18:57:22 +01:00
..
doc
games/lib fortunes: He wasn't asking about plan9port. 2013-03-07 18:34:35 -05:00
include ape: threadsafe errno 2013-03-11 18:57:22 +01:00
lib dont use full qualified domain names in example configuration 2013-02-27 08:18:18 +01:00
man wpa(8): fix typos 2013-03-10 19:25:01 -04:00
src ape: threadsafe errno 2013-03-11 18:57:22 +01:00