summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-11-16Only perform revoke(2) on tty cdevs. Others paths return ENOTTY.Theo de Raadt
2015-11-16In getdevvp() set the VISTTY flag on a vnode to indicate the underlyingTheo de Raadt
2015-11-16brk/sbrk's use case is way too narrow to be a default stdio pledge.Pascal Stumpf
2015-11-16Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()Mark Kettenis
2015-11-16pvbus_types isnt full on i386 cos the openbsd vmm entry is only setDavid Gwynne
2015-11-16Some minor tweaks:Martin Pieuchot
2015-11-16Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-16rework vge_start to avoid IFQ_POLLDavid Gwynne
2015-11-15everyting -> everythingMiod Vallat
2015-11-15Make sure every mtmsr instruction disabling external interrupts is immediatelyMiod Vallat
2015-11-15virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio N...Theo de Raadt
2015-11-15Add support for 11n mode to the rate adaptation (AMRR) code.Stefan Sperling
2015-11-15Expose 11n mode to the ifmedia layer and introduce the concept of MCS.Stefan Sperling
2015-11-15Parse 11n HT capabilities and operational info from association responseStefan Sperling
2015-11-15IEEE80211_MODE_MAX has been raised to include 11n mode so make sure thatStefan Sperling
2015-11-15Extend struct ieee80211_node with fields for 11n STA HT capabilities andStefan Sperling
2015-11-15Declare macros for antenna flags. Lifted from Linux iwlwifi.Stefan Sperling
2015-11-15Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoSStefan Sperling
2015-11-15Declare 802.11n mode and channel flags. Tweak 11n related fields in structStefan Sperling
2015-11-15Add ifmedia definitions for 802.11n.Stefan Sperling
2015-11-14Add pathconf() to pledge "rpath"; ok guentherTheo de Raadt
2015-11-14Do not include <net/if_vlan_var.h> when it's not necessary.Martin Pieuchot
2015-11-14Add missing header found while removing <sys/srp.h> from <sys/param.h>Martin Pieuchot
2015-11-14No need to include <net/bpfdesc.h>Martin Pieuchot
2015-11-14Remove mrtdebug and reduce differences with the v6 version.Martin Pieuchot
2015-11-14Grab the KERNEL_LOCK around ip_mforward(), in preparation for unlockingMartin Pieuchot
2015-11-14mutli -> multiMiod Vallat
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2015-11-14For pledge "stdio", allow the break(2) system call which backends the brk/sbrkTheo de Raadt
2015-11-14Fix a missing unlock.Mike Larkin
2015-11-13vmm is i386 only for nowTheo de Raadt
2015-11-13All setsockopt IPPROTO_IPV6 IPV6_TCLASS (v4 calls this IP_TOS)Theo de Raadt
2015-11-13remove unused ARC4 support; ok mikeb@Christian Weisgerber
2015-11-13Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block.Visa Hankala
2015-11-13regenStefan Sperling
2015-11-13Add USB device ID found in an RTL8192EU device.Stefan Sperling
2015-11-13Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddyMike Belopuhov
2015-11-13Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-13Do not cast malloc(9) results.Martin Pieuchot
2015-11-13Kill another tunnel leftover and keep PIM stuff inside #ifdef PIM.Martin Pieuchot
2015-11-13Sore the index of the interface used for revarp instead of a pointer toMartin Pieuchot
2015-11-13Use ph_ prefix for tag-related fields.Martin Pieuchot
2015-11-13vmm(4) kernel codeMike Larkin
2015-11-12Revert 1.372, reported to cause regressions on some models.Miod Vallat
2015-11-12Kill another leftover from the tunnel support removal and add more PIM.Martin Pieuchot
2015-11-12Do not try to guess if there's still an IPv4 multicast routing daemonMartin Pieuchot
2015-11-12Unbreak adding a MIFF_REGISTER interface.Martin Pieuchot
2015-11-12unidef MRT6DEBUGMartin Pieuchot
2015-11-12More PIM love. Reduce differences with ip_mroute.c and dynamicallyMartin Pieuchot
2015-11-12Sync headers and get rid of #ifdef MROUTING.Martin Pieuchot