summaryrefslogtreecommitdiff
path: root/sys/lib/libkern
AgeCommit message (Expand)Author
2006-09-02Make this compile in _KERNEL || _STANDALONE. Make gcc4 happy.matt
2006-08-31Per discussion on tech-kern and tech-userlevel, move the bit-twiddlingdyoung
2006-08-28Add src/common/include to include header search path so thattsutsui
2006-08-25Add __NULL_STMT which is do { } while (/* CONSTCOND */ 0)matt
2006-07-16Fixed the gcc warning that "static" should come before "const".rillig
2006-07-08With VAX & GCC4, use builtin memset and memmove.matt
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-22Provide __movmem* aliases to __movstr* functions.uwe
2006-05-22G/c #ifdef PIC we inherited from the userland.uwe
2006-04-27Support for building proplib in the kernel.thorpej
2006-04-22libc gets gcc millicode from libgcc, so we don't need to keep ituwe
2006-04-22Move strtoumax.c from libc/stdlib to common/libc/stdlib and include itthorpej
2006-04-15Imply DIAGNOSTIC if __COVERITY__.christos
2006-04-14If __COVERITY__ is defined, turn on KASSERT and _DIAGASSERT.christos
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-03-27Per discussion on source-changes@, add __arraycount(array) fordyoung
2006-03-11Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'skleink
2006-03-08Change macro names to avoid collisions:dyoung
2006-03-08Move my bit-twiddling macros to libkern.h from my drivers, wheredyoung
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
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-21Add the state setting functions for the new random function, but use thechristos
2005-12-20Use common sources with userland.christos
2005-12-20Provide _DIAGASSERT and NULL, so that we don't have to do it in *all* thechristos
2005-12-11merge ktrace-lwp.christos
2005-10-02put mcount.c in the normal object list, so that "make depend" works.chs
2005-08-25Redo previous; don't add mcount.po to POBJS when MKPROFILE=no.uebayasi
2005-08-25Create mcount.po only when MKPROFILE != no.uebayasi
2005-07-27KNF nit.simonb
2005-06-30Don't use a static buffer in SHA1Transform() because it might causetron
2005-06-02Re-sync with libc version of memcpy_arm.S, which has deals correctlyscw
2005-05-31add missing constchristos
2005-04-22Use ${TOOL_M4} instead of "m4". (I only tested this fixreed
2005-03-12KNFdsl
2005-02-26nuke trailing whitespaceperry
2004-11-12MBR_PTYPE_APPLE_UFS is now spelled with an underscore.uwe
2004-09-29Use 64-bit-clean addition/subtraction opcodes for pointer arithmetic iffsekiya
2004-09-17Redo part of rev. 1.10.enami
2004-09-08arc4random: fix a bug introduced by rev.1.7.yamt
2004-07-01add __UNCONSTchristos
2004-06-30avoid string const cast-aways.christos