Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-03-12 | knf | Theo de Raadt | |
2004-03-12 | Regen | Miod Vallat | |
2004-03-12 | Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonly | Miod 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-11 | change copyrights on iso images, spotted by miod | Theo de Raadt | |
2004-03-11 | we changed the default buffer cache size | Theo de Raadt | |
2004-03-11 | There is no cnumber token in the parser so don't define a type for it. | Claudio Jeker | |
2004-03-11 | Document that a NULL status pointer is allowed. OK deraadt@ | Todd C. Miller | |
2004-03-11 | Plugging memory leaks is OK but don't break intended behaviour. So this time | Claudio Jeker | |
do it correctly. | |||
2004-03-11 | repair pkg_add -, by making sure `-' is a special object. | Marc Espie | |
2004-03-11 | add more phy | Theo de Raadt | |
2004-03-11 | fix bug where custom 450 messages are not displayed, | Bob Beck | |
found by yongari@kt-is.co.kr ok dhartmei@, millert@ | |||
2004-03-11 | fix leak, found by Patrick Latifi <pat@eyeo.org> | Bob Beck | |
ok millert@, dhartmei@ | |||
2004-03-11 | open O_RDONLY when listing | Bob Beck | |
ok millert@, dharmei@ | |||
2004-03-11 | Remove sync() calls that immediately precede databse close(). Since | Todd C. Miller | |
close() calls sync() itself the standalone sync() is a no-op. OK beck@ | |||
2004-03-11 | yes, the keyword table has to be sorted ;-) | Henning Brauer | |
2004-03-11 | If apm_connect() fails, don't try to pass the bios_apminfo_t structure | Tom 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-11 | KNF | Henning Brauer | |
2004-03-11 | Call db-sync() after each db modification since they aren't all that | Bob 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-11 | Avoid a panic by checking for apm_code_len == 0. Fixes a problem | Todd C. Miller | |
found by jmc@. OK markus@ and tom@ | |||
2004-03-11 | Add basic support for communities. Currently it is only possible to filter | Claudio Jeker | |
on communities, e.g match from any community 24640:* set localpref 666 OK henning@ | |||
2004-03-11 | Fix a memleak. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-03-11 | Use aspath_asprint() instead of this malloc, aspath_snprint() mess. OK henning@ | Claudio Jeker | |
2004-03-11 | Ensure that aspath_snprint() returns a zero terminated string also if the | Claudio Jeker | |
aspath is "". Found, OK and tsc tsc tsc henning@ | |||
2004-03-11 | typo | Henning Brauer | |
2004-03-11 | missing word; | Xavier Santolaria | |
ok drahn@. | |||
2004-03-11 | Plug another memory leak. OK henning@ | Claudio Jeker | |
2004-03-11 | check for malloc failure... | Henning Brauer | |
2004-03-11 | Document RB_USERREQ | Tom Cosgrove | |
ok beck@, jmc@, deraadt@ | |||
2004-03-11 | Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@ | Claudio Jeker | |
2004-03-11 | Free unneeded mrt lists in SE and on exit. OK henning@ | Claudio Jeker | |
2004-03-11 | fflush(stderr) in vlog if in debug mode, from discussion with and ok claudio | Henning Brauer | |
2004-03-11 | Type in Makefile. CLFAGS != CFLAGS and we don't want -Wredundant-decls the | Claudio Jeker | |
standard include files are full of redundant declarations. OK henning@ | |||
2004-03-11 | ssh, sshd: sync version output, ok djm | Markus Friedl | |
2004-03-11 | typos; | Xavier Santolaria | |
ok miod@. |