Age | Commit message (Expand) | Author |
2013-03-12 | Fix horrible typo of mine checking for WAITOK flags, found by sthen. | Bob Beck |
2013-03-12 | warnx() not warningx(), too much sudo on the brain | Todd C. Miller |
2013-03-12 | Return EINVAL if there are fewer than six template Xs in the path. | Philip Guenther |
2013-03-12 | Fake 'SMBIOS detection' for the Soekris boxes, by Matt Dainty | Theo de Raadt |
2013-03-12 | Require that the template include at least 6 trailing Xs to match | Todd C. Miller |
2013-03-12 | Add check that mkstemp() fails with EINVAL if the string has fewer than | Philip Guenther |
2013-03-12 | document limited boot support; help/ok jsing | Jason McIntyre |
2013-03-12 | Update to tzdata2013b from iana.org | Todd C. Miller |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-03-12 | Add support for the -L and -P options. | Philip Guenther |
2013-03-12 | All accept() errors are considered fatal, until someone gives a different | Theo de Raadt |
2013-03-12 | SOCK_SEQPACKET is supported on AF_UNIX too. | David Gwynne |
2013-03-11 | Separate out the common capabilities flags from the switch statement | Brad Smith |
2013-03-11 | derivated -> derived; from daniel dickman | Jason McIntyre |
2013-03-11 | remove line left from previous; | Jason McIntyre |
2013-03-11 | missing spaces; | Jason McIntyre |
2013-03-11 | Report -u and -g support; running as another privdrop user or group is stupid. | Theo de Raadt |
2013-03-11 | Report new PF "translation" counter, indicating that address translation | Stuart Henderson |
2013-03-11 | Add a separate "translation" counter and use this rather than "memory" | Stuart Henderson |
2013-03-11 | the world has changed, and identd is now less important. turn it off by | Theo de Raadt |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-11 | When binding a lease, check for and clear out any 'zombie' routes | Kenneth R Westerback |
2013-03-11 | RFC 2131 says don't ACK any REQUEST messages that contain a | Kenneth R Westerback |
2013-03-11 | fix REGRESS -> TEST | Marc Espie |
2013-03-11 | Remove unused code manipulating a default interface and its index, | Martin Pieuchot |
2013-03-11 | Remove the -I option, even if the ioctls for manipulating a default | Martin Pieuchot |
2013-03-11 | document LOG_ODELAY; from Daniel Dickman | Jason McIntyre |
2013-03-11 | Simplify text about -l and use cua not tty in examples. | Nicholas Marriott |
2013-03-11 | do not start npppd if a pptp tunnel is configured but the gre protocol is not | Giovanni Bechis |
2013-03-11 | flush writes to BGE_MI_COMM by doing a read straight after. helps avoid | David Gwynne |
2013-03-10 | This diff changes relayd to use the monotonic clock instead of | Reyk Floeter |
2013-03-10 | document REGRESS -> TEST | Marc Espie |
2013-03-10 | Rename write_queue_address -> setup_queue | Stefan Fritsch |
2013-03-10 | bump the copyright, and accept "2012" for netbsd; with the exception of | Jason McIntyre |
2013-03-10 | Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pci | Stefan Fritsch |
2013-03-10 | if_vio: Add some more debug output if VIRTIO_DEBUG is defined | Stefan Fritsch |
2013-03-10 | Remove obsolete code that used to change the mode of sudoers from | Todd C. Miller |
2013-03-10 | reserve a filedescriptor on accept() for subsequent connect() call, as | Sebastian Benoit |
2013-03-10 | Sync to ../binutils/Makefile.bsd-wrapper rev. 1.75: | Miod Vallat |
2013-03-10 | Let platforms configured to use binutils 2.17 still recurse into the binutils | Miod Vallat |
2013-03-10 | add placeholder for lang/erlang | Jasper Lievisse Adriaanse |
2013-03-10 | this ramdisk is just for one machine | Theo de Raadt |
2013-03-10 | Put tip back but without the hardlink to cu for now, ok deraadt | Nicholas Marriott |
2013-03-10 | Make it possible to call wsdisplay_cnattach() to override an already attached | Mark Kettenis |
2013-03-10 | Switch to ANSI C prototypes. Diff by somebody else which I no longer remember. | Claudio Jeker |
2013-03-10 | Do not try to scan the ADB bus for devices if the device-tree does not | Martin Pieuchot |
2013-03-10 | Prevent endless loop on input error. | Tobias Stoeckmann |
2013-03-10 | Prevent race condition by using already opened file descriptors. | Tobias Stoeckmann |
2013-03-10 | Rename sc_dis to sc_targets, since it is an array of targets that also | Joel Sing |
2013-03-10 | Allow the PIE/NOPIE variables in bsd.own.mk to be overriden. Force proper | Miod Vallat |