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