summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-26APERTURE and USER_PCICONF for possible X server support.Dale Rahn
2004-02-26add APERTURE support.Dale Rahn
2004-02-26ahc does not work anymore and i'm not going in there again to fix it any ↵Michael Shalayeff
time soon
2004-02-26put the goo there for ldt handling, even if we do not do it yetTheo de Raadt
2004-02-26enable x86_64Theo de Raadt
2004-02-26x86_64 libarchTheo de Raadt
2004-02-26correct MACHINE vs MACHINE_ARCH issuesTheo de Raadt
2004-02-26amd64 man dirsTheo de Raadt
2004-02-25use __progname instead of hardcoding bgpd for log_initHenning Brauer
2004-02-25Fix this assumed sizeof(long) == 4 error. Would very occasionally causeDale Rahn
the code to attempt to zero 4 bytes of the next page.
2004-02-25syncTheo de Raadt
2004-02-25apparently 6326 comes as AGP and PCITheo de Raadt
2004-02-25Announce local networks to IBGP neighbors. OK henning@Claudio Jeker
2004-02-25Add -B support to pkg_delete.Marc Espie
new method in Logger, annotate, so that the pkg_delete log script can set PKG_DESTDIR= conditionally, and use ${PKG_DESTDIR} later on in filenames.
2004-02-25rfc3390 example; with deraadt@ help.Federico G. Schwindt
2004-02-25Man page update for the mrt dump changes. OK henning@ jmc@Claudio Jeker
2004-02-25Rewrite some parts of the mrt dump handling. It is no longer possible toClaudio Jeker
dump the filtered updates but therefore it is now possible to dump per neighbor and also to dump the outgoing messages. OK henning@
2004-02-25add default flags for yds(4); ok grange, fgsch, deraadtMarkus Friedl
2004-02-25will need brgphy tooTheo de Raadt
2004-02-25more working driversTheo de Raadt
2004-02-25Add and document configuration options Logverbose and Loglevel. As log.c nowHans-Joerg Hoexer
depends on conf.c and some regression tests use log.c, add conf.c to Makefiles where necessary. ok ho@
2004-02-25kill "updates" keyword and use a ordinary string + strcmp at the one placeHenning Brauer
where it's needed, claudio ok
2004-02-25doesn't quite make sense to have a wrapper to a wrapper to the incredibleHenning Brauer
amount of ~ 20 lines of code in their own file... and another one bites the dust
2004-02-25sort options and some tweaks for openssl rsa/rsautl;Jason McIntyre
2004-02-25more chipsets; ok henning@Markus Friedl
2004-02-25Don't clear global stuff when an anchor is given in addition to -Fa.Cedric Berger
Ok mcbride@ pb@
2004-02-25oops. one more -w removal from sysctl, which i missed;Jason McIntyre
also from Paul de Weerd, and also ok deraadt@
2004-02-25remove -w option to sysctl;Jason McIntyre
diffs from Paul de Weerd; ok deraadt@
2004-02-25note that -w is optional and adjust accordingly;Jason McIntyre
remove -w from EXAMPLES; diffs from Paul de Weerd; ok deraadt@
2004-02-25correct NOMAN= caseTheo de Raadt
2004-02-25Apply my copyrights to these files which I wrote. none of the oldDale Rahn
copyright code remained.
2004-02-25copyrightsTheo de Raadt
2004-02-25initial working pthreads support from sparc64, done with drahn. there areTheo de Raadt
some `debugging features' and other optimizations (such as not saving all registers) that we can still do perhaps
2004-02-25typo in commentDamien Miller
2004-02-25dkcsum stuff for amd64, written by tom, who cannot commit it at the moment.Theo de Raadt
now the amd64 knows what drive it was booted from.
2004-02-24Do not check for end of line too early, as this will confuse the cursorMiod Vallat
position. Easily reproduceable using emacs, but no fully sane human being would use emacs anyway.
2004-02-24use calloc istead of malloc, setting sinaddr and bzero'ing it over laterHenning Brauer
found by Ward Wouts <ward@wizeazz.nl> but different fix
2004-02-24deal with bpf nodeTed Unangst
2004-02-24sysctl knob for bpf tunables. some tips from canacar@Ted Unangst
ok canacar@ deraadt@ mcbride@
2004-02-24sync FILES and SEE ALSO w/ mdoc.samples(7);Jason McIntyre
2004-02-24Test for error with 'source-track global'/'max-src-nodes' combo.Ryan Thomas McBride
2004-02-24correctly check send_packet()s return valHenning Brauer
found by Ward Wouts <ward@wizeazz.nl> but fixed differently
2004-02-24Handle 'source-track rule' requirement for 'max-src-nodes'.Ryan Thomas McBride
2004-02-24put auvia in the kernelTheo de Raadt
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@