summaryrefslogtreecommitdiff
path: root/sys/lib
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-05-20add (char *) cast to quieten GCC.mrg
2006-05-12apply -Wno-pointer-sign with GCC4.mrg
2006-05-11ssize_t -> size_t to match variable and functions.mrg
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-04-06Pass by reference to MD_LOADSEG(). Thanks to Matt Thomas for pointing this out.cherry
2006-04-03Encapsulated the MD test: phdr[i].p_type & PT_LOPROC out of MI code,cherry
2006-04-03Allows processor ABI specific ELF segment loads.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
2006-01-27/* fall through */ -> /* FALLTHROUGH */uwe
2006-01-27Support 'z' (size_t) and 't' (ptrdiff_t) specifiers.uwe
2006-01-27Don't omit int arguments in the K&R style function definitions.uwe
2006-01-26Add the source directory of zlib in the include paths so that cread.c canchristos
2006-01-25Sync alloc/dealloc prototypes with unsigned int -> size_t change.uwe
2006-01-25free -> deallocchristos
2006-01-25- Add attributes to printf functionschristos
2006-01-25Changing len from int to size_t caused an infinite loop. Noticed by chuq.christos
2006-01-24PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.hchristos
2006-01-22If _STANDALONE is defined, #include </lib/libsa/iodesc.h> instead of requiringdsl
2006-01-21Adjust code so that it will work when _STANDALONE isn't defined.dsl
2006-01-18Define indp_t as signed int32_t, like ffsv1.c does.uwe
2006-01-14Don't include zlib.h directly; redirect through libz.h; this mirrors howchristos
2006-01-14use zlib-1.2.3christos
2006-01-13constify write prototype.christos
2005-12-27fix build of bzero.yamt
2005-12-24__asm__ -> __asmperry