This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-14 00:04:14 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3cf138bb79
opnsense-src
/
lib
/
libc
/
ia64
/
string
History
Marcel Moolenaar
ef0cd312df
Unbreak memmove(). Return the dst argument. While here, fix the END
...
macro to actually reference memmove, not memcpy.
2004-09-04 00:23:15 +00:00
..
bcopy.S
style cleanup: Remove duplicate $FreeBSD$ tags.
2004-02-10 20:45:28 +00:00
bzero.S
style cleanup: Remove duplicate $FreeBSD$ tags.
2004-02-10 20:45:28 +00:00
ffs.S
Use __FBSDID.
2003-03-03 01:09:46 +00:00
Makefile.inc
memcpy.S
Unbreak memcpy(). memcpy() is defined to return the dst argument.
2004-09-04 00:04:58 +00:00
memmove.S
Unbreak memmove(). Return the dst argument. While here, fix the END
2004-09-04 00:23:15 +00:00