NetBSD/sys/lib/libkern
itojun 2dc247fc34 make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES.
ancillary data alignment will be ALIGNBYTES, not sizeof(long) - 1, from now.

CMSG_xx will NOT resolve into constant.  if you use CMSG_xx to allocate
arrays, you'll lose.

bump shlib minor for libc.

NOTE: if you are on top of arch with ALIGNBYTES != sizeof(long) - 1,
you need to recompile IPv6-related binaries.  there is no way to guarantee
backward compat in this aspect.  sorry for this.  this should be the last
backward compat breakage for IPv6-related ancillary data manipulation.
(we still have PR 9516 for unix-domain sockets...)
2000-03-02 07:41:49 +00:00
..
arch add strtoul 2000-02-01 04:02:59 +00:00
Makefile make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES. 2000-03-02 07:41:49 +00:00
Makefile.inc Revert STRIPPROG -> STRIP 2000-02-01 05:25:24 +00:00
__assert.c
__cmsg_alignbytes.c make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES. 2000-03-02 07:41:49 +00:00
__main.c
adddi3.c
anddi3.c
ashldi3.c
ashrdi3.c sync with libc 1999-09-10 13:21:14 +00:00
bcmp.c
bcopy.c
bswap16.c
bswap32.c
bswap64.c
bzero.c
cmpdi2.c
divdi3.c
ffs.c
htonl.c
htons.c
imax.c
imin.c
index.c
inet_addr.c
intoa.c
iordi3.c
libkern.h Move strtoul.c (via CVS repo copy) to libkern. Also sort prototypes 1999-11-29 23:12:56 +00:00
lmax.c
lmin.c
lshldi3.c
lshrdi3.c
max.c
mcount.c
md5c.c Include <lib/libkern/libkern.h> after sys/param.h, to avoid warnings 1999-10-16 19:06:48 +00:00
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
min.c
moddi3.c
muldi3.c
negdi2.c
notdi2.c
ntohl.c
ntohs.c
pmatch.c
qdivrem.c sync with libc 1999-09-10 13:21:14 +00:00
quad.h sync with libc 1999-09-10 13:21:14 +00:00
random.c
rindex.c
scanc.c
sha1.c Include <lib/libkern/libkern.h> instead of <sys/systm.h>. 1999-09-16 00:06:46 +00:00
skpc.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncasecmp.c
strncmp.c
strncpy.c
strrchr.c
strtoul.c Copied from arch/arm32/arm32/strtoul.c,v 1999-11-29 22:51:19 +00:00
subdi3.c
ucmpdi2.c
udivdi3.c
ulmax.c
ulmin.c
umoddi3.c
xordi3.c