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
Alfred Perlstein
44956c9863
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
...
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
2003-01-21 08:56:16 +00:00
..
alpha
…
ia64
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
2003-01-01 18:49:04 +00:00
arc4random.c
Slight overhaul of arc4random() and friends.
2002-10-11 13:13:08 +00:00
ashldi3.c
…
ashrdi3.c
…
bcd.c
…
bcmp.c
…
bsearch.c
…
crc32.c
…
divdi3.c
…
ffs.c
…
fnmatch.c
Import the libc fnmatch() into the kernel. This will be used by,
2002-10-08 04:15:55 +00:00
iconv_converter_if.m
…
iconv_xlat.c
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
2003-01-21 08:56:16 +00:00
iconv.c
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
2003-01-21 08:56:16 +00:00
index.c
…
inet_ntoa.c
…
lshrdi3.c
…
mcount.c
…
moddi3.c
…
qdivrem.c
…
qsort.c
Fix instances of macros with improperly parenthasized arguments.
2002-11-09 12:55:07 +00:00
quad.h
Allow for multiple #includes of this file.
2002-10-08 07:24:19 +00:00
random.c
…
rindex.c
…
scanc.c
…
skpc.c
…
strcat.c
…
strcmp.c
…
strcpy.c
…
strlcat.c
…
strlcpy.c
…
strlen.c
…
strncmp.c
…
strncpy.c
…
strsep.c
Hook up strsep(3) to libkern following a repo-copy by Peter. This will
2002-10-10 17:02:11 +00:00
strtol.c
…
strtoq.c
…
strtoul.c
…
strtouq.c
…
strvalid.c
…
ucmpdi2.c
…
udivdi3.c
…
umoddi3.c
…