1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libc
John Baldwin 7bfd54ac0f The kernel already fixes up %eax for parents that return from fork, so
don't bother manually fixing up %eax for the parent process by testing
the value in %edx and zeroing and already zeroed %eax.
2001-11-13 06:36:43 +00:00
..
alpha Fix vendor ID's. 2001-11-07 22:12:52 +00:00
amd64 The kernel already fixes up %eax for parents that return from fork, so 2001-11-13 06:36:43 +00:00
compat-43 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
db mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
gen Fixed namespace pollution related to `err' in libc in the same way as for 2001-11-11 02:48:09 +00:00
gmon mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
i386 The kernel already fixes up %eax for parents that return from fork, so 2001-11-13 06:36:43 +00:00
ia64 Implement fpsetmask() and fpgetmask(). 2001-11-03 15:52:18 +00:00
include Fixed namespace pollution related to `err' in libc in the same way as for 2001-11-11 02:48:09 +00:00
locale mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
mips
mipseb
mipsel
net Fixed namespace pollution related to `err' in libc in the same way as for 2001-11-11 02:48:09 +00:00
nls mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
posix1e Fixed missing `const' in synopsis. 2001-10-03 16:29:21 +00:00
quad
regex The algorithm that computes the tables used in the BM search algorithm sometimes 2001-11-09 10:17:44 +00:00
rpc s/kernal/kernel 2001-10-19 07:52:11 +00:00
sparc64 Minimal libc for sparc64. 2001-10-26 05:40:07 +00:00
stdio In > LONG_MAX test use sseek return value and not _offset which can be not 2001-10-25 22:56:04 +00:00
stdlib malloc and calloc do not free memory. 2001-11-05 00:39:27 +00:00
stdtime Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). 2001-10-28 20:13:16 +00:00
string Increment the loop counter. 2001-11-10 17:36:58 +00:00
sys Note that the manpage is incorrect about the vector argument. 2001-11-09 01:01:50 +00:00
xdr Fixed various type errors in synopsis. 2001-10-03 16:53:59 +00:00
yp Changed the clnt_perror string in yp_all because it was saying the 2001-05-23 15:37:10 +00:00
Makefile Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-( 2001-08-13 21:48:44 +00:00
Makefile.inc