summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-09syncStuart Henderson
2016-02-09add PROC_QUEUE_MESSAGE_UNCORRUPT to smtpd-api.h, needed by privsep queuesGilles Chehade
2016-02-09Log frames which fall outside the BlockAack window in dmesg if theStefan Sperling
2016-02-09- Remove parameter fd from snscore() since it's never usedmestre
2016-02-09r1.16 accidentally masked retries on EAGAIN introduced in r1.15.Sunil Nimmagadda
2016-02-09rename variable sun to s_un to ease portabilityGilles Chehade
2016-02-09tweak namesMarc Espie
2016-02-09drop privs prior to running ftpMarc Espie
2016-02-09avoid special characters; from michael reedJason McIntyre
2016-02-09make __cpu_simple_lock provide serialisation of the critical section.David Gwynne
2016-02-09turn off more old crypto in the client: hmac-md5, ripemd, truncatedDamien Miller
2016-02-09fix a use after free in an error pathJonathan Gray
2016-02-09Replace a three step string duplication with strndup().mmcc
2016-02-09For a long time, nomem() has been a wrapper for err(1, NULL) andtb
2016-02-09sync a function's comment with its signaturemmcc
2016-02-09another typoJeremie Courreges-Anglas