summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/wi
ModeNameSize
-rw-r--r--spectrum24t_cf.h348609logplain
title='2014-11-10 18:46:33 +0000'>2014-11-10Do not uselessly include <sys/malloc.h>.maxv 2012-09-24Add missing "\n" in log(9)msaitoh 2011-02-01udpate license clauses on my code to match the new-style BSD licenses.chuck 2009-04-18Remove extra whitespace added by a stupid tool.tsutsui 2009-03-18bcopy -> memcpycegger 2008-10-24Constify the rt_addrinfo argument to the ifa_rtrequest memberdyoung 2008-05-22Don't cast to void * unnecessarily.dyoung 2007-09-05We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,dyoung 2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung 2007-08-07Use satocsdl() et cetera instead of SDL(). Constify.dyoung 2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-08-30fix initializers and add const.christos 2005-12-11merge ktrace-lwp.christos 2005-02-02de-__P, do some ANSIfication.perry 2002-09-11KNF - return is not a function. sync w/kame.itojun 2002-06-09whitespaceitojun