summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-02Respect priorities when inserting routes to the same destination in ART.Martin Pieuchot
2015-12-02Check that routes to the same destination but with a different priorityMartin Pieuchot
2015-12-02Tweak previous: Move struct vattr out of the function table, it's usedIngo Schwarze
2015-12-02tell readers about config reloads.Sebastian Benoit
2015-12-02allocate route labels as M_RTABLE instead of M_TEMPBret Lambert
2015-12-02add VOP_{GET,SET}ATTR to NAME too;Jason McIntyre
2015-12-02Remove setting "link2" to the bridge in the EXAMPLE section. When theYASUOKA Masahiko
2015-12-02remove declaration for nonexistant functionBret Lambert
2015-12-02merge important bits of GETATTR into VOP_LOOKUP.Ted Unangst
2015-12-02Add missing parentheses. Fix from NetBSD.YASUOKA Masahiko
2015-12-02Add back the "peerid" to the proc_compose*() functions: in relayd, IReyk Floeter
2015-12-02Do not delete a conflicting & cloned route entry in the hot path.Martin Pieuchot
2015-12-02Do not change the status of a transfer before giving it back to theMartin Pieuchot
2015-12-02The earlier "nifs" change broke the configuration file; unbreak it byReyk Floeter
2015-12-02Move multipath Hash-Threshold selection mechanism inside rtable_match().Martin Pieuchot
2015-12-02Start tweaking vmd's privsep and daemon model by splitting the mainReyk Floeter
2015-12-02whitespacesGilles Chehade
2015-12-02Rework the MPLS handling. Remove the lookup loops since nothing is usingClaudio Jeker
2015-12-02Add "cpath" to the ssh-agent pledge so the cleanup handler can unlink().Doug Hogan
2015-12-02Simplify fxp tx dma handling by using m_defrag instead of rolling our ownClaudio Jeker
2015-12-02Include cleanup.Martin Pieuchot
2015-12-02Remove forward declarations that are no longer needed, times and APIs areMartin Pieuchot
2015-12-02ssh-agent pledge needs proc for askpass; spotted by todd@Damien Miller
2015-12-02and another utf8.cTheo de Raadt
2015-12-02comment typommcc
2015-12-02Add an unmute quirk for IDT 92HD75B3/4 codecs with HP subids.Jonathan Gray
2015-12-02UTF-8 support: Implement -c and -nIngo Schwarze
2015-12-01add missing fclose(3)Gleydson Soares
2015-12-01basic pledge() for ssh-agent, more refinement neededDamien Miller
2015-12-01knock out duplicate rcs id;Jason McIntyre
2015-12-01missing articles in previous;Jason McIntyre
2015-12-01sync and update the list of supported archs;Jason McIntyre
2015-12-01needs utf8.c from the ls tree alsoTheo de Raadt
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-01Fix -i option handling.Alexander Hall
2015-12-01Enable the GSE interrupt on Broadwell. Fixes acpi brightness control onMark Kettenis
2015-12-01rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time.Tim van der Molen
2015-12-01Remove superfluous check; "Of course" deraadt@Tim van der Molen
2015-12-01Don't fall back to user nobody if _rusersd doesn't exist; "Of course!" deraadt@Tim van der Molen
2015-12-01whitespaceGilles Chehade
2015-12-01Steal code from kern/subr_disk.c to check for a protective MBR beforeKenneth R Westerback
2015-12-01Print PME# state together with the PCI power state when enabled/asserted.Mark Kettenis
2015-12-01Change a lot of "else if" lines to single switch block.YASUOKA Masahiko
2015-12-01Support UTF-8: use wcwidth(3) for column adjustment and replaceIngo Schwarze
2015-12-01Split functions in if_bridge.c into if_bridge.c bridgectl.c .Kazuya Goda
2015-12-01add received-auth parameter to listener to identify authenticated sessionsGilles Chehade
2015-12-01Fix a couple typos. ok yasuoka@mmcc
2015-12-01use strlcat instead of strlcpy with modified arguments. ok deraadt@Can Erkin Acar