summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-09Kill code to send unicast packets which never got enabled.Jeremie Courreges-Anglas
2016-02-08don't attempt to percent_expand() already-canonicalised addresses,Damien Miller
2016-02-08Kill trailing whitespace.Jeremie Courreges-Anglas
2016-02-08typosJeremie Courreges-Anglas
2016-02-08Print MAX addresses padded with a leading zero.Jeremie Courreges-Anglas
2016-02-08"exceeds past the end" -> "extends past the end" in comment.Kenneth R Westerback
2016-02-08Fix a bug that caused nothing to be skipped when skipping exactly theIngo Schwarze
2016-02-08remove main() declarationmmcc
2016-02-08new sentence, new line;Jason McIntyre
2016-02-08mention mktime, since that is where struct tm is described. ok schwarzeTed Unangst