Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-13 | sync comments with reality, semconfig is long gone. | Ted Unangst | |
2004-03-13 | Delay pfsync(4) configuration, as the syncif has to be configured in | Ryan Thomas McBride | |
advance. From Thorsten Lockert. | |||
2004-03-12 | Remove pw_abort() added in last commit and use the local verson of | Todd C. Miller | |
pw_error() instead. OK deraadt@ otto@ | |||
2004-03-12 | no raid by default, until that thing is silent | Theo de Raadt | |
2004-03-12 | sort options; | Jason McIntyre | |
2004-03-12 | fix SEE ALSO; | Jason McIntyre | |
2004-03-12 | *size is a u_int16_t not a pointer so use 0 instead of NULL. | Claudio Jeker | |
2004-03-12 | bgpctl has a empty-as keyword so make this actually work. Handle AS_EMPTY | Claudio Jeker | |
in aspath_match(). | |||
2004-03-12 | I modified the print format for AS_SET so keep the aspath_strlen() function | Claudio Jeker | |
in sync. | |||
2004-03-12 | paranoia and cleanup, ensure we use free then NULL everywhere. | Bob Beck | |
ok millert@ dhartmei@ | |||
2004-03-12 | Fix typo, spotted by Eduardo Alvarenga <eduardo@eduardo.lan.cei> | Bob Beck | |
ok xsa@ henning@ | |||
2004-03-12 | print that capabilities stuff | Henning Brauer | |
2004-03-12 | Add a missing htole16() that broke software WEP on big endian machines. | Todd C. Miller | |
2004-03-12 | tweak err reporting | Henning Brauer | |
2004-03-12 | Allow busy wait loops to fail, so that we don't spin if the hil loop does not | Miod Vallat | |
behave correctly for some reason. | |||
2004-03-12 | tweak | Henning Brauer | |
2004-03-12 | If kqueue is not available, revert back to old behavior. Unbreaks tail -f | Otto Moerbeek | |
on NFS and other filesystems not supporting kqueues. ok tedu@ millert@ | |||
2004-03-12 | not debugging any more | Henning Brauer | |
2004-03-12 | add some articles; | Jason McIntyre | |
2004-03-12 | Enable ata133 on amd8111; from netbsd | Alexander Yurchenko | |
tested by beck@ | |||
2004-03-12 | Privilege seperation for named. Allows named to handle address/interface | Can Erkin Acar | |
changes without restart. If you use non-standard ports in named configuration make sure they are > 1024. Also /var/named/etc/rndc.key (if any) must be readable by group named. Initial work and testing by itojun@, jakob@, hints, help from henning@, avsm@, beck@. ok henning, beck, avsm, deraadt | |||
2004-03-12 | Regen | Miod Vallat | |
2004-03-12 | Cause ct to be escaped in nroff output; spotted by jmc. | Miod Vallat | |
No regen necessary except for hp300 MAKEDEV.8 | |||
2004-03-12 | Regen | Miod Vallat | |
2004-03-12 | End the last device section list with .El; jmc | Miod Vallat | |
2004-03-12 | tab at EOL | Claudio Jeker | |
2004-03-12 | typos; | Jason McIntyre | |
new sentence, new line; kill whitespace; | |||
2004-03-12 | add archs to .Dt lines here too; | Jason McIntyre | |
spotted by miod@ | |||
2004-03-12 | Fix rtentry leak in in_losing(). The rtentry needs to be freed in anycase. | Claudio Jeker | |
Found by Greg Wooledge. A lot of debugging and help by dhartmei@ markus@ cedric@. OK dhartmei@ markus@ deraadt@ | |||
2004-03-12 | Document "show rib" interface. OK jmc@ henning@ | Claudio Jeker | |
2004-03-12 | add amd64 libs, and sync i386 stuff; | Jason McIntyre | |
ok deraadt@ | |||
2004-03-12 | correct .Dt lines, and remove .Lb stuff; | Jason McIntyre | |
ok deraadt@ | |||
2004-03-12 | Update man page to reflect reality. Added filtering section and some new | Claudio Jeker | |
statements. OK jmc@ henning@ | |||
2004-03-12 | fix the "wait for child processes to terminate" code, and move it down a bit | Henning Brauer | |
millert ok | |||
2004-03-12 | missing .El here, too; | Jason McIntyre | |
2004-03-12 | missing .El; | Jason McIntyre | |
2004-03-12 | fix memory leak in the code yacc generates, ok millert deraadt | Henning Brauer | |
2004-03-12 | Rewrite community_match() for loop. yaya henning@ | Claudio Jeker | |
2004-03-12 | Check payload size more carefully when printing ike messages. Identified by | Hans-Joerg Hoexer | |
cloder@. ok ho@ otto@ cloder@ | |||
2004-03-12 | add keeps to SYNOPSIS and sync usage(); | Jason McIntyre | |
2004-03-12 | match GENERIC; | Jason McIntyre | |
from Karl O. Pinc; ok deraadt@ markus@ | |||
2004-03-12 | don't leak memory on error, from Patrick Latifi | Ted Unangst | |
ok deraadt@ millert@ | |||
2004-03-12 | commented pcmcia stuff | Theo de Raadt | |
2004-03-12 | sync | Theo de Raadt | |
2004-03-12 | replace usbs with uall to avoid matching balony | Theo de Raadt | |
2004-03-12 | sis and dc fit on the floppy too | Theo de Raadt | |
2004-03-12 | add sis and dc | Theo de Raadt | |
2004-03-12 | sync | Theo de Raadt | |
2004-03-12 | Oops, declare oosiop. | Miod Vallat | |
2004-03-12 | Reset scsi bus upon command timeout. | Miod Vallat | |