summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-2/+2
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* powerpc uses memset for bzero, do this for profiled version also.drahn2002-11-111-1/+7
|
* First round of __P removal in sysmillert2002-03-141-2/+2
|
* remove unused files, build bzero off of memsetmickey2001-07-091-3/+13
|
* have to have a proto heremickey2001-07-091-1/+5
|
* strlcat and strlcpy into libkern.provos2000-12-181-2/+3
|
* Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert2000-06-161-2/+2
|
* add memset to list of files to build.rahnds1999-11-091-2/+2
|
* add missing function from libkern, strncasecmp()rahnds1998-09-251-2/+2
|
* add memchr to libkernchuck1997-11-041-1/+2
|
* Adding OpenBSD tags to files.rahnds1996-12-282-0/+2
|
* add necessary file for powerpc port.rahnds1996-12-281-0/+62
| | | | It would be really nice if this was a "standard" libkern function.
* Check-in of powerpc kernel support.rahnds1996-12-212-0/+48
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.