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