summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-19The -DNAME=switch flag is an artifact from the PoC when I couldn'tReyk Floeter
2016-07-19Correctly use ssize_t instead of size_t for read/write return values.Reyk Floeter
2016-07-19Remove unused variableReyk Floeter
2016-07-19A bit of cleanup and style changes. ofcconn needs more work.Reyk Floeter
2016-07-19L2 tun is tap nowReyk Floeter
2016-07-19Don't use .p_shutdown in the proc structReyk Floeter
2016-07-19Comment out device/switch(4) for nowReyk Floeter
2016-07-19Narrow the BPF read filter rules so only packets sent to theKenneth R Westerback
2016-07-19Add two more tests that use traffic that was captured with tcpdump.Reyk Floeter
2016-07-19Add simple OpenFlow tests for switchd.Reyk Floeter
2016-07-19Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.Reyk Floeter
2016-07-19Since the mdoc/man parser unification, the parser is always allocatedIngo Schwarze
2016-07-19Fix the check supposed to prevent 'ip' and 'ip-stealth' balancing modesMartin Pieuchot
2016-07-19protect a pf specific function with the correct #if. Fixes ramdisk building.Peter Hessler
2016-07-19NULLify a route pointer after calling rtfree(9).Martin Pieuchot
2016-07-19style: no spaces after # for define/include, ok phessler bennoHenning Brauer
2016-07-19don't hide globals between function prototypes; ok phessler bennoHenning Brauer
2016-07-19Use __attribute__((__format__ throughout.Ingo Schwarze
2016-07-19tweak previous;Jason McIntyre
2016-07-19remove wrong and misleading comment, ok phesslerHenning Brauer
2016-07-19Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch fromDarren Tucker
2016-07-19Adapt test to the srp_swap() area.Martin Pieuchot
2016-07-19Revert use of the _SAFE version of SRPL_FOREACH() now that the offendingMartin Pieuchot
2016-07-19Update counters & unbreak now that rtrequest(RTM_ADD, ...) caches theMartin Pieuchot
2016-07-19Return EAGAIN for every deleted route when detaching an interface.Martin Pieuchot
2016-07-19Replace malloc() + memset() with calloc().Martin Natano
2016-07-19In ip6_input() use a shortcut to detect our own address if the pfAlexander Bluhm
2016-07-19In rcctl ls, skip all files with a '.' in the name, not just rc.subr;Stuart Henderson
2016-07-19Use a flag to indicate that a packet has been received on an IPv6Martin Pieuchot
2016-07-19remove bogus attributes from ifstated, spooted by guenther@Sebastian Benoit
2016-07-19Do not consider tap(4) a special interface and start if before otherMartin Pieuchot
2016-07-19remove bogus attributes on fatal* spotted by guenther@Sebastian Benoit
2016-07-19Cleanup close(open idioms.Theo de Raadt
2016-07-19instead of messing about with pointer arithmetic, add an empty arrayTed Unangst
2016-07-19virtio_pci: Always allow MSI/MSI-XStefan Fritsch
2016-07-19Remove what appears to be a copy-paste error setting cur_ttbTom Cosgrove
2016-07-18add format attributes to log functions and fix some errorsSebastian Benoit
2016-07-18add format attributes to log functionsSebastian Benoit
2016-07-18add format attributes to log functionsSebastian Benoit
2016-07-18add format attributes to log functionsSebastian Benoit
2016-07-18add format attributes to log functions and fix two errorsSebastian Benoit
2016-07-18add format attributes to log functions and fix am error when usingSebastian Benoit
2016-07-18Kill the rtableid variable in ip6_input(). It does not make senseAlexander Bluhm
2016-07-18Apparently we need to explicitly stop the timers before reloading them. AtMark Kettenis
2016-07-18no more cbq_opts - CBQ is gone, ok mpi phessler bennoHenning Brauer
2016-07-18We have __weak_alias() everywhere; remove obsolete #ifdef'sPhilip Guenther
2016-07-18rework the first sentence of this page;Jason McIntyre
2016-07-18The string with path to shell could be taken directly from struct passwd.Vadim Zhukov
2016-07-18g/c unused (global!) var: oqueues isn't used any more. ALTQ leftover; notHenning Brauer
2016-07-18Add additional i2c and mmc prcm module enum values for devices thatJonathan Gray