freebsd-dev/lib/libc
Marcel Moolenaar 7aa65edc75 ia64 ABI breaker:
Don't force 16-byte alignment at run-time. Do it at compile-time.
This saves us the pointer fiddling by the setjmp functions and
reduces complexity. While here, increase the jmp_buf by 16 bytes
to an even 512 bytes. Coincidentally, due to the way alignment
was handled prior to this change, the jmp_buf has not changed in
size, but only in how the space is used. Prior to this change
the 16 bytes were reserved for enforcing alignment; now they are
reserved by us for future extensions.
Therefore, this ABI breaker is relatively save: the failure is
always an alignment trap.
2002-11-11 08:11:44 +00:00
..
alpha Re-apply the previously backed-out commit that fixes the problem where 2002-10-31 23:05:20 +00:00
amd64 Re-apply the previously backed-out commit that fixes the problem where 2002-10-31 23:05:20 +00:00
compat-43
db Correct the headers needed to use dbopen(3) and friends. 2002-10-18 16:20:08 +00:00
gen * Add stubs for pthread_cond_broadcast. 2002-11-01 09:37:17 +00:00
gmon Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
i386 Re-apply the previously backed-out commit that fixes the problem where 2002-10-31 23:05:20 +00:00
ia64 ia64 ABI breaker: 2002-11-11 08:11:44 +00:00
include * Add stubs for pthread_cond_broadcast. 2002-11-01 09:37:17 +00:00
locale Add cross references to mbrtowc(3) and wcrtomb(3). 2002-11-10 11:14:58 +00:00
net query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. 2002-10-26 19:00:14 +00:00
nls Do not include <sys/syslimits.h> directly; it is not intended for general 2002-10-27 17:44:33 +00:00
posix1e Update acl.3 to xref getfacl(1) and setfacl(1), the recommended tools for 2002-11-08 15:01:28 +00:00
powerpc
quad
regex Add restrict type-qualifier. 2002-10-02 07:49:35 +00:00
rpc Cosmetics. 2002-10-29 15:00:10 +00:00
sparc64 Re-apply the previously backed-out commit that fixes the problem where 2002-10-31 23:05:20 +00:00
stdio Restore Peter's version of static __sF. There's too much pain for it 2002-11-10 08:44:38 +00:00
stdlib de-__P() 2002-10-16 22:18:42 +00:00
stdtime Add cross-references to the wide character counterparts of these functions. 2002-10-15 10:11:53 +00:00
string Replace wcsstr() with an implementation based on strstr(), which is far 2002-10-24 02:53:45 +00:00
sys Given that we have 3 places to document UUID related information, 2002-11-11 00:29:01 +00:00
uuid Wrap function prototype declarations in __BEGIN_DECLS to do the right thing 2002-11-05 10:55:16 +00:00
xdr Removed duplicated MLINKS which make(1) recently started warning about. 2002-08-15 12:31:01 +00:00
yp
Makefile Zap the early-adopter transition aid before we get into serious 2002-10-11 22:38:17 +00:00
Makefile.inc Implement DCE 1.1 compliant UUID functions. Immediate use of these 2002-10-30 03:51:00 +00:00