summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-29Allow to adjust tcp_syn_use_limit with sysctl net.inet.tcp.synuselimit.Alexander Bluhm
2016-03-29Check if a device is present (using _STA) in acpi_foundhid. This preventsMark Kettenis
2016-03-29Implement a cleaner way to prevent acpivout(4) from attaching if we haveMark Kettenis
2016-03-29syncTheo de Raadt
2016-03-29If program cannot reserve memory then the user doesn't need to know exactly howRicardo Mestre
2016-03-29In setlogin(), don't change anything on error.Philip Guenther
2016-03-29- Add missing goto in order to avoid a dereference of a null objectRicardo Mestre
2016-03-29the stack checks the mac address of rxed packets, so vlan(4) doesnt have toDavid Gwynne
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