summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/hppa/Makefile.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-3/+3
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* add a rule to built bzero.po as wellmickey2003-01-281-2/+8
|
* use mi strlcpy here as wellmickey2002-09-151-3/+3
|
* import strlcpy from libcmickey2000-12-291-3/+3
|
* strlcat and strlcpy into libkern.provos2000-12-181-2/+3
|
* use ffs.cmickey2000-07-021-3/+3
|
* bcmp.S bye-bye; use generic bcmp.c version which is as good as this onemickey2000-06-291-3/+3
|
* fix building bzero out of memset.c; from miod@mickey2000-06-291-4/+4
| | | | (that makefile:kerndir fix was needed to build the kernel ;)
* Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert2000-06-161-2/+3
|
* screw .S version memset does same job...mickey2000-04-251-3/+10
|
* bcopy() and space-space bcopy()mickey1999-05-191-2/+13
|
* add memset()mickey1999-04-201-2/+2
|
* more functionsmickey1998-07-201-2/+3
|
* add bcmp()mickey1998-06-241-2/+2
|
* some more files for libkern (/boot uses it's own Makefile for this)mickey1998-06-241-3/+3
|
* use HP versionmickey1998-06-231-7/+3
|
* initial importmickey1998-06-231-0/+10