summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-29make the ie(4)s bpf_mtap_ether outgoing packets like all the other driversDavid Gwynne
2016-03-29-Remove function #defines from defs.h and use the actual code accordingly inRicardo Mestre
2016-03-29Remove dead assignments and now unused variables.Charles Longeau
2016-03-29remove dead stores and unused variablesCharles Longeau
2016-03-29all the bpf_mtap functions now return whether to drop the packet or notDavid Gwynne
2016-03-29make bpf_mtap et al return whether the mbuf should be droppedDavid Gwynne
2016-03-29- packet must keep reference to statekeyAlexandr Nedvedicky
2016-03-29remove unused variableCharles Longeau
2016-03-29Use a macro to check if a thread has a sibling.Martin Pieuchot
2016-03-29tweak previous;Jason McIntyre
2016-03-29syncTheo de Raadt
2016-03-29IPL_NET, not IPL_HIGH.David Gwynne
2016-03-29some basic doco for the bpf_mtap family of functions.David Gwynne
2016-03-29use sizeof(*evl) instead of EVL_ENCAPLEN in vlan_inputDavid Gwynne
2016-03-29Properly check for the end of captured packet while printing CDP packets.Can Erkin Acar
2016-03-29Enable bytgpio(4) here as well.Jonathan Gray
2016-03-29add back $OpenBSD$Jonathan Gray
2016-03-28regenMark Kettenis
2016-03-28Make sure that a thread that calls sched_yield(2) ends up on the run queueMark Kettenis
2016-03-28some bytgpio bits;Jason McIntyre
2016-03-28Remove cast from free(3)Ricardo Mestre
2016-03-28Replace 0 with NULL.Mark Kettenis
2016-03-28Adding each and every new acpi device driver to acpi_foundhid() isMark Kettenis
2016-03-28Remove handrolled #define FREE and use free(3) directly without wrappingRicardo Mestre
2016-03-28Match based on _HID instead of the driver name.Mark Kettenis
2016-03-28btgpio(4)Mark Kettenis
2016-03-28remove unused variableCharles Longeau
2016-03-28The GPT versions of help strings that don't contain'MBR' wereKenneth R Westerback
2016-03-28Enable bytgpio(4).Mark Kettenis
2016-03-28Add support for card detect through a GPIO signal.Mark Kettenis
2016-03-28Add bytgpio(4) a driver for the gpio controllers found on Intel's Bay TrailMark Kettenis
2016-03-28Add infrastructure that allows gpio drivers to register themselves withMark Kettenis
2016-03-28Add definitions for GPIO resources.Mark Kettenis
2016-03-28Remove unused variablesRicardo Mestre
2016-03-28turn ifv_p into an interface index instead of a real pointer to the parentDavid Gwynne
2016-03-28remove unused variablesCharles Longeau
2016-03-28remove unused variableCharles Longeau
2016-03-28remove unused variableCharles Longeau
2016-03-28remove unused variableCharles Longeau
2016-03-28remove unused variableCharles Longeau
2016-03-28OpenBSD has stopped using the SVr4 KDENABIO/KDDISABIO ioctls for atMatthieu Herrb
2016-03-28Remove left-over debug line.Antoine Jacoutot
2016-03-28Drop if-zeroed gethostbyname2.h header, remnant from KAME timesJeremie Courreges-Anglas
2016-03-28all arch are dynamic nowTheo de Raadt
2016-03-28Cleanup duplicate filenames in SRCSTheo de Raadt
2016-03-27Don't need to define SYS_sycall herePhilip Guenther
2016-03-27Switch to RSYSCALL: no special handling is needed here any more andPhilip Guenther
2016-03-27Don't delete the 224/4 route in netstart, unless it's being done to ensure thatStuart Henderson
2016-03-27To prevent attacks on the hash buckets of the syn cache, our TCPAlexander Bluhm
2016-03-27Make it possible to override the standard card detect mechanism. The SDMark Kettenis