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