freebsd-nq/lib/libc
John Birrell f901bc2795 Add a global variable called __isthreaded that can be tested throughout
libc to determine if locking is required. This is needed in libc
for use with kernel threads, but until a thread is created, we don't
really want to bother locking things. The variable was added here
because the crt code calls exit(main()) so all programs will get the
variable.
1998-04-11 07:02:58 +00:00
..
alpha Oops, we don't need NetBSD's malloc 'cause we can turn off utrace 1998-03-09 07:03:06 +00:00
amd64 Nearly missed this one. 1998-03-09 07:36:56 +00:00
compat-43 MACHINE -> MACHINE_ARCH 1998-03-09 06:24:02 +00:00
db
gen Change in name of the static initializer define. 1998-04-04 11:03:07 +00:00
gmon These files are very specific to FreeBSD kernels, so silently compile 1998-03-09 04:42:19 +00:00
i386 Nearly missed this one. 1998-03-09 07:36:56 +00:00
include Add a private header file for libc/libc_r/libpthread to contain 1998-04-11 06:57:33 +00:00
locale Change MACHINE references to MACHINE_ARCH. 1998-02-20 08:23:55 +00:00
net (Ab)use .Vt instead of .Fd for a variable declaration. 1998-03-23 13:05:07 +00:00
nls
quad Change MACHINE references to MACHINE_ARCH. 1998-02-20 08:23:55 +00:00
regex
rpc
stdio Fixed disordering and inconsistent style in previous commit. 1998-03-12 12:05:14 +00:00
stdlib Add a global variable called __isthreaded that can be tested throughout 1998-04-11 07:02:58 +00:00
stdtime Change in name of the static initializer define. 1998-04-04 11:03:07 +00:00
string Change MACHINE references to MACHINE_ARCH. 1998-02-20 08:23:55 +00:00
sys Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
xdr
yp Fix resource allocation problems: 1998-03-07 05:06:10 +00:00
Makefile Add an include path to private linc/libc_r/libpthread header files. 1998-03-09 06:16:38 +00:00
Makefile.inc Define empty variables in case no names are added to them. This avoids 1998-03-09 06:21:41 +00:00