summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-04-03Remove __lockbarrier() defines, unused since cpu_lock removal a fewJonathan Gray
2016-04-03remove unused cpu_lock codeJonathan Gray
2016-04-03Remove tests for "processing" which was never set. It attempted toJonathan Gray
2016-04-03mark the packet buffer in bpf_filter as bounded by the pktlen argDavid Gwynne
2016-04-02Reduce dmesg spam by knocking out some acpi hardware IDs that don't need aMark Kettenis
2016-04-02mark the bpf_mem ops as Static.David Gwynne
2016-04-02mark the program and buffer as const in bpf_filter()David Gwynne
2016-04-02refactor bpf_filter a bit.David Gwynne
2016-04-02Add support for I2C HID devices with GPIO signalled interrupts.Jonathan Gray
2016-04-02Make the gpio intr_establish callback return an int so the same functionJonathan Gray
2016-04-01Move atomics.h include dance to an earlier stageMike Belopuhov
2016-04-01Revert the clone bitmap enlargement changeMike Belopuhov
2016-04-01Remove outdated unused compat define. mono_time no longer exists andJonathan Gray
2016-04-01Building kernels with PPPOE_SERVER enabled has been broken for at leastJonathan Gray
2016-03-31Increase size of the clone bitmap. A limit of only 64 device clonesMartin Natano
2016-03-31If one of the TCP syn cache buckets overflow, it might be a collisionAlexander Bluhm
2016-03-31The USB console port on Aruba 7xxx wireless controllers shows up asReyk Floeter
2016-03-31syncReyk Floeter
2016-03-31Add Aruba CP210x for the integrated "Aruba Networks USB to UART BridgeReyk Floeter
2016-03-31Don't forget to initialize scope_id. This fixes semarie@ and sthen@'sVincent Gross
2016-03-30Add support for multitouch input to wsmouse.Ulf Brosziewski
2016-03-30Better support for alphas without all IEEE-mode instructionsAndrew Fresh
2016-03-30Use in6_pcbhashlookup() in in6_pcbconnect(). We don't need in_pcblookup()Vincent Gross
2016-03-30BIOCGQUEUE and BIOCSQUEUE are no moreDavid Gwynne
2016-03-30remove support for BIOCGQUEUE and BIOSGQUEUEDavid Gwynne
2016-03-30replace bridge_m_dup with m_dup_pkt.David Gwynne
2016-03-30Implement proxy ARP for ART based on mpath support.Martin Pieuchot
2016-03-30Hook up the gpio interrupt on devices that use it for card detection.Mark Kettenis
2016-03-30Expose the functionality that triggers a check for card insertion or removal.Mark Kettenis
2016-03-30Add support for gpio-based interrupts.Mark Kettenis
2016-03-30regeneratePhilip Guenther
2016-03-30Add getlogin_r syscall that checks and returns errors like userspacePhilip Guenther
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-30some oce(4) work, it appearsTheo de Raadt
2016-03-29Print address and irq in the same way as sdhc(4)and bytgpio(4).Mark Kettenis
2016-03-29Some sparc64 pci frame buffers incorrectly have the `depth' propertyMark Kettenis
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-29In setlogin(), don't change anything on error.Philip Guenther
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-29Remove dead assignments and now unused variables.Charles Longeau
2016-03-29remove dead stores and unused variablesCharles Longeau
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-29Use a macro to check if a thread has a sibling.Martin Pieuchot
2016-03-29use sizeof(*evl) instead of EVL_ENCAPLEN in vlan_inputDavid Gwynne
2016-03-29Enable bytgpio(4) here as well.Jonathan Gray