Age | Commit message (Expand) | Author |
2015-11-22 | Remove drm_gem_object_alloc() and associated infrastructure. It's unused and | Mark Kettenis |
2015-11-22 | The "CRITICAL" APM battery level, that is exported/faked by the ACPI | Reyk Floeter |
2015-11-22 | fix uninitialised variable use in nep_rx_proc() | Jonathan Gray |
2015-11-21 | The drm irq stuff isn't actually used on OpenBSD. Using the PCI device | Mark Kettenis |
2015-11-21 | Make this work with 64-bit memory BARs such as those found on the new | Mark Kettenis |
2015-11-20 | Add pledge "disklabel", which allows sysctl kern.rawpartition, a | Theo de Raadt |
2015-11-20 | Missed in previous, pointed by benoit@ | Martin Pieuchot |
2015-11-20 | Revert all the changes to run the tx completion path wihtout holding the | Martin Pieuchot |
2015-11-20 | Check for space on the ring before dequeuing packets. | Martin Pieuchot |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-11-19 | get rid of sc_tx_free and the atomic ops on it in myx_start and myx_txeof. | David Gwynne |
2015-11-17 | Clear if_timer when shutting down the interface so the watchdog timer | Jonathan Matthew |
2015-11-17 | shuffle transmit to avoid IFQ_POLL. | David Gwynne |
2015-11-16 | Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms() | Mark Kettenis |
2015-11-16 | pvbus_types isnt full on i386 cos the openbsd vmm entry is only set | David Gwynne |
2015-11-16 | Check for space on the ring before dequeuing packets. | Martin Pieuchot |
2015-11-16 | rework vge_start to avoid IFQ_POLL | David Gwynne |
2015-11-15 | virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio N... | Theo de Raadt |
2015-11-15 | Declare macros for antenna flags. Lifted from Linux iwlwifi. | Stefan Sperling |
2015-11-15 | Declare 802.11n mode and channel flags. Tweak 11n related fields in struct | Stefan Sperling |
2015-11-14 | Do not include <net/if_vlan_var.h> when it's not necessary. | Martin Pieuchot |
2015-11-14 | Add missing header found while removing <sys/srp.h> from <sys/param.h> | Martin Pieuchot |
2015-11-14 | Various *syncron* -> *synchron* typos. | Miod Vallat |
2015-11-13 | vmm is i386 only for now | Theo de Raadt |
2015-11-13 | remove unused ARC4 support; ok mikeb@ | Christian Weisgerber |
2015-11-13 | regen | Stefan Sperling |
2015-11-13 | Add USB device ID found in an RTL8192EU device. | Stefan Sperling |
2015-11-13 | Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddy | Mike Belopuhov |
2015-11-13 | Check for space on the ring before dequeuing packets. | Martin Pieuchot |
2015-11-13 | vmm(4) kernel code | Mike Larkin |
2015-11-12 | Revert 1.372, reported to cause regressions on some models. | Miod Vallat |
2015-11-12 | two newlines in the middle of a func doenst look right. | David Gwynne |
2015-11-11 | Kill useless IFQ_POLL(). | Martin Pieuchot |
2015-11-11 | mark ehci_intr() as IPL_MPSAFE here as well | Jonathan Gray |
2015-11-10 | In bge_reset(), after figuring out which register access routines to use | Miod Vallat |
2015-11-10 | The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, so | Miod Vallat |
2015-11-09 | Run config_found() under splusb. | Martin Pieuchot |
2015-11-09 | regen | Mike Larkin |
2015-11-09 | Allocate a currently unused vendor ID for our vmm's pchb. | Mike Larkin |
2015-11-09 | rework the start routines to avoid IF_PREPEND. | David Gwynne |
2015-11-09 | rework the code to avoid IF_PREPEND. | David Gwynne |
2015-11-08 | Merge NetBSD 1.145: | Miod Vallat |
2015-11-08 | Always claim to support sector mode for eMMC. Allows BeagleBone Black | Jonathan Gray |
2015-11-07 | Spell `unused' correctly. | Miod Vallat |
2015-11-05 | explicitly say that we use uio for our crypto operations; ok mikeb@ | Christian Weisgerber |
2015-11-05 | for mice with wheels, check for W direction at AC Pan input used in | Joshua Stein |
2015-11-04 | allow km(4) to match the temperature sensor in GX-412TC SOC (as used on APU2) | Stuart Henderson |
2015-11-04 | use if_enqueue() rather than doing a poor inline version of it. | David Gwynne |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-11-04 | replace while (ml_dequeue()) m_freem(); with ml_purge(); | David Gwynne |