freebsd-dev/lib/libc
Jake Burkholder 89172e2e25 Install the userland signal trampoline when sigaction is first called,
instead of on startup.  This fixes binary compatibility of dynamically
linked binaries from before the signal code move.

Suggested by:	wollman (a long time ago)
2002-09-03 14:55:29 +00:00
..
alpha Generate the normal asm stubs for all sysv system calls. Use these instead 2002-05-23 23:51:57 +00:00
amd64 Use '_end' symbol instead of 'end' to initialize minbrk and curbrk 2002-08-08 17:28:07 +00:00
compat-43 Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
db Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
gen Fix a memory leak. 2002-09-01 01:49:27 +00:00
gmon Check for defined(__i386__) instead of just defined(i386) since the compiler 2002-05-30 07:00:42 +00:00
i386 Include <stdlib.h> to have abort() and exit() declared. 2002-08-15 11:58:24 +00:00
ia64 We cannot use an alloc with only inputs and/or locals. The kernel 2002-08-23 03:47:50 +00:00
include Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
locale Set errno to EILSEQ when invalid multibyte sequences are detected 2002-09-03 01:09:47 +00:00
net Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:10:45 +00:00
nls Now, malloc is fixed, remove ENOMEM hardcode 2002-08-12 11:47:19 +00:00
posix1e Update TE policy and MAC text conversion routines to support partial 2002-08-09 03:09:38 +00:00
powerpc _C_LABEL -> CNAME 2002-05-17 05:11:13 +00:00
quad Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
regex Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:10:45 +00:00
rpc xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don't 2002-08-19 23:06:00 +00:00
sparc64 Install the userland signal trampoline when sigaction is first called, 2002-09-03 14:55:29 +00:00
stdio Print a '-' sign for negative zero. Tested with 2002-08-27 20:11:08 +00:00
stdlib s/EDOFUS/EDOOFUS/ 2002-08-21 17:11:00 +00:00
stdtime Fix a nasty bug exposed by mktime() when time_t is significantly bigger 2002-09-03 04:34:10 +00:00
string - Let their manual pages show the reader that the bzero(3) and 2002-09-01 21:53:46 +00:00
sys Note that <sys/types.h> in no longer a prerequisite for <utime.h> and 2002-08-24 00:39:43 +00:00
xdr Removed duplicated MLINKS which make(1) recently started warning about. 2002-08-15 12:31:01 +00:00
yp Spell void * as void * rather than caddr_t. This is complicated by the 2002-04-28 15:18:50 +00:00
Makefile Embellish more. 2002-03-26 23:09:34 +00:00
Makefile.inc PowerPC does not have profile support yet. 2002-05-15 20:07:31 +00:00