/* * this file (combined.c) is malloc.c, free.c, and realloc.c, combined into * one file, because the malloc.o in libc defined malloc, realloc, and free, * and libc sometimes invokes realloc, which can greatly confuse things * in the linking process... * * $Id: combined.c,v 1.1 1993/10/26 06:52:17 cgd Exp $ */ #include "malloc.c" #include "free.c" #include "realloc.c" git logo'/> index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_devar.h
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-18Remove unused macro definition (the NetBSD version would just not gopooka
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-03-29Merge patch from PR 12605, which tidies up allocation of transmit DMA maps.dholland
2008-06-12use device_lookup_private to get softccegger
2008-05-22Delete non-illuminating #ifdef-OTHER_OPERATING_SYSTEM code thatdyoung
2007-03-04Fix caddr_t fallout for cats kernel builds.chris
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-22Use C99 initializers where needed.uebayasi
2006-05-29gcc4 found that it can't storedrochner
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24__inline__ -> inlineperry
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2002-10-01Remove uneecessary extern decl of de_ca.thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-06-13withough -> withoutwiz