1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/lib/libc
David Schultz 7082a2cf72 Don't inline fenv.h functions on arm for now. Inlining makes sense:
the function bodies require only 2 to 10 instructions.  However, it
leads to application binaries that refer to a private ABI, namely, the
softfloat innards in libc.  This could complicate future changes in
the implementation of the floating-point emulation layer, so it seems
best to have programs refer to the official fe* entry points in libm.
2012-01-20 06:54:30 +00:00
..
amd64 Make sure that stack is 16-byte aligned before calling a function, 2011-11-02 18:06:22 +00:00
arm Don't inline fenv.h functions on arm for now. Inlining makes sense: 2012-01-20 06:54:30 +00:00
compat-43
db Fix clang warnings. 2011-06-18 13:56:33 +00:00
gdtoa Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
gen Insert read memory barriers. 2012-01-16 06:15:14 +00:00
gmon
i386 Change index() and rindex() to a weak alias. 2012-01-05 10:32:53 +00:00
ia64 Replace a proliferation of buggy MD implementations of modf() with a 2011-10-21 06:40:36 +00:00
iconv Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06] 2011-12-23 15:00:37 +00:00
include Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06] 2011-12-23 15:00:37 +00:00
inet
isc
locale libc: Eliminate some relative relocations in setlocale(). 2011-12-27 23:28:01 +00:00
mips Convert softfloat to use the standard exception flag and rounding macros 2012-01-16 04:05:53 +00:00
nameser
net Handle the internal scope address representation of the KAME IPv6 2012-01-07 09:01:19 +00:00
nls
posix1e
powerpc Two other places where we can use WEAK_ALIAS. 2012-01-08 11:57:38 +00:00
powerpc64 Two other places where we can use WEAK_ALIAS. 2012-01-08 11:57:38 +00:00
quad
regex Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
resolv Remove meaningless self-assignment in res_send.c, otherwise clang will 2011-12-15 20:10:12 +00:00
rpc In lib/libc/rpc/crypt_client.c, fix a clang warning about an implicit 2011-12-15 20:27:36 +00:00
softfloat Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't the 2012-01-20 06:16:14 +00:00
sparc64 Computations on NaNs are supposed to return one of the input NaNs unchanged. 2012-01-16 04:09:45 +00:00
stdio Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
stdlib Add aligned_alloc(3). 2012-01-09 06:36:28 +00:00
stdtime Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
string Change index() and rindex() to a weak alias. 2012-01-05 10:32:53 +00:00
sys Make man page wording more clear: 2012-01-15 20:14:52 +00:00
uuid
xdr Add a HISTORY section 2011-07-10 06:57:00 +00:00
yp Handle malloc failures in yplib.c. 2011-12-23 02:13:42 +00:00
Makefile Merge index() and strchr() together. 2012-01-03 07:14:01 +00:00
Versions.def Add a FBSD_1.3 namespace for FreeBSD 10. 2011-10-10 15:42:33 +00:00