Age | Commit message (Expand) | Author |
2013-10-28 | use %d instead of %i in a few fprintf for clarity | Theo de Raadt |
2013-10-28 | Revamp ARMv7 ramdisk and miniroot creation process. | Patrick Wildt |
2013-10-28 | Remove unused variable. | Patrick Wildt |
2013-10-28 | add -A (-ax) support; from Lauri Tirkkonen with some option sorting. | Okan Demirmen |
2013-10-28 | Do not use the multicast macro IFP_TO_IA() to check if an interface has | Martin Pieuchot |
2013-10-28 | tedu FDDI documentation bits. | Martin Pieuchot |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-28 | previous udp port number rewrite fix turned out to be a work around | Mike Belopuhov |
2013-10-28 | Make prcm(4) aware of the GPIO modules. | Raphael Graf |
2013-10-28 | handle the case where the filter string is quoted | Eric Faurot |
2013-10-28 | Set lastmxquery when the MX query returns, not when it is issued. | Eric Faurot |
2013-10-28 | We need to make sure that the kernel symbols area isn't marked as free | Patrick Wildt |
2013-10-28 | bzero() some structs before using them, to be safe. | Eric Faurot |
2013-10-28 | Improve mkuboot's ELF handling. This fixes the problem where mkuboot | Patrick Wildt |
2013-10-28 | include string.h for memcpy() | Jonathan Gray |
2013-10-28 | include stdio.h for printf() | Jonathan Gray |
2013-10-28 | include stdlib.h for exit() | Jonathan Gray |
2008-01-02 | regression test for lazy binding. | Matthieu Herrb |
2013-10-27 | Unattended installation using DHCP and a response file | Uwe Stuehler |
2013-10-27 | delete UPCALL_TIMING debug code from a the dark ages | Theo de Raadt |
2013-10-27 | Add support for AUTH LOGIN in mta. | Eric Faurot |
2013-10-27 | fix card-detect pins for wandboard. | aalm |
2013-10-27 | missing m_end() | Eric Faurot |
2013-10-27 | rest in peace Lou Reed | Stuart Henderson |
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther |
2013-10-27 | use log_* functions instead of err*/warn* | Eric Faurot |
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther |
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther |
2013-10-27 | remove chunks about options we do not have, and uncomment the ones we | Theo de Raadt |
2013-10-27 | obvious fixes in the external queue code. | Eric Faurot |
2013-10-27 | fix parsing of inet6 addresses when prefixed with "IPv6:" | Eric Faurot |
2013-10-27 | Implement a feedback mechanism which allows the mta to "hold" envelopes | Eric Faurot |
2013-10-27 | Fix timer on for A20 as the address and offsets for the A20 counter were off. | Jasper Lievisse Adriaanse |
2013-10-27 | Make the filter infrastructure move forward. | Eric Faurot |
2013-10-27 | Create the control socket in the parent process to abort early if | Eric Faurot |
2013-10-27 | build the manual pages on all architectures | Theo de Raadt |
2013-10-27 | enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi. | aalm |
2013-10-26 | Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet, | Stuart Henderson |
2013-10-26 | Only use setsockopt(..SO_RTABLE..) if an alternative rtable is specified | Stuart Henderson |
2013-10-26 | Use the "activate" framework rather a shutdown hook | Theo de Raadt |
2013-10-26 | fix default schema | Eric Faurot |
2013-10-26 | Simplify code for loading and dumping envelopes. Makes it much easier | Eric Faurot |
2013-10-26 | Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy(). | Mark Kettenis |
2013-10-26 | on certain boards (like the pcduino) u-boot doesn't setup the MAC address for | Jasper Lievisse Adriaanse |
2013-10-26 | Remove unused variable. | Mark Kettenis |
2013-10-26 | %i -> %d in format strings | Eric Faurot |
2013-10-25 | fix crash when using ProxyCommand caused by previous commit - was calling | Damien Miller |
2013-10-25 | Fix/re-enable RX checksum offload for 8168C/8168CP revisions after revision r... | Brad Smith |
2013-10-25 | start_time should be time_t, not int since it holds the reasult of | Todd C. Miller |
2013-10-25 | local enqueuer improvements: | Eric Faurot |