summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-03-12knfTheo de Raadt
2004-03-12RegenMiod Vallat
2004-03-12Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonlyMiod Vallat
encountered on the oldest hppa machines. Currently compiled in, but disabled, in the kernel, until it is stable enough - right now read access are fine, but writes eventually time out and do not complete. ok deraadt@
2004-03-11change copyrights on iso images, spotted by miodTheo de Raadt
2004-03-11we changed the default buffer cache sizeTheo de Raadt
2004-03-11There is no cnumber token in the parser so don't define a type for it.Claudio Jeker
2004-03-11Document that a NULL status pointer is allowed. OK deraadt@Todd C. Miller
2004-03-11Plugging memory leaks is OK but don't break intended behaviour. So this timeClaudio Jeker
do it correctly.
2004-03-11repair pkg_add -, by making sure `-' is a special object.Marc Espie
2004-03-11add more phyTheo de Raadt
2004-03-11fix bug where custom 450 messages are not displayed,Bob Beck
found by yongari@kt-is.co.kr ok dhartmei@, millert@
2004-03-11fix leak, found by Patrick Latifi <pat@eyeo.org>Bob Beck
ok millert@, dhartmei@
2004-03-11open O_RDONLY when listingBob Beck
ok millert@, dharmei@
2004-03-11Remove sync() calls that immediately precede databse close(). SinceTodd C. Miller
close() calls sync() itself the standalone sync() is a no-op. OK beck@
2004-03-11yes, the keyword table has to be sorted ;-)Henning Brauer
2004-03-11If apm_connect() fails, don't try to pass the bios_apminfo_t structureTom Cosgrove
to the kernel, since it won't have been filled in, and since we can't make APM calls if we don't connect (per spec). Also tidy up the error message, to make it clear that it's an APM error. Problem found, and fix tested, by jmc@ ok millert@, weingart@
2004-03-11KNFHenning Brauer
2004-03-11Call db-sync() after each db modification since they aren't all thatBob Beck
frequent in the scheme of things and this avoids the possibility of database corruption. Run here for a week. ok millert@ deraadt@
2004-03-11Avoid a panic by checking for apm_code_len == 0. Fixes a problemTodd C. Miller
found by jmc@. OK markus@ and tom@
2004-03-11Add basic support for communities. Currently it is only possible to filterClaudio Jeker
on communities, e.g match from any community 24640:* set localpref 666 OK henning@
2004-03-11Fix a memleak.Hans-Joerg Hoexer
ok ho@
2004-03-11Use aspath_asprint() instead of this malloc, aspath_snprint() mess. OK henning@Claudio Jeker
2004-03-11Ensure that aspath_snprint() returns a zero terminated string also if theClaudio Jeker
aspath is "". Found, OK and tsc tsc tsc henning@
2004-03-11typoHenning Brauer
2004-03-11missing word;Xavier Santolaria
ok drahn@.
2004-03-11Plug another memory leak. OK henning@Claudio Jeker
2004-03-11check for malloc failure...Henning Brauer
2004-03-11Document RB_USERREQTom Cosgrove
ok beck@, jmc@, deraadt@
2004-03-11Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@Claudio Jeker
2004-03-11Free unneeded mrt lists in SE and on exit. OK henning@Claudio Jeker
2004-03-11fflush(stderr) in vlog if in debug mode, from discussion with and ok claudioHenning Brauer
2004-03-11Type in Makefile. CLFAGS != CFLAGS and we don't want -Wredundant-decls theClaudio Jeker
standard include files are full of redundant declarations. OK henning@
2004-03-11ssh, sshd: sync version output, ok djmMarkus Friedl
2004-03-11typos;Xavier Santolaria
ok miod@.