This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
libkern
History
Peter Grehan
9a580b5e18
Remove register keyword and constify tmp values. This fixes
...
PPC compile warning - PPC is the only consumer of this code path.
2004-02-12 03:23:13 +00:00
..
alpha
…
ia64
…
arc4random.c
Lock down arc4random so it can be safely called w/o Giant.
2003-08-15 06:34:47 +00:00
ashldi3.c
…
ashrdi3.c
…
bcd.c
…
bcmp.c
Remove register keyword and constify tmp values. This fixes
2004-02-12 03:23:13 +00:00
bsearch.c
…
crc32.c
…
divdi3.c
…
ffs.c
Translate from GNU C to ISO C.
2004-01-14 07:47:10 +00:00
ffsl.c
Translate from GNU C to ISO C.
2004-01-14 07:47:10 +00:00
fls.c
Translate from GNU C to ISO C.
2004-01-14 07:47:10 +00:00
flsl.c
Translate from GNU C to ISO C.
2004-01-14 07:47:10 +00:00
fnmatch.c
…
iconv_converter_if.m
- Support for multibyte charsets in LIBICONV.
2003-09-26 20:26:25 +00:00
iconv_xlat16.c
Make msdosfs long filenames matching case insensitive again.
2003-12-08 08:32:20 +00:00
iconv_xlat.c
- Support for multibyte charsets in LIBICONV.
2003-09-26 20:26:25 +00:00
iconv.c
- Support for multibyte charsets in LIBICONV.
2003-09-26 20:26:25 +00:00
index.c
…
inet_ntoa.c
…
lshrdi3.c
…
mcount.c
…
moddi3.c
…
qdivrem.c
…
qsort.c
…
quad.h
…
random.c
Lower initial drop value to 50, it is enough to hide linearity
2003-08-10 17:56:58 +00:00
rindex.c
…
scanc.c
Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3
2003-07-25 15:54:23 +00:00
skpc.c
…
strcat.c
…
strcmp.c
…
strcpy.c
…
strdup.c
…
strlcat.c
…
strlcpy.c
…
strlen.c
…
strncmp.c
…
strncpy.c
…
strsep.c
…
strtol.c
…
strtoq.c
…
strtoul.c
…
strtouq.c
…
strvalid.c
…
ucmpdi2.c
…
udivdi3.c
…
umoddi3.c
…