This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1365cd6468
freebsd-skq
/
lib
/
libc
/
amd64
/
string
History
Mateusz Guzik
8291e88748
amd64: sync up libc memcmp with the kernel version (r357309)
2020-01-30 19:57:05 +00:00
..
bcmp.S
amd64: reimplement libc memcmp and bcmp with kernel memcmp
2018-09-27 17:08:29 +00:00
bcopy.c
amd64: convert libc bcopy to a C func to avoid future bloat
2018-10-13 21:17:28 +00:00
bzero.c
amd64: convert libc bzero to a C func to avoid future bloat
2018-11-15 20:20:39 +00:00
Makefile.inc
amd64: convert libc bzero to a C func to avoid future bloat
2018-11-15 20:20:39 +00:00
memcmp.S
amd64: sync up libc memcmp with the kernel version (r357309)
2020-01-30 19:57:05 +00:00
memcpy.S
amd64: import updated kernel memmove to libc
2018-10-13 21:15:47 +00:00
memmove.S
amd64: align target memmove buffer to 16 bytes before using rep movs
2018-12-01 14:20:32 +00:00
memset.S
amd64: handle small memset buffers with overlapping stores
2018-11-16 00:44:22 +00:00
stpcpy.S
strcat.S
strcmp.S
strcpy.c