#PREFIX=/Users/agcrooks PREFIX=/usr #LIBDIR=/usr/lib LIB=luabozohttpd SRCS=glue.c MKMAN=no CPPFLAGS+=-g -I${PREFIX}/pkg/include LDADD+= -lbozohttpd WARNS=4 CLEANFILES+= a a.sig .include .include LUABOZOOBJDIR != cd ${.CURDIR} && ${PRINTOBJDIR} OPSYS!= uname -s .if ${OPSYS} == "Darwin" .sinclude lib${LIB}.dylib: libtool -dynamic -o ${.TARGET} ${OBJS} ${PREFIX}/pkg/lib/liblua.dylib /usr/lib/libc.dylib ${PREFIX}/pkg/lib/libbozohttpd.dylib t: lib${LIB}.dylib cp Makefile a ./bozo.lua --sign --detached a ./bozo.lua --verify a.sig .else t: cp Makefile a env LD_LIBRARY_PATH=${LUABOZOOBJDIR}:/lib:/usr/lib:${PREFIX}/lib \ ./bozo.lua --sign --detached a env LD_LIBRARY_PATH=${LUABOZOOBJDIR}:/lib:/usr/lib:${PREFIX}/lib \ ./bozo.lua --verify a.sig .endif >lockdoc-10.99.5-vfs NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-19Replace manipulating IFF_OACTIVE with an internal "txbusy" field.thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.msaitoh
2019-05-29 Whitespace fix. No functional change.msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-05-20Remove leftover use of AF_NS and NS optionozaki-r
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
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
2008-11-07*** Summary ***dyoung
2008-07-06Split device_t/softc with misc cosmetic changes.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-02const char casting, to make gcc happy. (not that sun2 compiles these daysdogcow
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2003-10-30This driver was broken by bouyer on 2003/01/20.mycroft
2003-07-15__KERNEL_RCSID()lukem
2003-01-20bzero the part of the buffer used to pad the packet tobouyer
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-12-17Added ifmedia(4) support.fredette
2001-08-17Sometimes the ec board reports a packet length that's too large.fredette
2001-06-27Added an attachment for Intel ethernet (ie) at obio.fredette