summaryrefslogtreecommitdiff
path: root/lib/libc/misc/Makefile.inc
AgeCommit message (Expand)Author
2021-04-20Instead of compiling files with -fcommon, create an include file and declarechristos
2020-04-22Explicitly use -fcommon for globals shared between libc and CSU.joerg
2018-08-03Add a support to build ubsan.c in libckamil
2013-01-29Add ${ARCHDIR}/misc to pathmatt
2007-11-13- stack_protector.c doesn't really belong under sys/. Add a new directoryad
mmit/sys/net/zlib.c?id=02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94'>Remove all the __P() from sys (excluding sys/dist)dsl 2008-05-05Back out previous. It broke the build.ad 2008-05-04Move zlib out of net/ and into kern/. It would probably be better to usead 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg 2006-04-15Don't use KASSERT, return an error instead to fix the build.christos 2006-04-15Coverity CID 1193: Add KASSERT before negative array deref.christos 2006-01-14prepare for userland compilation.christos 2005-12-11merge ktrace-lwp.christos 2005-05-29- sprinkle constchristos 2005-02-26nuke trailing whitespaceperry 2002-08-20#if 0 a couple of unused functions.kristerw 2002-05-07Fix memory leak which occurs after an allocation failure.tron 2002-03-13Upgrade this generated version to be based on zlib-1.1.4fvdl 2001-12-23Do not provide memcpy()/memset()/memcmp() macros as wrappersthorpej 2001-11-12add RCSIDslukem 2001-10-14Put the storage class first in an array declaration.simonb 2001-02-05expose the definitions of MIN() and MAX() in sys/param.h to the kernelchs 2001-01-18constifyjdolecek 2001-01-17mark local constant stuff as const, so that it's pushed to text segmentjdolecek 2000-03-30Kill some more register declarations.augustss 1999-11-19Include param.h instead of types.h, to get mem* macros on vax.ragge 1999-02-15RCS ID policehubertf