Age | Commit message (Expand) | Author |
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 |
2004-05-08 | remove hostname lookup stuff, done at parse time now, ok theo | Henning Brauer |
2004-05-08 | resolve hostnames at parse time, solves PR3771, ok theo | Henning Brauer |
2004-05-08 | implement and use prefixlen2mask() instead of doing it by hand 3 times | Henning Brauer |
2004-05-08 | Enable ichpcib(4) in GENERIC and on all media. | Alexander Yurchenko |
2004-05-08 | Put back ichpcib(4), it works now. | Alexander Yurchenko |
2004-05-08 | If a carp interface has more than CARP_SENDAD_MAX_ERRORS failed | Ryan Thomas McBride |
2004-05-08 | Pass the length of what was captured to pfsync_print, not the length | Ryan Thomas McBride |
2004-05-08 | kill a tiny header; ok deraadt@ | Damien Miller |
2004-05-08 | make two tiny header files go away; djm ok | Theo de Raadt |
2004-05-07 | CardBus fxp's use the 82558 chipset which has a Long Receive bit, | Brad Smith |
2004-05-07 | Error out on attempts to inject command or variable substitution | Kenneth R Westerback |
2004-05-07 | This makes afsd drop priviledge to user _afs inside a chroot (the | Bob Beck |
2004-05-07 | Set value for rslt before trying to display it. 'Bad LUN ...' messsage | Kenneth R Westerback |
2004-05-07 | align to __LDPGSZ for anon mmap. this allows userland to be compiled | Ted Unangst |
2004-05-07 | mention kern.maxclusters | Todd C. Miller |
2004-05-07 | spllower should return the previous level, to match other archs. | Ted Unangst |
2004-05-07 | sync | Theo de Raadt |
2004-05-07 | Check poll revents for error. | Todd C. Miller |