freebsd-dev/lib/libc/stdlib
John Birrell a0aa389007 Delete the XXX comments that refer to spinlock recursion. The malloc/free/
realloc functions check for recursion within the malloc code itself. In
a thread-safe library, the single spinlock ensures that no two threads
go inside the protected code at the same time. The thread implementation
is responsible for ensuring that the spinlock does in fact protect malloc.
There was a window of opportunity in which this was not the case. I'll fix
that with a commit RSN.
1998-09-30 06:13:59 +00:00
..
abort.3
abort.c Use signal() in both the threaded and non-threaded cases. 1998-04-29 09:06:13 +00:00
abs.3
abs.c
alloca.3
atexit.3
atexit.c
atexit.h
atof.3 Remove a nolonger implented "BUGS" description. 1998-04-11 07:37:44 +00:00
atof.c
atoi.3
atoi.c
atol.3
atol.c
bsearch.3
bsearch.c
calloc.c malloc_sysv used before initialized, reported in PR4002 by 1997-07-01 18:39:38 +00:00
div.3
div.c
exit.3
exit.c Reference an external variable in threaded programs so that the 1998-04-29 09:08:43 +00:00
getenv.3
getenv.c
getopt.3 Fix a few nits in quoted code fragments and elsewhere. 1998-05-04 23:16:50 +00:00
getopt.c
getsubopt.3
getsubopt.c
heapsort.c
labs.3
labs.c
ldiv.3
ldiv.c
Makefile.inc Fix style problems noted by Bruce: 1998-09-16 03:16:06 +00:00
malloc.3 o Don't reference non-existant function freealloc. 1998-09-16 04:07:31 +00:00
malloc.c Delete the XXX comments that refer to spinlock recursion. The malloc/free/ 1998-09-30 06:13:59 +00:00
memory.3
merge.c
netbsd_strtod.c This is a hack to workaround source that is coded to use long variables 1998-05-08 05:41:57 +00:00
putenv.c
qsort.3
qsort.c
radixsort.3
radixsort.c
rand.3
rand.c
random.3 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq 1998-03-19 07:34:22 +00:00
random.c srandomdev: use stack junk value in the fallback code too 1997-06-15 18:23:19 +00:00
reallocf.c Fix style problems noted by Bruce: 1998-09-16 03:16:06 +00:00
realpath.3 Show the real revision date and not the date that this 1997-06-23 04:03:49 +00:00
realpath.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
setenv.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
strhash.c
strtod.3 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq 1998-03-19 07:34:22 +00:00
strtod.c
strtol.3
strtol.c
strtoll.c Get rid of integer overflow warning. 1997-08-23 23:51:12 +00:00
strtoq.c Get rid of integer overflow warning. 1997-08-23 23:51:12 +00:00
strtoul.3
strtoul.c
strtoull.c
strtouq.c
system.3
system.c