summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-06-03measure nd expiry times against time_uptime, not time_second.David Gwynne
2016-06-03rename imxenet to fecJonathan Gray
2016-06-02Fix two issues in the MSI-X code. First, actually read the MSI-X capabilityMark Kettenis
2016-06-02print the size when an unavailable address is returned. it is useful.Ted Unangst
2016-06-02Fix typo in comment.Marcus Glocker
2016-06-02Prevent vsize_t underflow when checking RLIMIT_DATA, which made theIngo Schwarze
2016-06-02I forgot to enable utvfu(4) for the sgi arch.Marcus Glocker
2016-06-02pool_setipl at IPL_SOFTNET for all the art structures.David Gwynne
2016-06-02always clean up the heap in art_table_delete, even for the last at_refcntDavid Gwynne
2016-06-01Not all architectures implicitly #include <sys/device.h> via earlierTheo de Raadt
2016-06-01make nd6_llinfo_settimer take seconds instead of ticks.David Gwynne
2016-06-01rmdir(2) should return EINVAL not EBUSY when trying to remove ".".Todd C. Miller
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