Age | Commit message (Expand) | Author |
2017-10-23 | Run all ksh tests with MALLOC_OPTIONS=S | anton |
2017-10-23 | Extend support for DWARF2 CFI expressions. Needed to support llvm/clang on | Mark Kettenis |
2017-10-23 | Update to tzdata2017c from ftp.iana.org | Todd C. Miller |
2017-10-23 | Kill needless rewind(3) call in hist_init() | Jeremie Courreges-Anglas |
2017-10-23 | Skip (and warn about) overlong history lines. | Jeremie Courreges-Anglas |
2017-10-23 | Expose TSC properties via sysctl nodes | Mike Belopuhov |
2017-10-23 | Even if a USB transfer fails, call umb_start() so that processing | Gerhard Roth |
2017-10-23 | ifelse is special, fix argv parsing to avoid segfault | Marc Espie |
2017-10-23 | Close the socket (and dfd) in at(1) child processes | Jeremie Courreges-Anglas |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2017-10-23 | Don't let close(2) clobber errno. Some calls were already protected | Todd C. Miller |
2017-10-23 | Modernize documentation of .Ao and .Aq. | Ingo Schwarze |
2017-10-23 | Use 'for (;;)' instead of a mix of "while (1) {}" and | Kenneth R Westerback |
2017-10-23 | Use same parse_warn() verbiage in parse_lease_time() as that | Kenneth R Westerback |
2017-10-23 | Enforce dhclient.conf prohibitions on nesting 'interface' | Kenneth R Westerback |
2017-10-23 | Close cron sockets in child processes. | friehm |
2017-10-23 | Remove bcmmuart since it has already replaced with com(4). | Kevin Lo |
2017-10-23 | Teach readelf the arm64 dynamic relocation we use, as well as the | Philip Guenther |
2017-10-23 | Expose devices allocated for tun/tap forwarding. | Damien Miller |
2017-10-23 | remove mention of unused MACOBIOVERBOSE and NBUF options | Jonathan Gray |
2017-10-22 | Removed duplicated line. | Tobias Stoeckmann |
2017-10-22 | TCP_SACK is no longer optional. | job |
2017-10-22 | Unconditionally enable TCP selective acknowledgements (SACK) | Mike Belopuhov |
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 |