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