1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/lib/libc
John Birrell d5bc59bb81 Fix recursion problem which occurs when a signal is received during
a malloc. The signal handler creates a thread which requires a malloc...
For now, the only thing to do is to block signals. When we move user
pthreads to use the kernel threads, mutexes will be implemented in kernel
space and then malloc can revert.
1997-12-15 02:12:42 +00:00
..
amd64 Removed bogus .PATH statement. 1997-10-16 14:41:25 +00:00
compat-43 Sorted lists. 1997-10-21 08:41:15 +00:00
db Sorted lists. 1997-10-21 08:41:15 +00:00
gen Fixed spelling of EACCES. 1997-11-23 17:58:55 +00:00
gmon Removed the subdirectory paths from the definitions of MAN[1-9]. They 1997-10-15 16:16:41 +00:00
i386 Removed unused file. It just forces a return value of 0 on success 1997-10-18 13:59:48 +00:00
locale Correct description of which runes are encoded as two bytes. 1997-11-05 04:18:42 +00:00
net Sorted lists. 1997-10-21 08:41:15 +00:00
nls Removed the subdirectory paths from the definitions of MAN[1-9]. They 1997-10-15 16:16:41 +00:00
quad
regex Removed the subdirectory paths from the definitions of MAN[1-9]. They 1997-10-15 16:16:41 +00:00
rpc In clntudp_call(), it is possible that xdr_replymsg() might fail 1997-10-26 18:47:31 +00:00
stdio Fixed long double formats. They were mostly not implemented except 1997-11-23 06:02:47 +00:00
stdlib Fix recursion problem which occurs when a signal is received during 1997-12-15 02:12:42 +00:00
stdtime Typo. 1997-10-26 10:37:35 +00:00
string Sorted lists. 1997-10-21 08:41:15 +00:00
sys Fixed spelling of EACCES. 1997-11-23 17:58:55 +00:00
xdr Removed the subdirectory paths from the definitions of MAN[1-9]. They 1997-10-15 16:16:41 +00:00
yp
Makefile
Makefile.inc Handle machine-dependent (m-d) (string) sources more automatically. 1997-10-16 13:46:50 +00:00