summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-19millert@ suggested to use setperf=50 as a threshold forAlexander Yurchenko
2004-02-19Makes pfctl -ss and pfctl -sq use optional -i argument.Cedric Berger
2004-02-19SpeedStep support for those Pentium processors which haveAlexander Yurchenko
2004-02-19Makes pfctl -Fs and pfctl -w works with the optional -i specifier.Cedric Berger
2004-02-19Oops.Alexander Yurchenko
2004-02-19wdc logs parser, now not only costa@ can read it.Alexander Yurchenko
2004-02-19wdc logs fixes from costa@:Alexander Yurchenko
2004-02-19switch to new license.templateMarkus Friedl
2004-02-19don't use -$ flag for cpp with gcc 3 and upBrad Smith
2004-02-19fix typo, KNFMarkus Friedl
2004-02-19Set sensible value for mntfromname, to make 'mount' report theHans Insulander
2004-02-19filenames can have 100 chars, total pathname 255 in ustar format; not 250;Jason McIntyre
2004-02-19basic knfTheo de Raadt
2004-02-19simplify rsp setting in sendsigTheo de Raadt
2004-02-19Kill <sys/clist.h> - nothing uses it since years.Miod Vallat
2004-02-19correct pointer to argsTheo de Raadt
2004-02-19small cleanup of log messages.Hans-Joerg Hoexer
2004-02-19When copyout() of the signal frame fails, sigexit() the process instead ofMiod Vallat
2004-02-19Make the code more portable. Add some missing header files and make the useClaudio Jeker
2004-02-19don't disable the Sound Blaster legacy mode by default, as this breaksMarkus Friedl
2004-02-19Doh. Copy pasto. The if is always false and bogus.Claudio Jeker
2004-02-19With -d, SIGINT should do a clean shutdown.Hakan Olsson
2004-02-19Cleanup.Hakan Olsson
2004-02-19fix mem leak.Mike Pechkin
2004-02-19takin out the trashTed Unangst
2004-02-19pedro martelletto tells me stroul returns an unsigned long whichTed Unangst
2004-02-19regen; qid change.Kenjiro Cho
2004-02-19now that qids are managed entirely in the kernel, the qid related codeKenjiro Cho
2004-02-19the 2nd round of the qid assignment change.Kenjiro Cho
2004-02-18Do aspath loop detecion for outgoing messages too, but this time with theClaudio Jeker
2004-02-18Correctly handle parse errors in aspath and prefixes. Also do input aspathClaudio Jeker
2004-02-18clean up openssl req;Jason McIntyre
2004-02-18Make sure interface cleanup and setup are only run once, and clean up if weRyan Thomas McBride
2004-02-18sort options and SYNOPSIS;Jason McIntyre
2004-02-18document rot13;Jason McIntyre
2004-02-18errno is int, not long; tracked down by otto@Miod Vallat
2004-02-18Stealth typo. ok deraadt@, millert@Thierry Deval
2004-02-18Bring the path attribute parsing on big step closer to the RFC.Claudio Jeker
2004-02-18Fix a nasty memory leak. OK henning@Claudio Jeker
2004-02-18sync the list of variables held in SUBST_VARS;Xavier Santolaria
2004-02-18Check for optional path attributes error. This kills some XXX in the code.Claudio Jeker
2004-02-18Yet another wonna-be-raid device.Alexander Yurchenko
2004-02-18syncTheo de Raadt
2004-02-18Rewrite argv processing to not alter argv[] and optind while in theOtto Moerbeek
2004-02-18Be sure to pass a third argument to open() when used with O_CREAT.Miod Vallat
2004-02-18strtoul for getting pid. ok and numerous hints from deraadt@Ted Unangst
2004-02-18revoke privs asap; tedu okTheo de Raadt
2004-02-18a pinch of knfTheo de Raadt
2004-02-18little cleanup. strlcat. usage. don't call atoi on non-numbers.Ted Unangst
2004-02-18strlcpy is nicer. ok deraadt@ millert@Ted Unangst