summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-06-01mkdir() on ntfs should return EROFS, not ENOENT.Martin Natano
2016-06-01Netgear/Sierra Aircard 340UChris Cappuccio
2016-06-01Correctly set the V4L2_BUF_FLAG_QUEUED and V4L2_BUF_FLAG_DONE buffer flags.Marcus Glocker
2016-06-01Remove ART-specific hack now that route reference counts is similarMartin Pieuchot
2016-06-01Enable utvfu(4) everywhere where uvideo(4) is also enabled.Marcus Glocker
2016-06-01Kill sysctl net.inet6.ip6.rr_pruneJeremie Courreges-Anglas
2016-06-01regenMarcus Glocker
2016-06-01New USB device driver for Audio/Video capture devices based on theMarcus Glocker
2016-06-01shuffle the code in rtable_insert so it inserts a populated art_node.David Gwynne
2016-06-01s/stall/stale/ in a comment about old interfaces.David Gwynne
2016-06-01rtref and rtfree around moving the rt in rtable_mpath_reprio so the listDavid Gwynne
2016-06-01Fix the loop iterating on extended capabilities. It turns out that weMartin Pieuchot
2016-06-01move all the art_node initialisation to art_get in art.cDavid Gwynne
2016-06-01Delete the kernel compat bits for old mmap() MAP_OLD* flagsPhilip Guenther
2016-06-01add support for using SRPs without the garbage collection machinery.David Gwynne
2016-06-01regenDavid Gwynne
2016-06-01intel use the same device id for multiple nvme parts, so just callDavid Gwynne
2016-06-01regenChris Cappuccio
2016-06-01Netgear/Sierra Aircard 340UChris Cappuccio
2016-05-31remove OSIOCGIFCONF. it's dead. ok deraadt guenther mpiTed Unangst
2016-05-31Fix ptrace PT_WRITE_D that returned EFAULT.Jeremie Courreges-Anglas
2016-05-31sys_o58_kill is no longer needed for compat.Theo de Raadt
2016-05-31sys_osendsyslog can go away; we have transitioned to the new version withTheo de Raadt
2016-05-31syncTheo de Raadt
2016-05-31sys_osendsyslog can go away; we have transitioned to the new version withTheo de Raadt
2016-05-31sys_o58_kill is no longer needed for compat.Theo de Raadt
2016-05-31fix arch/mach confusion in make tags. from frantisek holopTed Unangst
2016-05-31Provide a function for calculting the rebuild percentage, rather thanJoel Sing
2016-05-31Ensure that softraid crypto is not run on the crypto taskq.Joel Sing
2016-05-31Stop creating and inserting a route entry for ARP and ND automagically.Martin Pieuchot
2016-05-31Ensure that a valid route entry is passed to ether_output() if L2Martin Pieuchot
2016-05-31Flush dynamic route entries attached to an interface when its link stateMartin Pieuchot
2016-05-31Do not call nd6_output() without route entry argument.Martin Pieuchot
2016-05-31Inverse two conditions to not grabe the KERNEL_LOCK for every multicastMartin Pieuchot
2016-05-31Plug a route entry leak triggered under memory pressure.Martin Pieuchot
2016-05-30replace m_copym2 with m_dup_pkt.David Gwynne
2016-05-30remove code compensating for the "short" range of timeouts.David Gwynne
2016-05-30Set pppoe(4) control frames to high (NC, "network control")Stuart Henderson
2016-05-30Identify W^X labelled binaries at execve() time based upon WX_OPENBSD_WXNEEDEDTheo de Raadt
2016-05-30backout to insert correct commit messageTheo de Raadt
2016-05-30*** empty log message ***Theo de Raadt
2016-05-30include rdtsc in the rdrand callback. some systems don't have rdrand yet,Ted Unangst
2016-05-30Fill the packet data pool with standard mbuf clusters instead ofVisa Hankala
2016-05-30Insert a hack to deal with interfaces removing the VLAN header beforeMartin Pieuchot
2016-05-30Do not forward declare an enum, makes gcc3 happy.Martin Pieuchot
2016-05-29Fix sizes passed to free() in fdfree(). This prevents a panic reportedMartin Natano
2016-05-29Map ASX registers only if link control needs them.Visa Hankala
2016-05-29use fdt "model" string for hw.productJonathan Gray
2016-05-29Add support for new smu-firmware fan commands. This fixes wrong sysctlMarcus Glocker
2016-05-29The same MAC filter setup code should work with all PHY link types.Visa Hankala