NetBSD/include
christos 2cca8c559f Bring back binary compatibility with the previous version of the resolver.
There was no room to allocate 16 bytes for _rnd in the struct in the _LP64
case, so we dynamically allocate now. Also put the _rnd field last, so that
we are bitwise compatible too. Now of course we've run out of space, so
next time will need to perform more evil tricks to fit.
2009-04-20 14:42:12 +00:00
..
arpa merge libbind 2009-04-12 17:07:33 +00:00
heimdal Don't define __RCSID() here, since sys/cdefs.h does it later. Avoids 2008-08-29 00:39:30 +00:00
protocols merge christos-time_t 2009-01-11 02:57:17 +00:00
rpc merge christos-time_t 2009-01-11 02:57:17 +00:00
rpcsvc
ssp Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
Makefile /usr/include/atomic.h, for Solaris source compat. 2008-05-28 12:28:12 +00:00
a.out.h
aio.h fix reversed test from Tobias Nygren. 2009-01-13 15:11:09 +00:00
ar.h
assert.h include <sys/null.h> because _DIAGASSERT(foo == NULL) is too common and some 2008-11-02 14:27:44 +00:00
atomic.h /usr/include/atomic.h, for Solaris source compat. 2008-05-28 12:28:12 +00:00
bitstring.h
bm.h
complex.h
cpio.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ctype.h
db.h Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as 2008-08-26 21:18:38 +00:00
dirent.h version alphasort. 2009-02-24 18:41:40 +00:00
disktab.h
dlfcn.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
err.h
errno.h Add a comment noting that the definition of __errno is now replicated in 2008-03-03 06:57:48 +00:00
fmtmsg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
fnmatch.h
fstab.h
fts.h merge christos-time_t 2009-01-11 02:57:17 +00:00
ftw.h
getopt.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
glob.h add glob_pattern_p for glibc because cvs needs it and it is a huge mess 2009-04-08 16:28:50 +00:00
grp.h
hesiod.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
iconv.h
ieeefp.h
ifaddrs.h
inttypes.h Add C99 imaxabs and imaxdiv protoypes and imaxdiv_t typedef. 2008-08-04 21:19:45 +00:00
iso646.h
kvm.h
langinfo.h
libgen.h remove the const again - per core. 2008-05-10 22:37:42 +00:00
limits.h Make _POSIX_TZNAME_MAX=6 per SUSv3, from Andy Shevchenko 2008-08-27 08:53:55 +00:00
link.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
link_aout.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
link_elf.h
locale.h merge christos-time_t 2009-01-11 02:57:17 +00:00
login_cap.h merge christos-time_t 2009-01-11 02:57:17 +00:00
lwp.h merge christos-time_t 2009-01-11 02:57:17 +00:00
malloc.h
math.h Make NAN a compile time constant (with help from the compiler). Suggested 2009-02-22 01:34:01 +00:00
md2.h
memory.h
mntopts.h Add MOPT_RUMP to STDOPTS so it will be correctly ignored by everyone 2009-01-12 18:14:20 +00:00
monetary.h add missing attributes to the remaining calls, even the ones that gcc has 2008-09-21 16:59:46 +00:00
mpool.h Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as 2008-08-26 21:18:38 +00:00
mqueue.h merge christos-time_t 2009-01-11 02:57:17 +00:00
ndbm.h
netconfig.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
netdb.h merge libbind 2009-04-12 17:07:33 +00:00
netgroup.h
nl_types.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
nlist.h
nsswitch.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
paths.h Support RESCUEDIR for _PATH_VI. 2008-09-28 06:38:02 +00:00
pwd.h merge christos-time_t 2009-01-11 02:57:17 +00:00
randomid.h
ranlib.h
re_comp.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
regex.h
regexp.h
res_update.h merge libbind 2009-04-12 17:07:33 +00:00
resolv.h Bring back binary compatibility with the previous version of the resolver. 2009-04-20 14:42:12 +00:00
rmt.h
sa.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sched.h merge christos-time_t 2009-01-11 02:57:17 +00:00
search.h
semaphore.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
setjmp.h
sgtty.h
signal.h merge christos-time_t 2009-01-11 02:57:17 +00:00
stab.h
stdbool.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
stddef.h
stdio.h add missing attributes to the remaining calls, even the ones that gcc has 2008-09-21 16:59:46 +00:00
stdlib.h cleanup after devmajor_t: 2009-01-20 20:08:12 +00:00
string.h add memrchr 2009-04-10 23:00:52 +00:00
stringlist.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
strings.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
struct.h
sysexits.h
tar.h
tgmath.h Add the C99 header <tgmath.h> (Type-generic math.h) 2008-09-28 14:57:41 +00:00
time.h merge christos-time_t 2009-01-11 02:57:17 +00:00
ttyent.h
tzfile.h
ucontext.h Revert previous since it was just wrong. 2009-03-19 08:04:38 +00:00
ulimit.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
unistd.h merge christos-time_t 2009-01-11 02:57:17 +00:00
util.h merge christos-time_t 2009-01-11 02:57:17 +00:00
utime.h merge christos-time_t 2009-01-11 02:57:17 +00:00
utmp.h merge christos-time_t 2009-01-11 02:57:17 +00:00
utmpx.h don't do size computations because g++ does not like it. 2009-01-11 19:09:29 +00:00
uuid.h constify uuid(3) 2008-04-23 07:52:32 +00:00
varargs.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vis.h Add RFC 2045 MIME Quoted-Printable support. 2009-02-10 23:06:31 +00:00
wchar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
wctype.h
wordexp.h everyone else assumes that defining "_XOPEN_SOURCE" means XPG4.2, 2008-04-01 19:23:28 +00:00