freebsd-dev/sys/libkern
Bruce Evans 37889b394a Changed to the C9x draft spelling of the (unsigned) integral type
suitable for holding object pointers (ptrint_t -> uintptr_t).
Added corresponding signed type (intptr_t).  Changed/added
corresponding non-C9x types for function pointers to match.  Don't
use nonstandard types to implement these types, and don't comment
on them in <machine/types.h>.
1998-07-14 05:09:48 +00:00
..
alpha Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
adddi3.c
anddi3.c
ashldi3.c
ashrdi3.c
bcd.c
bcmp.c
cmpdi2.c Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
divdi3.c
ffs.c
fnmatch.c Style optimization in newly added POSIX range []] conformance, redo 1997-06-07 01:33:10 +00:00
index.c
inet_ntoa.c
iordi3.c
locc.c
lshldi3.c
lshrdi3.c
mcount.c Changed to the C9x draft spelling of the (unsigned) integral type 1998-07-14 05:09:48 +00:00
moddi3.c
muldi3.c
negdi2.c
notdi2.c
qdivrem.c Rename some local variables to avoid shadowing other local variables. 1997-11-07 09:21:01 +00:00
qsort.c #include sys/libkern.h instead of stdlib.h. 1998-06-30 11:05:11 +00:00
quad.h
random.c
rindex.c
scanc.c
skpc.c
strcat.c
strcmp.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
strcpy.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
strlen.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
strncmp.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
strncpy.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
strsep.c
subdi3.c
ucmpdi2.c
udivdi3.c
umoddi3.c
xordi3.c