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
Doug Rabson
79b2d7690f
Implement these using mux1 and extr.u. I'll update the userland versions
...
similarly. Actually, they should be inline on gcc.
2001-10-06 08:35:05 +00:00
..
alpha
…
ia64
Implement these using mux1 and extr.u. I'll update the userland versions
2001-10-06 08:35:05 +00:00
adddi3.c
…
anddi3.c
…
arc4random.c
Fixed some typos, verboseness and misformatting in comments.
2001-08-30 12:30:58 +00:00
ashldi3.c
…
ashrdi3.c
…
bcd.c
…
bcmp.c
…
bsearch.c
Fix a warning in bsearch(). Like index() etc, it de-qualifies its
2001-09-10 10:33:46 +00:00
cmpdi2.c
…
divdi3.c
…
ffs.c
…
fnmatch.c
…
iconv_converter_if.m
Add function prototypes and base module for kernel side iconv library.
2001-04-09 09:39:29 +00:00
iconv_xlat.c
Add function prototypes and base module for kernel side iconv library.
2001-04-09 09:39:29 +00:00
iconv.c
Add function prototypes and base module for kernel side iconv library.
2001-04-09 09:39:29 +00:00
index.c
…
inet_ntoa.c
…
iordi3.c
…
locc.c
…
lshldi3.c
…
lshrdi3.c
…
mcount.c
We do not have UPAGES following the tail end of the user VM space anymore.
2001-08-08 04:02:22 +00:00
moddi3.c
…
muldi3.c
…
negdi2.c
…
notdi2.c
…
qdivrem.c
…
qsort.c
…
quad.h
A set of changes to reduce the number of include files the kernel
2001-07-08 04:56:07 +00:00
random.c
…
rindex.c
…
scanc.c
…
skpc.c
…
strcat.c
…
strcmp.c
…
strcpy.c
…
strlcat.c
Sync to OpenBSD (update comment and minor style change).
2001-07-24 11:34:22 +00:00
strlcpy.c
Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.
2001-05-24 08:47:42 +00:00
strlen.c
…
strncmp.c
…
strncpy.c
…
strsep.c
Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.
2001-05-24 08:47:42 +00:00
strtol.c
…
strtoq.c
…
strtoul.c
…
strtouq.c
…
subdi3.c
…
ucmpdi2.c
…
udivdi3.c
…
umoddi3.c
…
xordi3.c
…