summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2004-05-14unbreak, interpret cpi and spi values as hex even if not preceded by 0x.Jason Ish
2004-05-14Some more KNF, no binary change.Hans-Joerg Hoexer
2004-05-13provide a siginfo handler for -q run; idea from art's todo; millert@ okMichael Shalayeff
2004-05-13fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net>Michael Shalayeff
2004-05-13don't leave this file open, ok henning@Peter Stromberg
2004-05-13when trying to rewrite the lease file, and if the lease file is alreadyHenning Brauer
2004-05-13Extensions to the FIFO interface:Hakan Olsson
2004-05-10missing casts spotted by 64 bit ccTheo de Raadt
2004-05-1064bit gcc saw missing castTheo de Raadt
2004-05-10knfTheo de Raadt
2004-05-10remove iso crud, and other misc cleanups; millert okTheo de Raadt
2004-05-10strtonum conversion and better input checking of integer values; ok deraadt@Jason Ish
2004-05-09does not need to link getmntopts.c itselfTheo de Raadt
2004-05-09lint says toss unused variable awayTheo de Raadt
2004-05-09de-lintTheo de Raadt
2004-05-08unbreakHenning Brauer
2004-05-08change my e-mail address to @openbsd.orgPedro Martelletto
2004-05-07Error out on attempts to inject command or variable substitutionKenneth R Westerback
2004-05-07mention kern.maxclustersTodd C. Miller
2004-05-07typosHenning Brauer
2004-05-06remove more unused codeTheo de Raadt
2004-05-06Support ADSL routers running in half-bridge mode or acctuallyClaudio Jeker
2004-05-06KNF cleanup. hshoexer@ okHakan Olsson
2004-05-06Obsolete. jakob@ ok.Hakan Olsson
2004-05-05Use RFC1323 PAWS timestamps as a logical extension to the conventional TCPMike Frantzen
2004-05-05line wrapTheo de Raadt
2004-05-05knfTheo de Raadt
2004-05-05spacingTheo de Raadt
2004-05-05use strtonum all over the place; ok pb millertTheo de Raadt
2004-05-05must simulate daemon because already inside the jail; henning okTheo de Raadt
2004-05-05bpf write filter, and lockTheo de Raadt
2004-05-05open the lease file after the priv child was forked off so it doesn't haveHenning Brauer
2004-05-05routefd needs to be opened slightly laterHenning Brauer
2004-05-05use tzset() before chrootingHenning Brauer
2004-05-05open bpf and routefd a little later, after forking the priv child so itHenning Brauer
2004-05-04do not overload libc function names causing linker troublesMichael Shalayeff
2004-05-04knfTheo de Raadt
2004-05-04remove things not used, spotted by lint mostly; ok henningTheo de Raadt
2004-05-04use SIZE_T_MAX, canacarHenning Brauer
2004-05-04more shrink and lint fixes; henning okTheo de Raadt
2004-05-04$OpenBSD$Henning Brauer
2004-05-04from jared yanovich:Jason McIntyre
2004-05-04prevent the len params from overflowing, catched by & ok canacarHenning Brauer
2004-05-04Fix memory leak, ok henning@Can Erkin Acar
2004-05-04zap some spacesTheo de Raadt
2004-05-04privilege seperate dhclient.Henning Brauer
2004-05-03KNF. ok ho@Hans-Joerg Hoexer
2004-05-03Use libc strtonum, not private copy. Based on a diff from tedu@.Todd C. Miller
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-04-29Better checking of minimum payload lengths. Drop out safely when an unknownHans-Joerg Hoexer