Age | Commit message (Expand) | Author |
2004-05-14 | unbreak, interpret cpi and spi values as hex even if not preceded by 0x. | Jason Ish |
2004-05-14 | Some more KNF, no binary change. | Hans-Joerg Hoexer |
2004-05-13 | provide a siginfo handler for -q run; idea from art's todo; millert@ ok | Michael Shalayeff |
2004-05-13 | fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net> | Michael Shalayeff |
2004-05-13 | don't leave this file open, ok henning@ | Peter Stromberg |
2004-05-13 | when trying to rewrite the lease file, and if the lease file is already | Henning Brauer |
2004-05-13 | Extensions to the FIFO interface: | Hakan Olsson |
2004-05-10 | missing casts spotted by 64 bit cc | Theo de Raadt |
2004-05-10 | 64bit gcc saw missing cast | Theo de Raadt |
2004-05-10 | knf | Theo de Raadt |
2004-05-10 | remove iso crud, and other misc cleanups; millert ok | Theo de Raadt |
2004-05-10 | strtonum conversion and better input checking of integer values; ok deraadt@ | Jason Ish |
2004-05-09 | does not need to link getmntopts.c itself | 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-08 | unbreak | Henning Brauer |
2004-05-08 | change my e-mail address to @openbsd.org | Pedro Martelletto |
2004-05-07 | Error out on attempts to inject command or variable substitution | Kenneth R Westerback |
2004-05-07 | mention kern.maxclusters | Todd C. Miller |
2004-05-07 | typos | Henning Brauer |
2004-05-06 | remove more unused code | Theo de Raadt |
2004-05-06 | Support ADSL routers running in half-bridge mode or acctually | Claudio Jeker |
2004-05-06 | KNF cleanup. hshoexer@ ok | Hakan Olsson |
2004-05-06 | Obsolete. jakob@ ok. | Hakan Olsson |
2004-05-05 | Use RFC1323 PAWS timestamps as a logical extension to the conventional TCP | Mike Frantzen |
2004-05-05 | line wrap | Theo de Raadt |
2004-05-05 | knf | Theo de Raadt |
2004-05-05 | spacing | Theo de Raadt |
2004-05-05 | use strtonum all over the place; ok pb millert | Theo de Raadt |
2004-05-05 | must simulate daemon because already inside the jail; henning ok | Theo de Raadt |
2004-05-05 | bpf write filter, and lock | Theo de Raadt |
2004-05-05 | open the lease file after the priv child was forked off so it doesn't have | Henning Brauer |
2004-05-05 | routefd needs to be opened slightly later | Henning Brauer |
2004-05-05 | use tzset() before chrooting | Henning Brauer |
2004-05-05 | open bpf and routefd a little later, after forking the priv child so it | Henning Brauer |
2004-05-04 | do not overload libc function names causing linker troubles | Michael Shalayeff |
2004-05-04 | knf | Theo de Raadt |
2004-05-04 | remove things not used, spotted by lint mostly; ok henning | Theo de Raadt |
2004-05-04 | use SIZE_T_MAX, canacar | Henning Brauer |
2004-05-04 | more shrink and lint fixes; henning ok | Theo de Raadt |
2004-05-04 | $OpenBSD$ | Henning Brauer |
2004-05-04 | from jared yanovich: | Jason McIntyre |
2004-05-04 | prevent the len params from overflowing, catched by & ok canacar | Henning Brauer |
2004-05-04 | Fix memory leak, ok henning@ | Can Erkin Acar |
2004-05-04 | zap some spaces | Theo de Raadt |
2004-05-04 | privilege seperate dhclient. | Henning Brauer |
2004-05-03 | KNF. ok ho@ | Hans-Joerg Hoexer |
2004-05-03 | Use libc strtonum, not private copy. Based on a diff from tedu@. | Todd C. Miller |
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn |
2004-04-29 | Better checking of minimum payload lengths. Drop out safely when an unknown | Hans-Joerg Hoexer |