Age | Commit message (Expand) | Author |
2015-11-18 | Take account of padding with dynamic short packets. This fixes the | Visa Hankala |
2015-11-18 | Do not dereference rt_ifp to call if_rtrequest. | Martin Pieuchot |
2015-11-18 | Factorize the bits to check if a L2 route is connected, wether it is | Martin Pieuchot |
2015-11-18 | Make use of srp_enter()/srp_leave() in carp_iamatch() in preparation | Martin Pieuchot |
2015-11-18 | remove pledge_aftersyscall() prototype as the function was been removed. | Sebastien Marie |
2015-11-18 | Revert previous workaround now that multipath route selection has been | Martin Pieuchot |
2015-11-18 | Multipath selection should be done before caching the next hop. | Martin Pieuchot |
2015-11-18 | Cleanup gotos as suggested by jsing@ along with spaces and label names | Mike Belopuhov |
2015-11-18 | check domain and state of socket against pledge promise. | Sebastien Marie |
2015-11-18 | In sys_revoke, inspect the VISTTY flag on the backside of VOP_GETATTR, | Theo de Raadt |
2015-11-17 | backout removal of SYS_break from stdio, suggested by deraadt@ | Stuart Henderson |
2015-11-17 | Clear if_timer when shutting down the interface so the watchdog timer | Jonathan Matthew |
2015-11-17 | Unbreak next-hop caching on multipath setups. | Martin Pieuchot |
2015-11-17 | Allow sysctl kern.clockrate, kern.argmax, kern.ngroups, kern.sysvshm, | Theo de Raadt |
2015-11-17 | shuffle transmit to avoid IFQ_POLL. | David Gwynne |
2015-11-16 | Allow TIOCEXT in pledge "tty" | Theo de Raadt |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-11-16 | Permit revoke(2) for a pledge "rpath tty" | Theo de Raadt |
2015-11-16 | Only perform revoke(2) on tty cdevs. Others paths return ENOTTY. | Theo de Raadt |
2015-11-16 | In getdevvp() set the VISTTY flag on a vnode to indicate the underlying | Theo de Raadt |
2015-11-16 | brk/sbrk's use case is way too narrow to be a default stdio pledge. | Pascal Stumpf |
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 | Some minor tweaks: | Martin Pieuchot |
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 | everyting -> everything | Miod Vallat |
2015-11-15 | Make sure every mtmsr instruction disabling external interrupts is immediately | Miod Vallat |
2015-11-15 | virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio N... | Theo de Raadt |
2015-11-15 | Add support for 11n mode to the rate adaptation (AMRR) code. | Stefan Sperling |
2015-11-15 | Expose 11n mode to the ifmedia layer and introduce the concept of MCS. | Stefan Sperling |
2015-11-15 | Parse 11n HT capabilities and operational info from association response | Stefan Sperling |
2015-11-15 | IEEE80211_MODE_MAX has been raised to include 11n mode so make sure that | Stefan Sperling |
2015-11-15 | Extend struct ieee80211_node with fields for 11n STA HT capabilities and | Stefan Sperling |
2015-11-15 | Declare macros for antenna flags. Lifted from Linux iwlwifi. | Stefan Sperling |
2015-11-15 | Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoS | Stefan Sperling |
2015-11-15 | Declare 802.11n mode and channel flags. Tweak 11n related fields in struct | Stefan Sperling |
2015-11-15 | Add ifmedia definitions for 802.11n. | Stefan Sperling |
2015-11-14 | Add pathconf() to pledge "rpath"; ok guenther | Theo de Raadt |
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 | No need to include <net/bpfdesc.h> | Martin Pieuchot |
2015-11-14 | Remove mrtdebug and reduce differences with the v6 version. | Martin Pieuchot |
2015-11-14 | Grab the KERNEL_LOCK around ip_mforward(), in preparation for unlocking | Martin Pieuchot |
2015-11-14 | mutli -> multi | Miod Vallat |
2015-11-14 | Various *syncron* -> *synchron* typos. | Miod Vallat |
2015-11-14 | For pledge "stdio", allow the break(2) system call which backends the brk/sbrk | Theo de Raadt |
2015-11-14 | Fix a missing unlock. | Mike Larkin |
2015-11-13 | vmm is i386 only for now | Theo de Raadt |
2015-11-13 | All setsockopt IPPROTO_IPV6 IPV6_TCLASS (v4 calls this IP_TOS) | Theo de Raadt |