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