summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-11Update the paths for install.md and the list files.Robert Peichaer
2016-02-11The defines in the /usr/src/distrib/notes/<arch>/features files controlRobert Peichaer
2016-02-11Return ENOBUFS when bumping in the multicast max group membershipsJeremie Courreges-Anglas
2016-02-11ipmi(4) - Check sensor name length more carefullyMasao Uebayashi
2016-02-11sync crypto algorithm lists in ssh_config(5) and sshd_config(5)Damien Miller
2016-02-11fix regression in openssh-6.8 sftp client: existing destinationDamien Miller
2016-02-10Change imsg_read() return value checking from an if..else block toTodd C. Miller
2016-02-10when creating a db map, we use a temporary file to work on and atomicallyGilles Chehade
2016-02-10Permit negative x and y coordinates in mouse.scale for uts and ums.Philip Guenther
2016-02-10protect the bpf ring with splnet as well as the kernel lock.David Gwynne
2016-02-09bring in dlg's fix from rev 1.10 of the equivalent hppa file:Jonathan Gray