summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* It turns out that the so-called fast ffs(3) routines were wrong, as soon asmiod2004-04-012-18/+2
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-2723-858/+0
* tag...drahn2004-02-019-0/+9
* Kernel library bits for arm, from NetBSD.drahn2004-02-019-0/+1266
* an amd64 arch support.mickey2004-01-2846-0/+1716
* use C comments, works betterderaadt2004-01-221-3/+3
* A faster ffs() routine based upon the ff1 assembly instruction.miod2004-01-212-3/+18
* another 3/4deraadt2003-06-041-6/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0253-347/+135
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-0110-21/+21
* Get rid of more unwanted pieces of code.miod2003-04-2911-760/+0
* add a rule to built bzero.po as wellmickey2003-01-281-2/+8
* powerpc uses memset for bzero, do this for profiled version also.drahn2002-11-111-1/+7
* use mi strlcpy here as wellmickey2002-09-152-71/+3
* Remove 64-bit gcc emulation stuff. We're not using it.art2002-09-065-754/+1
* do not just bail out of the copy loop, but go to themickey2002-08-271-18/+22
* syncmickey2002-08-131-4/+4
* Use _C_LABEL for c symbols.art2002-08-112-7/+8
* syncmickey2002-05-201-2/+3
* IEEE 754 floating point completion code, and implementation of thepvalchev2002-04-281-3/+3
* First round of __P removal in sysmillert2002-03-141-2/+2
* syncmickey2002-03-081-2/+2
* syncmickey2002-03-081-5/+3
* syncmickey2002-02-071-1/+2
* syncmickey2001-09-201-4/+4
* $OpenBSD$jason2001-08-2017-1/+18
* strlcpy and strlcatart2001-08-191-1/+1
* libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side of bacon)jason2001-08-1917-0/+1797
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-2/+2
* remove unused files, build bzero off of memsetmickey2001-07-091-3/+13
* have to have a proto heremickey2001-07-091-1/+5
* syncmickey2001-06-041-3/+3
* export these from libcmickey2001-06-042-7/+7
* get rid of somming we willmickey2001-03-292-18/+3
* sync w/ libcmickey2001-03-281-5/+7
* rely on predefined space attributesmickey2001-03-281-3/+3
* ??? Bogons! How did this get broken?smurph2001-02-011-2/+2
* import strlcpy from libcmickey2000-12-292-3/+69
* strlcat and strlcpy into libkern.provos2000-12-1811-22/+31
* +memset for ext2fs, should fix both pmax (untested) and arcimp2000-08-151-2/+2
* use ffs.cmickey2000-07-022-57/+3
* sync w/ libcmickey2000-07-021-1/+2
* bcmp.S bye-bye; use generic bcmp.c version which is as good as this onemickey2000-06-292-88/+3
* fix building bzero out of memset.c; from miod@mickey2000-06-291-4/+4
* alpha was missing memsetmillert2000-06-261-2/+2
* Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert2000-06-1614-22/+280
* screw .S version memset does same job...mickey2000-04-252-123/+10
* 5k of source saved in spaces and empty lines; also rcsidmickey2000-04-241-828/+673
* fix a commentart2000-03-031-3/+3
* put C accessable labels on {,u}{rem,div}deraadt2000-02-222-7/+10