summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch
AgeCommit message (Expand)Author
2003-06-04another 3/4Theo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-04-29Get rid of more unwanted pieces of code.Miod Vallat
2003-01-28add a rule to built bzero.po as wellMichael Shalayeff
2002-11-11powerpc uses memset for bzero, do this for profiled version also.Dale Rahn
2002-09-15use mi strlcpy here as wellMichael Shalayeff
2002-09-06Remove 64-bit gcc emulation stuff. We're not using it.Artur Grabowski
2002-08-27do not just bail out of the copy loop, but go to theMichael Shalayeff
2002-08-13syncMichael Shalayeff
2002-08-11Use _C_LABEL for c symbols.Artur Grabowski
2002-05-20syncMichael Shalayeff
2002-04-28IEEE 754 floating point completion code, and implementation of thePeter Valchev
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-08syncMichael Shalayeff
2002-03-08syncMichael Shalayeff
2002-02-07syncMichael Shalayeff
2001-09-20syncMichael Shalayeff
2001-08-20$OpenBSD$Jason Wright
2001-08-19strlcpy and strlcatArtur Grabowski
2001-08-19libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side ...Jason Wright
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-07-09remove unused files, build bzero off of memsetMichael Shalayeff
2001-07-09have to have a proto hereMichael Shalayeff
2001-06-04syncMichael Shalayeff
2001-06-04export these from libcMichael Shalayeff
2001-03-29get rid of somming we willMichael Shalayeff
2001-03-28sync w/ libcMichael Shalayeff
2001-03-28rely on predefined space attributesMichael Shalayeff
2001-02-01??? Bogons! How did this get broken?Steve Murphree
2000-12-29import strlcpy from libcMichael Shalayeff
2000-12-18strlcat and strlcpy into libkern.Niels Provos
2000-08-15+memset for ext2fs, should fix both pmax (untested) and arcimp
2000-07-02sync w/ libcMichael Shalayeff
2000-07-02use ffs.cMichael Shalayeff
2000-06-29bcmp.S bye-bye; use generic bcmp.c version which is as good as this oneMichael Shalayeff
2000-06-29fix building bzero out of memset.c; from miod@Michael Shalayeff
2000-06-26alpha was missing memsetTodd C. Miller
2000-06-16Pull memcmp() into libkern. Also, use asm version of memset() on m68k.Todd C. Miller
2000-04-25screw .S version memset does same job...Michael Shalayeff
2000-04-245k of source saved in spaces and empty lines; also rcsidMichael Shalayeff
2000-03-03fix a commentArtur Grabowski
2000-02-22put C accessable labels on {,u}{rem,div}Theo de Raadt
1999-12-10but... these are needed by the bootblocksTheo de Raadt
1999-12-07move .mul and .umul into the kernel. if v8 sparc is detected, replace withTheo de Raadt
1999-12-05fix space regs load insns, also some tabs vs spacesMichael Shalayeff
1999-11-09add memset to list of files to build.Dale S. Rahn
1999-09-14bew frame frameworkMichael Shalayeff
1999-09-14tabs vs spacesMichael Shalayeff
1999-06-10fix unaligned copy's end conditionMichael Shalayeff