summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/i386
AgeCommit message (Expand)AuthorFilesLines
2014-11-29it should not be necessary to clear the direction flagtedu8-17/+8
2014-01-09tiny tweak to asm. prefer memcpy and memmove, with bcopy wrappertedu1-23/+21
2013-06-15Fix evil typo causing the wrong pointer to be returned for < 32 bytesmiod1-2/+2
2013-06-13merge bcopy/memmove/memcpy into one file, with jumps so that it is morederaadt3-3/+113
2013-06-11remove ovbcopy supportderaadt1-1/+0
2013-06-03fix an oft copied typo that i'm tired of looking attedu4-4/+4
2012-01-17Remove assembly version of strlen from i386 and amd64, where it'smikeb1-21/+0
2008-05-14These files are not used (and some of them would not compile anyway).miod1-84/+0
2007-11-28place a comment as to why these are otherwise emptyderaadt4-0/+4
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt10-103/+11
2007-05-25"boundries" -> "boundaries" in various comments. Started by Diego Casati.krw2-4/+4
2007-05-04more locc() diesderaadt2-50/+2
2007-05-04remove strcpy and strcat from the kernel; they are dead and unused code.reyk2-124/+0
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert6-37/+13
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt1-2/+2
2000-12-18strlcat and strlcpy into libkern.provos1-2/+3
2000-06-16Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert2-2/+46
1997-11-04add memchr to libkernchuck2-1/+29
1996-09-27cleanup tags and Ids.mickey18-59/+32
1996-04-21partial sync with netbsd 960418, more to comederaadt1-3/+4
1996-04-19NetBSD 960317 mergeniklas1-1/+2
1996-03-08From NetBSD:mickey2-1/+59
1995-10-18initial import of NetBSD treederaadt18-0/+838