summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-13sync comments with reality, semconfig is long gone.Ted Unangst
2004-03-13Delay pfsync(4) configuration, as the syncif has to be configured inRyan Thomas McBride
advance. From Thorsten Lockert.
2004-03-12Remove pw_abort() added in last commit and use the local verson ofTodd C. Miller
pw_error() instead. OK deraadt@ otto@
2004-03-12no raid by default, until that thing is silentTheo de Raadt
2004-03-12sort options;Jason McIntyre
2004-03-12fix 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-12bgpctl has a empty-as keyword so make this actually work. Handle AS_EMPTYClaudio Jeker
in aspath_match().
2004-03-12I modified the print format for AS_SET so keep the aspath_strlen() functionClaudio Jeker
in sync.
2004-03-12paranoia and cleanup, ensure we use free then NULL everywhere.Bob Beck
ok millert@ dhartmei@
2004-03-12Fix typo, spotted by Eduardo Alvarenga <eduardo@eduardo.lan.cei>Bob Beck
ok xsa@ henning@
2004-03-12print that capabilities stuffHenning Brauer
2004-03-12Add a missing htole16() that broke software WEP on big endian machines.Todd C. Miller
2004-03-12tweak err reportingHenning Brauer
2004-03-12Allow busy wait loops to fail, so that we don't spin if the hil loop does notMiod Vallat
behave correctly for some reason.
2004-03-12tweakHenning Brauer
2004-03-12If kqueue is not available, revert back to old behavior. Unbreaks tail -fOtto Moerbeek
on NFS and other filesystems not supporting kqueues. ok tedu@ millert@
2004-03-12not debugging any moreHenning Brauer
2004-03-12add some articles;Jason McIntyre
2004-03-12Enable ata133 on amd8111; from netbsdAlexander Yurchenko
tested by beck@
2004-03-12Privilege seperation for named. Allows named to handle address/interfaceCan 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-12RegenMiod Vallat
2004-03-12Cause ct to be escaped in nroff output; spotted by jmc.Miod Vallat
No regen necessary except for hp300 MAKEDEV.8
2004-03-12RegenMiod Vallat
2004-03-12End the last device section list with .El; jmcMiod Vallat
2004-03-12tab at EOLClaudio Jeker
2004-03-12typos;Jason McIntyre
new sentence, new line; kill whitespace;
2004-03-12add archs to .Dt lines here too;Jason McIntyre
spotted by miod@
2004-03-12Fix 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-12Document "show rib" interface. OK jmc@ henning@Claudio Jeker
2004-03-12add amd64 libs, and sync i386 stuff;Jason McIntyre
ok deraadt@
2004-03-12correct .Dt lines, and remove .Lb stuff;Jason McIntyre
ok deraadt@
2004-03-12Update man page to reflect reality. Added filtering section and some newClaudio Jeker
statements. OK jmc@ henning@
2004-03-12fix the "wait for child processes to terminate" code, and move it down a bitHenning Brauer
millert ok
2004-03-12missing .El here, too;Jason McIntyre
2004-03-12missing .El;Jason McIntyre
2004-03-12fix memory leak in the code yacc generates, ok millert deraadtHenning Brauer
2004-03-12Rewrite community_match() for loop. yaya henning@Claudio Jeker
2004-03-12Check payload size more carefully when printing ike messages. Identified byHans-Joerg Hoexer
cloder@. ok ho@ otto@ cloder@
2004-03-12add keeps to SYNOPSIS and sync usage();Jason McIntyre
2004-03-12match GENERIC;Jason McIntyre
from Karl O. Pinc; ok deraadt@ markus@
2004-03-12don't leak memory on error, from Patrick LatifiTed Unangst
ok deraadt@ millert@
2004-03-12commented pcmcia stuffTheo de Raadt
2004-03-12syncTheo de Raadt
2004-03-12replace usbs with uall to avoid matching balonyTheo de Raadt
2004-03-12sis and dc fit on the floppy tooTheo de Raadt
2004-03-12add sis and dcTheo de Raadt
2004-03-12syncTheo de Raadt
2004-03-12Oops, declare oosiop.Miod Vallat
2004-03-12Reset scsi bus upon command timeout.Miod Vallat