summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-24same gory splaudio hack for amd64, sighTheo de Raadt
2004-02-24Make example "rdr pass" not just "rdr"; OK beck@Todd C. Miller
2004-02-24'max-src-nodes' requires 'source-track rule'. Set that automatically,Ryan Thomas McBride
unless 'source-track global' is explicit, in which case error out. Lots of help from cedric@. ok cedric@ henning@
2004-02-24fix usage(); extracted from a mail by Ward Wouts <ward@wizeazz.nl>Henning Brauer
2004-02-24support CPU_CHR2BLK sysctlTheo de Raadt
2004-02-24add FILES section documenting license.template;Jason McIntyre
from Nick Nauwelaerts; ok deraadt@
2004-02-24add skc for whenever it comesTheo de Raadt
2004-02-24remove reference to -x bit;Jason McIntyre
ok millert@
2004-02-24syncMarkus Friedl
2004-02-24more fxp; ok henning, deraadtMarkus Friedl
2004-02-24skip _only_ irq 14 and 15; tested by form@Markus Friedl
2004-02-24record code, from netbsd; via jakemsr@jakemsr.comTheo de Raadt
2004-02-24not usedHenning Brauer
2004-02-24whack unused token ring code and a few empty functionsHenning Brauer
2004-02-24test against recent ssh.com releasesMarkus Friedl
2004-02-24zap more unused crapHenning Brauer
2004-02-24allow arguments in ${TEST_SSH_XXX}Markus Friedl
2004-02-24bye byeHenning Brauer
2004-02-24spacesClaudio Jeker
2004-02-24Enhance filters. prefixlen knows now 8-24 and 8><24. It is possible to useClaudio Jeker
prefix 10.0.0.0/8 prefixlen >= 8 and set localpref 100 can be set on a per neighbor basis. OK henning@
2004-02-24get rid of tons of structs we never use, a lot of new_someotherjunk functionsHenning Brauer
in alloc.c we never call, and a shitload of genius comments like char *script_name; /* name of script */ char *server_name; /* name of server */ etc etc etc...
2004-02-24+ Netra T1 AC200/DC200Xavier Santolaria
ok miod@.
2004-02-24discover_interfaces doesn't run in multiple modes any more - kill unreachableHenning Brauer
code, partitally server-only
2004-02-24kill debug crapHenning Brauer
2004-02-24fixup.Cedric Berger
2004-02-24It is possible that a queued path attribute has no nlri prefix. Ignore andClaudio Jeker
remove those path attributes before using them in an UPDATE. OK henning@
2004-02-24remove dynamic port gunkHenning Brauer
2004-02-24cut unreachable codeHenning Brauer
2004-02-24sort options;Jason McIntyre
2004-02-24print # of queued outgoing messages in show summary view, claudio okHenning Brauer
2004-02-24cut more crap - no binary changeHenning Brauer
2004-02-24kill pidfile gunkHenning Brauer
2004-02-24teach dhclient about another invention of the last century: getopt(3)Henning Brauer
also fix usage() that was a big lie pb sez ok
2004-02-24Remove redundant logging from pf_test_other().Ryan Thomas McBride
ok henning@ cedric@
2004-02-24- `C' before `c'Jason McIntyre
- replace `<' and `>' - sync usage()
2004-02-24remove ill-advised interface discovery-scan, and require an interface to beHenning Brauer
always given. theo agrees with removal, pb ok
2004-02-24Check for 'source-track rule' with 'max-src-nodes'.Ryan Thomas McBride
ok cedric@ henning@
2004-02-24Document tftpboot, comment out unavailable [rs]boot.Miod Vallat
2004-02-24- remove double spaces in the examplesJason McIntyre
- `W' before `X' - sync usage() ok millert@
2004-02-24correct includes;Jason McIntyre
ok deraadt@ fgsch@
2004-02-24KNFRyan Thomas McBride
2004-02-24'source-track' not 'source-tracking'Ryan Thomas McBride
2004-02-24FIFO fixes adapted from FreeBSD:Todd C. Miller
o use different wchan string for reading and writing o make O_RDWR not block forever o remove some useless casts o reorganize the normal, blocking code path (ie: O_NONBLOCK not set) o fix select/poll semantics wrt EOF. With these changes we pass the FIFO regress. OK tedu@
2004-02-24damn it, do it rightTheo de Raadt
2004-02-24(process_mips_specific): Print conflictsno as an unsigned long.Brad Smith
From: binutils CVS HEAD branch, based on rev 1.231 Provided by: Daniel Lucq <daniel at lucq dot org> ok fgsch@ drahn@
2004-02-24(display_debug_info): Cast for 64bit hosts.Brad Smith
From: binutils CVS HEAD branch, based on rev 1.113 Provided by: Daniel Lucq <daniel at lucq dot org> ok fgsch@ drahn@
2004-02-24make scripts executableTheo de Raadt
2004-02-24Sync closer to FreeBSD's pthread.h. Fixes up some prototypesBrad Smith
and formatting. ok marc@
2004-02-24cut debug crapHenning Brauer
2004-02-24repair kvm; deraadt@ okMichael Shalayeff