summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-12-01Use rt_ifa_add(9) instead or rtrequest(9) when adding ND prefixes.Martin Pieuchot
2015-12-01Kill redundant or unused arguments in rtredirect().Martin Pieuchot
2015-12-01Teach ppb(4) how to allocate PCI bus numbers such that it can properlyMark Kettenis
2015-12-01Enable the GSE interrupt on Broadwell. Fixes acpi brightness control onMark Kettenis
2015-12-01Change a lot of "else if" lines to single switch block.YASUOKA Masahiko
2015-12-01Split functions in if_bridge.c into if_bridge.c bridgectl.c .Kazuya Goda
2015-12-01Iterating on &ifnet should only be done with the KERNEL_LOCK held.Vincent Gross
2015-12-01solbourne went awayTheo de Raadt
2015-12-01Fix bridge to forward broadcast/multicast frames from gif.Kazuya Goda
2015-12-01myx doesnt use atomic.h anymore.David Gwynne
2015-12-01Remove backward compatibility for "older version of routed and gated".Martin Pieuchot
2015-12-01Pass M_NOWAIT when allocating a temporary page in vm_writepage() to beMartin Pieuchot
2015-12-01Instead of using a supplementary variable to check if we found a VCPUMartin Pieuchot
2015-12-01Do not wait when allocating a page in vcpu_init().Martin Pieuchot
2015-12-01KNFMartin Pieuchot
2015-12-01Prettify dmesg output.Martin Pieuchot
2015-12-01Properly disable SVM until its support is added back.Martin Pieuchot
2015-12-01Remove "just for safety" over engineering checks.Martin Pieuchot
2015-12-01crunks of AvvionTheo de Raadt
2015-12-01Send solbourne to where the ...........Theo de Raadt
2015-12-01Send Aviion to same place as Nova IITheo de Raadt
2006-05-09Oops, correct import this time.Miod Vallat
2006-05-09Oops, correct import this time.Miod Vallat
2006-05-08Oops, correct import this time.Miod Vallat
2006-04-27Oops, correct import this time.Miod Vallat
2006-04-18Oops, correct import this time.Miod Vallat
2015-12-01typo in commentmmcc
2015-11-30Add support for the touchpad found on the MacBooPro12,1.Mark Kettenis
2015-11-29Make it possible to detach bge(4).Mark Kettenis
2015-11-29Unconnected xhci(4) super speed ports may come up with the XHCI_PS_WRC,Mark Kettenis
2015-11-29Clear the UPS_C_PORT_RESET feature when exploring. Apparently xhci(4) superMark Kettenis
2015-11-29Convert the simple list of multipath route entries used by ART kernelsMartin Pieuchot
2015-11-29Disk size in blocks is LastBlock+1. Fix whitespace nit.Kenneth R Westerback
2015-11-29Use if_get() rather than dereferencing rt_ifp in ip6_getpmtu().Martin Pieuchot
2015-11-29Fix an hypotetical NULL dereference which might become true once the TCPMartin Pieuchot
2015-11-29On a SMALL_KERNEL, pledge "pf" has to be a no-op. We cannot matchTheo de Raadt
2015-11-29Add pledge "pf" which allows ioctls on pf(4). This will be used bySebastian Benoit
2015-11-28rework dc_start and dc_encap to take advantage of m_defrag.David Gwynne
2015-11-28Use the same function as kern/subr_disk.c and fdisk/mbr.c to checkKenneth R Westerback
2015-11-28move buffer size adjustment to buf_adjcnt - from Walter NetoBob Beck
2015-11-28Convert pppoe(4) to use if_get()/if_put(): instead of storing aReyk Floeter
2015-11-28pledge: allow getsockopt IP_IPDEFTTL with promise inetSebastian Benoit
2015-11-28Delete sc_root_port which became unused when RSTP is merged.YASUOKA Masahiko
2015-11-28regenMark Kettenis
2015-11-28Add a few devices found on the MacBookPro12,1Mark Kettenis
2015-11-28Check the protective MBR stricter not to choose a broken GPT.YASUOKA Masahiko
2015-11-28Rework gem_start to check that there's enough space in the ring beforeJonathan Matthew
2015-11-27Two additional ioctls for pledge("disklabel"), needed by installboot.Jeremie Courreges-Anglas
2015-11-27Keep "struct vxlan_softc" private to prevent pulling more headers whenMartin Pieuchot
2015-11-27Don't panic in pmap_enter() if we deplete the pool of pv entries and theMark Kettenis