Age | Commit message (Expand) | Author |
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 |
2016-02-11 | Update the paths for install.md and the list files. | Robert Peichaer |
2016-02-11 | The defines in the /usr/src/distrib/notes/<arch>/features files control | Robert Peichaer |
2016-02-11 | Return ENOBUFS when bumping in the multicast max group memberships | Jeremie Courreges-Anglas |
2016-02-11 | ipmi(4) - Check sensor name length more carefully | Masao Uebayashi |
2016-02-11 | sync crypto algorithm lists in ssh_config(5) and sshd_config(5) | Damien Miller |
2016-02-11 | fix regression in openssh-6.8 sftp client: existing destination | Damien Miller |
2016-02-10 | Change imsg_read() return value checking from an if..else block to | Todd C. Miller |
2016-02-10 | when creating a db map, we use a temporary file to work on and atomically | Gilles Chehade |
2016-02-10 | Permit negative x and y coordinates in mouse.scale for uts and ums. | Philip Guenther |
2016-02-10 | protect the bpf ring with splnet as well as the kernel lock. | David Gwynne |
2016-02-09 | bring in dlg's fix from rev 1.10 of the equivalent hppa file: | Jonathan Gray |
2016-02-09 | sync | Stuart Henderson |
2016-02-09 | add PROC_QUEUE_MESSAGE_UNCORRUPT to smtpd-api.h, needed by privsep queues | Gilles Chehade |
2016-02-09 | Log frames which fall outside the BlockAack window in dmesg if the | Stefan Sperling |
2016-02-09 | - Remove parameter fd from snscore() since it's never used | mestre |
2016-02-09 | r1.16 accidentally masked retries on EAGAIN introduced in r1.15. | Sunil Nimmagadda |
2016-02-09 | rename variable sun to s_un to ease portability | Gilles Chehade |
2016-02-09 | tweak names | Marc Espie |
2016-02-09 | drop privs prior to running ftp | Marc Espie |
2016-02-09 | avoid special characters; from michael reed | Jason McIntyre |
2016-02-09 | make __cpu_simple_lock provide serialisation of the critical section. | David Gwynne |
2016-02-09 | turn off more old crypto in the client: hmac-md5, ripemd, truncated | Damien Miller |
2016-02-09 | fix a use after free in an error path | Jonathan Gray |
2016-02-09 | Replace a three step string duplication with strndup(). | mmcc |
2016-02-09 | For a long time, nomem() has been a wrapper for err(1, NULL) and | tb |
2016-02-09 | sync a function's comment with its signature | mmcc |
2016-02-09 | another typo | Jeremie Courreges-Anglas |
2016-02-09 | Kill code to send unicast packets which never got enabled. | Jeremie Courreges-Anglas |
2016-02-08 | don't attempt to percent_expand() already-canonicalised addresses, | Damien Miller |
2016-02-08 | Kill trailing whitespace. | Jeremie Courreges-Anglas |
2016-02-08 | typos | Jeremie Courreges-Anglas |
2016-02-08 | Print 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-08 | Fix a bug that caused nothing to be skipped when skipping exactly the | Ingo Schwarze |
2016-02-08 | remove main() declaration | mmcc |
2016-02-08 | new sentence, new line; | Jason McIntyre |
2016-02-08 | mention mktime, since that is where struct tm is described. ok schwarze | Ted Unangst |