summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/amd64/strcpy.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove strcpy and strcat from the kernel; they are dead and unused code.reyk2007-05-041-57/+0
| | | | | | | (OpenBSD does not use strcat/strcpy in the kernel, if people do it in external modules they should update their code) ok deraadt@
* an amd64 arch support.mickey2004-01-281-0/+57
hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;)