summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-01Initial attempt at GENERIC kernel for beagle, untested.Dale Rahn
2010-06-01Fix splassert code, (previously hidden in DIAGNOSTIC).Dale Rahn
2010-06-01Fix some code hidden in DIAGNOSTIC.Dale Rahn
2010-06-01Bluetooth header file is required so even if no bluetooth is configuredDale Rahn
2010-06-01Don't interpret garbage on stack; problem seemingly exposed by myJacek Masiulaniec
2010-06-01Fix one case of not sending smtp session id on error.Jacek Masiulaniec
2010-05-31oopsJacek Masiulaniec
2010-05-31Rewrite entire queue code.Jacek Masiulaniec
2010-05-31imsg_compose_event() return value was never checked. Make it fatal() if needed.Charles Longeau
2010-05-31This file never contained anything of value.Theo de Raadt
2010-05-31Completely rewrite the tags file creation process. use config(8) againstTheo de Raadt
2010-05-31attempt to partially update the list of arch's and src dirs, though weTheo de Raadt
2010-05-31Do not add the swap*.c to the CFILES as a dependency. The rest of theTheo de Raadt
2010-05-31there is no spllpt(), since lpt's are just tty devices (call tty functions,Theo de Raadt
2010-05-31use strtonum() instead of atoi() to parse the device addressTheo de Raadt
2010-05-31Hide the timeout_* macros under an EVENT_DEPRECATED ifdef. These namesNicholas Marriott
2010-05-31this dir, itself, should decide if it is entered deeperTheo de Raadt
2010-05-31When the mode-mouse option is on, support dragging to make a selectionNicholas Marriott
2010-05-31do not immediately panic if we find a non-increasing heartbeat counter butAlexander Hall
2010-05-31update structs;Jason McIntyre
2010-05-31Remove trailing whitespace and spaces before tabs.Martin Hedenfal
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