Age | Commit message (Expand) | Author |
2010-05-31 | Add -I${.CURDIR}, fixes building in obj/. | Martin Hedenfal |
2010-05-31 | moko goes away. | Dale Rahn |
2010-05-31 | Initial import of ldapd, a small LDAP daemon. Work in progress. | Martin Hedenfal |
2010-05-31 | OpenBSD/moko development has stopped, it effectively stopped long ago when | Dale Rahn |
2010-05-31 | OpenBSD/moko development has stopped, it effectively stopped long ago when | Dale Rahn |
2010-05-31 | Add a comment about the explicit NULL label handling. We follow RFC 4182 | Claudio Jeker |
2010-05-31 | stderr should be used for error messages; this diff makes which(1) | Igor Sobrado |
2010-05-31 | Do not use IF_ENQUEUE() but IF_INPUT_ENQUEUE() instead. The first makro | Claudio Jeker |
2010-05-30 | Only enable -fstack-protector by default on targets that support it. | Mark Kettenis |
2010-05-30 | Tweak bufq code to handle corner cases. Makes upcoming cd(4) | Kenneth R Westerback |
2010-05-30 | Fix ICE on hppa. Variant on minimal fix from GCC PR 34762. | Mark Kettenis |
2010-05-30 | Better to say "command key bindings" since we've just called them | Nicholas Marriott |
2010-05-30 | There is no real reason not to list all the key bindings here rather | Nicholas Marriott |
2010-05-29 | sync with mirrors.dat update | Stuart Henderson |
2010-05-29 | restore a line that was removed by blambert@ along with MCHTYPE. | Damien Bergamini |
2010-05-29 | merge subr.s into locore.S, which requires a fairly complicated dance | Theo de Raadt |
2010-05-29 | repair a format-string call to setproctitle() (in a different way from | Theo de Raadt |
2010-05-29 | subsitution -> substitution; | Jason McIntyre |
2010-05-29 | As noted by art, two processes with the same pid would be bad. Grab | Philip Guenthe |
2010-05-28 | ${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately | Philip Guenthe |
2010-05-28 | Delete a fallback definition for CPU_INFO_UNIT that's both unnecessary | Philip Guenthe |
2010-05-28 | tweak previous; | Jason McIntyre |
2010-05-28 | Send the IMSG_NEIGHBOR_UP msg when the neighbor is going into operational | Claudio Jeker |
2010-05-28 | Add mpls/-mpls commands to enable MPLS label switching on an interface. | Claudio Jeker |
2010-05-28 | Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into | Claudio Jeker |
2010-05-28 | Add missing initialization. | Mark Kettenis |
2010-05-28 | Make sure the temporary buffer used to generate tcp options is properly | Mark Kettenis |
2010-05-28 | typo; Ian McWilliam | Stuart Henderson |
2010-05-27 | "Pa Ar" produces wonky output, and makes no sense; | Jason McIntyre |
2010-05-27 | Switch the signal status "percent" sensor, which is currently | Stuart Henderson |
2010-05-27 | when a rule has two conditions (ie: accept for { domain foo, domain bar } ) | Gilles Chehade |
2010-05-27 | Add missing license (amd, mit/x11) | Owain Ainsworth |
2010-05-27 | We no longer need -traditional-cpp for hppa. | Joel Sing |
2010-05-27 | Generate exported names using token pasting rather than a macro. Otherwise | Joel Sing |
2010-05-27 | struct opt as not used anywhere else, kill it, we can reintroduce it later | Gilles Chehade |
2010-05-27 | kill struct opt from struct rule, we don't use it, we don't need it | Gilles Chehade |
2010-05-27 | Synchronize caches after modifying the data words in the PLT stub to prevent | Mark Kettenis |
2010-05-27 | include stdint.h | Alexandre Ratchov |
2010-05-26 | add a new getparam member to get the contents of scratch register 3 (the | Owain Ainsworth |
2010-05-26 | sync | Theo de Raadt |
2010-05-26 | If the stack size attribute isn't larger than the guard-page size | Philip Guenthe |
2010-05-26 | imsg stuff now in libutil; | Jason McIntyre |
2010-05-26 | No need to include <sys/sysctl.h> here and it pulls in <sys/proc.h> | Todd C. Miller |
2010-05-26 | sync | Theo de Raadt |
2010-05-26 | libevent has named two of it's new macros by the same name as our kernel | Theo de Raadt |
2010-05-26 | - no need for a separate mpii_minphys; | Marco Peereboom |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Trying this again. Mixing anoncvs with cvs is _not_ a good idea. | Thordur I. Bjornsson |
2010-05-26 | rename intvec.s to locore.S, and add the guts of locore.C to machdep.c | Theo de Raadt |
2010-05-26 | Reintroduce bufqs. A few changes since it was backed out after some good | Thordur I. Bjornsson |