Age | Commit message (Expand) | Author |
2004-05-09 | xfer ichpcib(4) | Alexander Yurchenko |
2004-05-09 | Say that only sockets owned by processes can been seen. Based on diff | Otto Moerbeek |
2004-05-09 | Document new behavior of $RANDOM. ok deraadt@ | Otto Moerbeek |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |
2004-05-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback |
2004-05-09 | make man page example match reality | Bob Beck |
2004-05-09 | knf | Theo de Raadt |
2004-05-09 | de-lint | Theo de Raadt |
2004-05-09 | pretty | Theo de Raadt |
2004-05-09 | lint says toss unused variable away | Theo de Raadt |
2004-05-09 | de-lint | Theo de Raadt |
2004-05-09 | compress code | Theo de Raadt |
2004-05-09 | spacing | Theo de Raadt |
2004-05-09 | don't overwrite what we are trying to compute | Damien Miller |
2004-05-09 | kill it here too | Damien Miller |
2004-05-09 | kill some more tiny files; ok deraadt@ | Damien Miller |
2004-05-09 | Don't dereference scrub pointer when it's NULL, fix PR 3775, from | Daniel Hartmeier |
2004-05-09 | zap another tiny header; ok deraadt@ | Damien Miller |
2004-05-08 | sync | Theo de Raadt |
2004-05-08 | some crappy usb mouse; lteo.openbsd1@mailnull.com | Theo de Raadt |
2004-05-08 | Remove spurious initialization; drahn@ ok | Miod Vallat |
2004-05-08 | Use arc4random() unless the user specifies a specific seed, in which | Todd C. Miller |
2004-05-08 | In pmap_enu*(), be sure to splx() on low memory conditions. | Miod Vallat |
2004-05-08 | Do not duplicate fragments from <machine/conf.h>. | Miod Vallat |
2004-05-08 | add an example neighbor with manual keyed IPsec | Henning Brauer |
2004-05-08 | off by one in key too long detection | Henning Brauer |
2004-05-08 | fix redefinition detection with manual keyes ipsec | Henning Brauer |
2004-05-08 | reference count bpf descriptors to protect against disappearing interfaces | Can Erkin Acar |
2004-05-08 | with manual keyed ipsec, we need keys and spis for both directions - | Henning Brauer |
2004-05-08 | Filter bpf writes and lock descriptor. tested by hshoexer@ | Can Erkin Acar |
2004-05-08 | as bloody attempt to document neighbor cloning | Henning Brauer |
2004-05-08 | lots of munging about; canacar ok, tested by pb, looked at by various others | Theo de Raadt |
2004-05-08 | Better bus_dmamap_load() implementation which does not use vtophys(), | Miod Vallat |
2004-05-08 | Kill whitespace at EOL | Miod Vallat |
2004-05-08 | Correct values for the pci_routes[] pci-to-mpic interrupt routing table, | Miod Vallat |
2004-05-08 | a bloody attempt at documenting the ipsec fluff. | Henning Brauer |
2004-05-08 | unless specifically requested by setting the seed, use arc4random(); otto ok | Theo de Raadt |
2004-05-08 | KNF | Henning Brauer |
2004-05-08 | break out the consistency checking for neighbors in its own function, | Henning Brauer |
2004-05-08 | king bula likes more sample fluff | Henning Brauer |
2004-05-08 | do not omit the IPv6 listening address | Henning Brauer |
2004-05-08 | provide log_sockaddr, which uses getnameinfo(), and use it in | Henning Brauer |
2004-05-08 | allow for neighbor statements without { parameters } block; everything | Henning Brauer |
2004-05-08 | add support for ipsec ah with manual keys, pfkey part already does so, and | Henning Brauer |
2004-05-08 | factor out the string -> key conversion code used for md5sig and twice for ipsec | Henning Brauer |
2004-05-08 | unbreak | Henning Brauer |
2004-05-08 | change my e-mail address to @openbsd.org | Pedro Martelletto |
2004-05-08 | remove unused argument to control_dispatch_msg(), lint | Henning Brauer |
2004-05-08 | use arc4random() instead of crappy rand(); otto ok | Theo de Raadt |
2004-05-08 | When parsing what follows [, do not allocate memory that is not used, | Otto Moerbeek |