summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-05Sync a bunch of USB devices from i386 to macppc, compiles, butDale Rahn
2010-11-05Convert ulaw/alaw to native format (ie using ADATA_XXX defines) ratherAlexandre Ratchov
2010-11-05Document "show mbuf addr" to display the mbuf header of the mbuf at addr.Claudio Jeker
2010-11-05Implement m_print as real ddb command "show mbuf addr" in the way otherClaudio Jeker
2010-11-05- fix possible use of uninitialized variable.Jasper Lievisse Adriaanse
2010-11-05Print relativ number of livelocks that happend between two systatClaudio Jeker
2010-11-05Print the daemon name _before_ starting the corresponding rc script.Antoine Jacoutot
2010-11-05If the base DN in a search request doesn't exist, return early.Martin Hedenfal
2010-11-05When draining the input buffer of more than two complete requests, anMartin Hedenfal
2010-11-05Change to read better after suggestion from jmc.Martin Hedenfal
2010-11-05whitespace KNFDamien Miller
2010-11-05Properly quote the wpakey argument. Fixes issue noted by tdm.Alexander Hall
2010-11-04Filter out reserved destination MAC addresses (01:80:C2:00:00:0x) asPaul de Weerd
2010-11-04Only LDAP version 3 is implemented.Martin Hedenfal
2010-11-04Document the syntax of schema files. Only a brief synopsis of the attributeMartin Hedenfal
2010-11-04Replace ``short'' by a new ``adata_t'' typedef corresponding toAlexandre Ratchov
2010-11-04legacy.c is not used any longerAlexandre Ratchov
2010-11-04Sync with tcpdump.org to fix multicast DNS support, and get someCan Erkin Acar
2010-11-04Publish matching rules in the cn=schema subentry as the matchingRulesMartin Hedenfal
2010-11-04- fix a comma oopsieJason McIntyre
2010-11-04Rewrite all packet parsers to be more careful about alignment. UntilClaudio Jeker
2010-11-04Only consider pathes with highest priority when replying to labelClaudio Jeker
2010-11-04Make sure we don't end up using /usr/src/etc if we forget to pass theAntoine Jacoutot
2010-11-04badspec match_locations must return a ref, fixes pkg_add -nz bzrMarc Espie
2010-11-04correct commentTheo de Raadt
2010-11-04default to using all the IPs for ntp servers; ok krw henningTheo de Raadt
2010-11-04umask should be parsed as octal. reported by candland AT xmission.com;Damien Miller
2010-11-03no need to specify the -t flag to ctagsTheo de Raadt
2010-11-03POSIX specifies that ctags create tags for typedefs, structs, unions,Todd C. Miller
2010-11-03pool_sethardlimit should not imply pool_sethiwat; figured out with claudioMike Belopuhov
2010-11-03Update the internal btree documentation to reflect the current api.Martin Hedenfal
2010-11-03remove $OpenBSD$ lines that duplicate earlier onesJonathan Gray
2010-11-03Validate matching rules against attribute syntaxes. All matching rules fromMartin Hedenfal
2010-11-03fix errx() usage.David Coppa
2010-11-03caseExactIA5Match is not an appropriate matching rule for directory stringsMartin Hedenfal
2010-11-03$OpenBSD$Jonathan Gray
2010-11-03An index can now also be used for a presence filter.Martin Hedenfal
2010-11-03Evaluate filters according to the three-valued logic of X.511, as requiredMartin Hedenfal
2010-11-03only let vmt match and therefore attach if mainbus is specifically askingDavid Gwynne
2010-11-02Make error message specify if a REQUEST SENSE has timed out, not theKenneth R Westerback
2010-11-02exit 1 (not -1) for -q; PR 6494Theo de Raadt
2010-11-02Clarify the current state of ldapd as not fully LDAPv3 compliant.Martin Hedenfal
2010-11-02delete excessive ; useTheo de Raadt
2010-11-02Add DEBUG0 printf() for unexpected reselects. No functional change.Kenneth R Westerback
2010-11-02Consolidate duplicated code removing things from the 'going' queue.Kenneth R Westerback
2010-11-02Clean up some printf's, most but not all in DEBUG0 blocks, by usingKenneth R Westerback
2010-11-02Include <sys/time.h> such that <sys/resource.h> becomes usable on its own asMark Kettenis
2010-11-02expose the kernels network livelock counterDavid Gwynne
2010-11-02export the network livelock counter. part of a diff i committed theDavid Gwynne
2010-11-01typo fix lifted from the last tmux commit ("one of more");Jason McIntyre