summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-22Use window_pane_index() when drawing pane numbers (so pane-base-index isNicholas Marriott
2017-10-22It's time I claimed proper copyright on this.Stefan Sperling
2017-10-22In iwm(4), allocate command response buffers dynamically in a ringStefan Sperling
2017-10-22make messages involving fs clearer, parse the mount point AND the deviceMarc Espie
2017-10-22On systems without dhclient, ask IPv4 question again if 'dhcp' was choosen.Robert Peichaer
2017-10-21Add URI support to ssh, sftp and scp. For example ssh://user@hostTodd C. Miller
2017-10-21Even though letting the firmware handle the handshake is nice fromPatrick Wildt
2017-10-21Initialize all fields in the BCDC protocol, otherwise the controllerPatrick Wildt
2017-10-21Make ieee80211_classify() available in a header so we can make thePatrick Wildt
2017-10-21Change v4_config() and v6_config()Robert Peichaer
2017-10-21Last but not least, bring parse_interface_declaration()Kenneth R Westerback
2017-10-21Whitespace.Kenneth R Westerback
2017-10-21Bring parse_client_lease_statement() into the new world byKenneth R Westerback
2017-10-21Use MI mplock on mips64.Visa Hankala
2017-10-20prev_line and cur_line can be static.Kenneth R Westerback
2017-10-20Split eol() from get_char() so that token assmebly that isKenneth R Westerback
2017-10-20Clear status line with spaces again so reverse works, spotted by sthen.Nicholas Marriott
2017-10-20Flense dhclient.conf.5 down to useful information. MoveKenneth R Westerback
2017-10-20When adding a missing "Date" header, use the same timestamp as the "Received"Eric Faurot
2017-10-20Make sure the logic deciding whether to use BWX operations in cia(4)Martin Pieuchot
2017-10-20Tweak heuristics to make sure /memory properties are more likely to beMark Kettenis
2017-10-20Do not test if if_ioctl is NULL, it isn't.Martin Pieuchot
2017-10-20Kill dead ioctl handlers.Martin Pieuchot
2017-10-20more RCSIDsDamien Miller
2017-10-20add RCSIDs to these; they make syncing portable a bit easierDamien Miller
2017-10-19Don't forget to set the timecounter frequencyMike Belopuhov
2017-10-19Don't just return but setup and resubmit the transfer if we're notPatrick Wildt
2017-10-19remove useless initialisationEric Faurot
2017-10-19spelling fix; from miodJason McIntyre
2017-10-19ddb "show all mounts" showed everything except the address of theAlexander Bluhm
2017-10-19Restore a return that was inadvertently removed from freezero() in r1.234,Joel Sing
2017-10-19Nuke special case for '\n' in skip_to_semi() andKenneth R Westerback
2017-10-19Don't forget to free the firmware in the error path, and make sure toPatrick Wildt
2017-10-19Disable promisc mode and accepting all multicast packets. These shouldPatrick Wildt
2017-10-19There was a possible stack overrun in the network since we hadAlexander Bluhm
2017-10-19Delete the deprecated emacs-usemeta option.Jeremie Courreges-Anglas
2017-10-19don't try to print uninitialised memory as a string in error pathsJonathan Gray
2017-10-19fix a use after free and a memory leak in error pathsJonathan Gray
2017-10-18Pass the SIOCG80211ALLCHANS and SIOCG80211STATS ioctls to our net80211Patrick Wildt
2017-10-18Add a scan timeout so we can recover if the firmware decides not toPatrick Wildt
2017-10-18Move the test implementation into the Makefile. Then we have onlyAlexander Bluhm
2017-10-18Pad the holes in the struct to make sure compilers do not choose toPatrick Wildt
2017-10-18Make blacklist entries override the whitelist. When running spamdTodd C. Miller
2017-10-18When reusing an mbuf at the upper end of the network stack, stripAlexander Bluhm
2017-10-18add support for printing function arguments when displaying a traceJasper Lievisse Adriaanse
2017-10-18Read and extract the channel number from the chanspec to beautify thePatrick Wildt
2017-10-18It turns out that using the packed attribute on most structs was a badPatrick Wildt
2017-10-18The return value of this function isn't used.Jeremie Courreges-Anglas
2017-10-18Fixup previous; noticed by canacar@Mike Belopuhov
2017-10-18Setting the IPV6_MINMTU flag in the call to ip6_output() was movedAlexander Bluhm