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