Age | Commit message (Expand) | Author |
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback |
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback |
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback |
2015-01-20 | Make ix(4) work on strict alignment architectures. The Intel networking | Mark Kettenis |
2015-01-20 | We do not support AIO, so comment it out in the kqueue(2) manpage for now. | Reyk Floeter |
2015-01-20 | typo in comment ;) ok nicm | Stuart Henderson |
2015-01-20 | Check for out-of-range indices when searching the default dac and adc. | Alexandre Ratchov |
2015-01-20 | Split out from rdist/defs.h the client-only and server-only bits into | Philip Guenther |
2015-01-20 | Support blinking cursor mode, both the xterm CSI ?12 h/l and (the | Nicholas Marriott |
2015-01-20 | this test would accidentally delete agent.sh if run without obj/ | Damien Miller |
2015-01-20 | make this compile with KERBEROS5 enabled | Damien Miller |
2015-01-20 | fix hostkeys in agent; ok markus@ | Damien Miller |
2015-01-20 | Change the machdep.lidsupsend example now that the default setting has been | Theo de Raadt |
2015-01-20 | We all have syslog() now; assume LOG_PID and LOG_DAEMON | Philip Guenther |
2015-01-20 | Change the machdep.lidsupsend example now that the default setting has been | Miod Vallat |
2015-01-20 | Move MF_* to message.c too | Philip Guenther |
2015-01-20 | Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedef | Philip Guenther |
2015-01-20 | rework the audio key handling to allocate a message to send to the | David Gwynne |
2015-01-20 | Fix size of the bcopy when extracting the MAC address. | Brad Smith |
2015-01-20 | Don't use utime(), so don't need <utime.h> | Philip Guenther |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2015-01-20 | Remove use of the link change interrupt handling, not all controllers | Brad Smith |
2015-01-20 | Some fixes for handling link state changes. | Brad Smith |
2015-01-20 | And the variable too. | Brad Smith |
2015-01-20 | SELECT_FD_TYPE is obsolete | Philip Guenther |
2015-01-20 | Back out a chunk of rev 1.34 that wasn't supposed to go in with the | Brad Smith |
2015-01-20 | printf wasn't supposed to go in. | Brad Smith |
2015-01-20 | Move #include <syslog.h> to the one file that needs it | Philip Guenther |
2015-01-20 | Add support for tracing libraries in static PIE binaries. rcrt does not | Theo de Raadt |
2015-01-20 | #include <sys/syslimits.h> to allow operation without requiring the noise | Theo de Raadt |
2015-01-19 | DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used | Theo de Raadt |
2015-01-19 | Routing sockets are here to stay, so delete the wrapper that would use the | Philip Guenther |
2012-08-16 | basic randomdata regression tests | Matthew Dempsky |
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2005-09-22 | Test if a program exits when some of it's symbols are not found. | Dale Rahn |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller |
2015-01-19 | Prefer linux_sockaddr over osockaddr, so the latter can go away. | Philip Guenther |
2015-01-19 | back it out properly | Theo de Raadt |
2015-01-19 | never tested with a make release | Theo de Raadt |
2015-01-19 | Talk about thread-local errno and do not mention "extern int errno". | Todd C. Miller |
2015-01-19 | The kernel doesn't actually care what a sockaddr's sa_len is on input, | Philip Guenther |
2015-01-19 | No need to include pfvar.h, another leftover from relayd. It was also | Reyk Floeter |
2015-01-19 | Use initial assignment of action to check for errors. | Brent Cook |
2015-01-19 | finally enable the KEX tests I wrote some years ago... | Markus Friedl |
2015-01-19 | adapt to new error message (SSH_ERR_MAC_INVALID) | Markus Friedl |
2015-01-19 | switch ssh-keyscan from setjmp to multiple ssh transport layer instances | Markus Friedl |
2015-01-19 | add experimental api for packet layer; ok djm@ | Markus Friedl |
2015-01-19 | Missing initialization; tjenahej@speedmail.se | Miod Vallat |