summaryrefslogtreecommitdiff
path: root/external/bsd/ipf/bin/ippool/Makefile
AgeCommit message (Expand)Author
2012-03-23Build gluonschristos
v/ic/elink3.c?id=22dee55af15542533e64bb602826f07351162850'>Adopt <net/if_stats.h>.thorpej 2019-05-29No functional change:msaitoh 2019-05-24 Whilespace fix. No functional change.msaitoh 2019-04-22 In drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh 2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh 2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg 2019-01-22 Change MII PHY read/write API from: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-10-02MFREE -> m_freechristos 2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r 2016-02-09Introduce softint-based if_inputozaki-r 2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh 2014-08-10Merge tls-earlyentropy branch into HEAD.tls 2012-10-27split device_t/softc for all remaining drivers.chs 2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt 2012-02-02Entropy-pool implementation move and cleanup.tls 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 2009-09-15Simplify activation routines: don't call mii_activate(), it's adyoung 2009-09-05Replace shutdownhook_establish(9) with pmf_device_register1(9) intsutsui 2008-08-27device_t changes, pmf, minor knf.christos 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-08use aprint_*_dev and device_xnamecegger 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2007-08-27Constify: use CLLADDR() instead of LLADDR() wherever possible.dyoung 2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow 2006-07-11Add power hooks for "ep* at pcmcia?".peter 2006-06-07Add void cast to functions whose return values are ignored.nakayama 2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej 2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry 2005-12-11merge ktrace-lwp.christos 2005-05-30- add missing constchristos 2005-02-27nuke trailing whitespaceperry 2005-02-04de-__Pperry 2005-01-11In epshutdown(), do not attempt to disable the interface when stopping itbriggs 2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej 2004-08-09Eliminate most 8-bit access. Just the data in/out path remains.mycroft 2003-01-31Use aprint_*().thorpej 2003-01-20Remove variables that are only assigned too but not referenced.simonb