Age | Commit message (Expand) | Author |
2016-02-15 | Add a function to enable security-related malloc_options. With and ok | Darren Tucker |
2016-02-15 | To archive a 101 character absolute path in ustar format we must | Philip Guenther |
2016-02-14 | ospf6d looks for net.inet6.ip6.forwarding, not net.inet.ip.forwarding. | Reyk Floeter |
2016-02-14 | httpd patterns double free | Sebastien Marie |
2016-02-14 | Simplify address parsing code by only using inet_net_pton(3). | Martin Pieuchot |
2016-02-14 | sync | Stuart Henderson |
2016-02-14 | Avoid using uninitialized variables in two corner cases. In one | Kenneth R Westerback |
2016-02-13 | tweak previous; | Jason McIntyre |
2016-02-13 | describe how 'listen on socket' works | Gilles Chehade |
2016-02-13 | handle enqueuer socket as a regular listener that can be configured with | Gilles Chehade |
2016-02-13 | Dv fix; | Jason McIntyre |
2016-02-13 | Fix an obvious cut-and-paste error: | Ingo Schwarze |
2016-02-13 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-02-13 | Make iwm(4) initialize net80211 callback pointers at attach time. | Stefan Sperling |
2016-02-13 | remove some noop leftover code from an earlier cleanup | Gilles Chehade |
2016-02-13 | remove support for 'dbm' which is really 'recno' from our makemap, it can't | Gilles Chehade |
2016-02-12 | Remove the "GenuineIntel" check from x86 mdrandom(). Checking the | Christian Weisgerber |
2016-02-12 | - re-order the (I)nstall, (U)pgrade, (A)utoinstall part to match what | Robert Peichaer |
2016-02-12 | - The question if you really want to upgrade is gone. | Robert Peichaer |
2016-02-12 | pcakets -> packets | mmcc |
2016-02-12 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-02-12 | Uppercase global variable. | Robert Peichaer |
2016-02-12 | word fix from previous; ok sthen | Jason McIntyre |
2016-02-12 | i think this is a grammar fix | David Gwynne |
2016-02-12 | srp_update_get_locked doesnt exist, i meant srp_get_locked | David Gwynne |
2016-02-12 | tweak the description and make it obvious updates can sleep. | David Gwynne |
2016-02-12 | Expand client formats in run-shell. | Nicholas Marriott |
2016-02-12 | Call daemon(3) later, to catch errors from getpwnam and others. | Jeremie Courreges-Anglas |
2016-02-12 | Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMs | Martin Pieuchot |
2016-02-12 | Remove superfluous assignments of 'subtype' in ieee80211_input(). | Stefan Sperling |
2016-02-12 | Exit early with an error if the "_ftp_proxy" user does not exist. This prevents | Antoine Jacoutot |
2016-02-12 | pledge for "dns" if -A is passed, even with -n. | Sebastien Marie |
2016-02-12 | Cleanup getopt(3) mis-use in sendmail compat code. | Sunil Nimmagadda |
2016-02-12 | avoid fatal() for PKCS11 tokens that present empty key IDs | Damien Miller |
2016-02-12 | hexidecimal -> hexadecimal | mmcc |
2016-02-11 | Test the C/POSIX locale too, in addition to UTF-8. | Ingo Schwarze |
2016-02-11 | In ieee80211_input(), initialize 'subtype' variable before using it. | Stefan Sperling |
2016-02-11 | Back out previous; requested by jung@ | Tim van der Molen |
2016-02-11 | Make sure uiomove does not copy more than uio_resid bytes, as the manual | Stefan Kempf |
2016-02-11 | Fix whitespace. | Stefan Sperling |
2016-02-11 | Make the heuristic which catches frames with sequence numbers outside the | Stefan Sperling |
2016-02-11 | Trim text in comment. | Stefan Sperling |
2016-02-11 | In ieee80211_ba_input(), compute the expression '(sn - ba->ba_winend) & 0xfff' | Stefan Sperling |
2016-02-11 | Update comment: the #ifdef VDSUSP was removed in r1.22. | Tim van der Molen |
2016-02-11 | Document how to use sndio in pledged programs. | Tim van der Molen |
2016-02-11 | Don't pass QoS "no data" frames to the A-MPDU reordering logic. Such frames | Stefan Sperling |
2016-02-11 | Include the server port number in the common and combined logs. This is useful | Tim van der Molen |
2016-02-11 | Slowly start a unit test suite for libedit; Christos is right that | Ingo Schwarze |
2016-02-11 | Sync installation notes with reality. | Robert Peichaer |
2016-02-11 | Ensure, that the '&' is placed correctly if not all variables are set. | Robert Peichaer |