summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-24Implement the missing bits to parse the other MRT message types.Claudio Jeker
2015-10-24Removing xresolve from generating script has been forgotten.Alexander Bluhm
2015-10-24Define ``rt_ifidx'' as rt_ifp->if_index to ease the transtion towardsMartin Pieuchot
2015-10-24Print if a route is redistributed or not at least for static & connected.Claudio Jeker
2015-10-24add -h flag to SYNOPSIS as wellJoerg Jung
2015-10-24clarify where "with tls" can be used.Sebastian Benoit
2015-10-24Remove superfluous assignment.Reyk Floeter
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24Unify all the errno names inAlexander Bluhm
2015-10-24remove a paste error and get section numbers right for sysctl(3);Jason McIntyre
2015-10-24change one instance of Dl to a display and provide a teeny indentJason McIntyre
2015-10-24normalise TUNNEL synopsis; ok dlgJason McIntyre
2015-10-24Handle the split of tun(4) "link0" into tap(4) in ssh tun-forwarding.Stuart Henderson
2015-10-24Introduce msgtypenames to print bgp msg types (which will be used by bgpctl)Claudio Jeker
2015-10-24In all other cases of rde_filter_match() we ensure that asp is valid soClaudio Jeker
2015-10-24seg_type is only set but never used. So remove it. Someone reported thisClaudio Jeker
2015-10-24syncTheo de Raadt
2015-10-24Cast isxdigit()'s argument to unsigned char.mmcc
2015-10-24Make use of hardware RX checksum validation.Visa Hankala
2015-10-24Cast ctype function arguments to unsigned char.mmcc
2015-10-24lookup tap devices in tapkqfilter, not tun devices.David Gwynne
2015-10-23Pasting mouse escape sequences is unlikely, so skip them when workingNicholas Marriott
2015-10-23ypcipher isn't supported any more - it was already removed from login.conf(5)Stuart Henderson
2015-10-23Test syslogd with empty or non existing server certificates andAlexander Bluhm
2015-10-23Fix a couple of issues in Russian calendar entries:Vadim Zhukov
2015-10-23Cast isdigit() argument to unsigned char.mmcc
2015-10-23Verify that opened message catalog is valid, i.e. avoid integer overflowsTobias Stoeckmann
2015-10-23Cast ctype functions' arguments to unsigned char.mmcc
2015-10-23Cast isspace() argument to unsigned char.mmcc
2015-10-23remove some more ifdef mazinessTed Unangst
2015-10-23Fix renaming in the root directory by correctly setting directoryKenneth R Westerback
2015-10-23Remove three strange and unused preproc defines. Submitted by Ilyammcc
2015-10-23Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG.Kenneth R Westerback
2015-10-23From jmc@ "the exclusive open propery" does not make sense. Try with 'an'.Claudio Jeker
2015-10-23Forgot to install the new tap.4 man page.Claudio Jeker
2015-10-23Rather than re-opening the driftfile to write, keep it open; rewindingTheo de Raadt
2015-10-23Remove some unnecessary checks before free().Nicholas Marriott
2015-10-23If $TMUX is set, and we are unsure about the session, use it.Nicholas Marriott
2015-10-23If writing to a tty blocks, syslogd forked and tried to write againAlexander Bluhm
2015-10-23tmux can call pledge() in main with large set and then reduce itNicholas Marriott
2015-10-23Format for scroll position, from Jorge Morante.Nicholas Marriott
2015-10-23Allow SIOCGIFINFO_IN6Theo de Raadt
2015-10-23Use tty_term_flag not _has for XT, and make -2 force direct use ofNicholas Marriott
2015-10-23document -h flag and add a .XrJoerg Jung
2015-10-23ndp -n -d <addr> does dns lookups, even with -n. it should not.Sebastian Benoit
2015-10-23netstart bits for tap(4)Claudio Jeker
2015-10-23Sync (MAKEDEV addition of tap)Claudio Jeker
2015-10-23Adjust tun(4) and tap(4) after the split.Claudio Jeker
2015-10-23Sync (after tap addition)Claudio Jeker