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