summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch
AgeCommit message (Expand)Author
2006-05-22Provide __movmem* aliases to __movstr* functions.uwe
2006-05-22G/c #ifdef PIC we inherited from the userland.uwe
2006-04-22libc gets gcc millicode from libgcc, so we don't need to keep ituwe
2006-04-14Always _LOCORE is defined for standalone program.nonaka
2006-04-07Fixed CVS version headerscherry
2006-04-07Initial import of arch/ia64 sources.cherry
2006-03-30Remove unused file. Pointed out by uwe.tsutsui
2006-03-30Remove an unused, obsolete copy (pointed out by Valeriy E. Ushakov).martin
2006-03-30G/c this stale copy of SYS.h. It has not been updated since 1999. Ituwe
2006-02-04Add bswap16.c and bswap32.c to SRCS. We need fallback versions foruwe
2006-02-04Truncate the argument to 16 bit with extu.wuwe
2005-12-27fix build of bzero.yamt
2005-12-24__asm__ -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-20Use common sources with userland.christos
2005-12-11merge ktrace-lwp.christos
2005-07-27KNF nit.simonb
2005-06-02Re-sync with libc version of memcpy_arm.S, which has deals correctlyscw
2005-04-22Use ${TOOL_M4} instead of "m4". (I only tested this fixreed
2005-02-26nuke trailing whitespaceperry
2004-09-29Use 64-bit-clean addition/subtraction opcodes for pointer arithmetic iffsekiya
2004-04-15add '.L' prefixes to local labels.yamt
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-14Use assembler version of bswap64.uwe
2003-11-14bswap64 written in assembler.uwe
2003-11-13Eliminate bzero.uwe
2003-11-09Compile identity ntoh*/hton* only for big endian case.uwe
2003-11-09bzero is no longer used in the kernel.scw
2003-11-09bzero is gone from the kernelmartin
2003-11-09Get rid of bcopy relics. Minimize diffs against the libc version.uwe
2003-11-08Nuke bcopy. Move the code to memmove.S (which it is) make memmove theuwe
2003-11-08Add '.SUFFIXES: .m4' here, now that <sys.mk> doesn't provide it anymore.lukem
2003-11-08don't need bcmp() and bzero()jdolecek
2003-11-08no need for bcmp.cjdolecek
2003-11-05rindex() shouldn't be used in the kernel. Use strrchr() instead.junyoung
2003-10-29Don't try to build random.S on 68010.mycroft
2003-10-29Refresh from libc to get 68010 version.mycroft
2003-10-27index() shouldn't be used in the kernel. Use strchr() instead.junyoung
2003-10-26Goodbye to bcmp.S, bcopy.S, and bzero.S. They are defined as macros injunyoung
2003-10-26Remove bcmp.S and bzero.S from list. They were doing nothing but wastingjunyoung
2003-10-23Duh, fix the align-to-32-bits code.scw
2003-10-21Add bswap64.c, required by options FFS_EI.tsutsui
2003-10-13Xscale-optimised mem* functions, contributed by Wasabi Systems.scw
2003-10-10update for new gas syntax. from Jochen Kunz.chs
2003-10-09big endian supportichiro
2003-09-11the asm version of strlcpy() was buggy, just use the C version.chs
2003-08-31update for LWPs, and some lite cleanup.chs
2003-08-27Actually the right instruction to fill a half-word.matt
2003-08-19Kerner library files for pdp10.ragge
2003-08-13Include the C versions of the string instructions.ragge