Age | Commit message (Expand) | Author |
2015-04-28 | Make sure to overwrite sdl_type after calling ether_ifattach(). | Martin Pieuchot |
2015-04-28 | Fix a memory leak in an error path found by Maxime Villard's | Jonathan Gray |
2015-04-28 | tidy up the prebind text; prompted by zhuk | Jason McIntyre |
2015-04-28 | enviroment -> environment: apologies to darren for not spotting that first | Jason McIntyre |
2015-04-28 | If looking for an index, don't fill in window when given a session. | Nicholas Marriott |
2015-04-28 | Do not do a search for the tty path if there isn't one. | Nicholas Marriott |
2015-04-28 | If can't find pane as a pane, try as a window; likewise if can't find | Nicholas Marriott |
2015-04-28 | Add select-layout -o to undo the last layout change (apply the previously | Nicholas Marriott |
2015-04-28 | Fix typo in previous | Darren Tucker |
2015-04-28 | Document that the TERM environment variable is not subject to SendEnv | Darren Tucker |
2015-04-28 | In rtsx(4), condense the list of support chips in a comment, remove the unused | Stefan Sperling |
2015-04-28 | Someone went to the trouble of vertically aligning a set of parameters but | Mike Larkin |
2015-04-28 | Add a missing free in the error path. | Lawrence Teo |
2015-04-27 | Rework sshd enable root login questions in light of sshd PermitRootLogin | Damien Miller |
2015-04-27 | Do not include unattached clients when trying to find one for target. | Nicholas Marriott |
2015-04-27 | Reset cfg_ncauses to 0 as well or we could allocate the wrong size if | Nicholas Marriott |
2015-04-27 | Assign to the right variable when comparing clients. | Nicholas Marriott |
2015-04-27 | Make sshd default to PermitRootLogin=no; | Damien Miller |
2015-04-27 | Let the HTTP client close the connection within an incomplete header | Alexander Bluhm |
2015-04-27 | Simplify remote(5) example file and remove stuff not supported by cu(1). | Nicholas Marriott |
2015-04-27 | Rewrite of the target resolution internals to be simpler and more | Nicholas Marriott |
2015-04-27 | Do not call nd6_purge() before purging the IPv6 addresses of a detached | Martin Pieuchot |
2015-04-27 | Use a systrace(4) sandbox with a short whitelist of allowed syscalls for | Nicholas Marriott |
2015-04-27 | Add a _file user and use for privsep, ok deraadt | Nicholas Marriott |
2015-04-27 | Add simple privilege separation to file(1). Two processes, file | Nicholas Marriott |
2015-04-27 | Adjust ld semantics to make static PIE the default. Forgotten by pascal@. | Mark Kettenis |
2015-04-27 | remove some extraneous text; ok nicm | Jason McIntyre |
2015-04-27 | sync with rev 1.99 of sbin/route/show.c | Sebastian Benoit |
2015-04-27 | route show does not need to filter unwanted af itself, the sysctl does | Sebastian Benoit |
2015-04-27 | Since upd(4) currently supports a known but limited number of sensors, | Martin Pieuchot |
2015-04-27 | Update list of card readers supported by rtsx(4). From brad. | Stefan Sperling |
2015-04-27 | If the requested pane is already active, do not unzoom the window (or do | Nicholas Marriott |
2015-04-27 | with more unit convertion when new sensors will appear. | Martin Pieuchot |
2015-04-27 | Make use of DEVNAME(), from David Higgs. | Martin Pieuchot |
2015-04-27 | Correctly write the 64bits of the HID 1, 4 and 5 registers. | Martin Pieuchot |
2015-04-27 | Not all Linux libc's include linux/sysctl.h in sys/sysctl.h. | Brent Cook |
2015-04-27 | Support AIX versions without WPAR support. | Brent Cook |
2015-04-27 | more OPENSSL=no fixes; ok dtucker@ | Damien Miller |
2015-04-27 | fix compilation with OPENSSL=no; ok dtucker@ | Damien Miller |
2015-04-27 | Include stdio.h for FILE (used in sshkey.h) so it compiles with OPENSSL=no. | Darren Tucker |
2015-04-27 | allow "sshd -f none" to skip reading the config file, much like | Damien Miller |
2015-04-26 | Don't support -s on FIFOs, it doesn't work well and the workarounds are | Nicholas Marriott |
2015-04-26 | Remove panes from layout if spawning them fails, reported by Anthony J | Nicholas Marriott |
2015-04-26 | mlarkin asks "bgpctl checks the length of the control socket path to | Sebastian Benoit |
2015-04-26 | stat() the original link path not the resolved one which may be relative. | Nicholas Marriott |
2015-04-26 | Fix typo in the buffer size value: 7680 in the manpage vs 7860 in | David Coppa |
2015-04-26 | get_responsefile: instead of keeping the dhcp-supplied next-server where | Henning Brauer |
2015-04-26 | Have vio_start() check if the queue is empty. | Stefan Fritsch |
2015-04-26 | Get dwc2 working on octeon. | Jonathan Matthew |
2015-04-26 | vio: Support checksum offloading for IPv4 TX | Stefan Fritsch |