Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-26 | APERTURE and USER_PCICONF for possible X server support. | Dale Rahn | |
2004-02-26 | add APERTURE support. | Dale Rahn | |
2004-02-26 | ahc does not work anymore and i'm not going in there again to fix it any ↵ | Michael Shalayeff | |
time soon | |||
2004-02-26 | put the goo there for ldt handling, even if we do not do it yet | Theo de Raadt | |
2004-02-26 | enable x86_64 | Theo de Raadt | |
2004-02-26 | x86_64 libarch | Theo de Raadt | |
2004-02-26 | correct MACHINE vs MACHINE_ARCH issues | Theo de Raadt | |
2004-02-26 | amd64 man dirs | Theo de Raadt | |
2004-02-25 | use __progname instead of hardcoding bgpd for log_init | Henning Brauer | |
2004-02-25 | Fix this assumed sizeof(long) == 4 error. Would very occasionally cause | Dale Rahn | |
the code to attempt to zero 4 bytes of the next page. | |||
2004-02-25 | sync | Theo de Raadt | |
2004-02-25 | apparently 6326 comes as AGP and PCI | Theo de Raadt | |
2004-02-25 | Announce local networks to IBGP neighbors. OK henning@ | Claudio Jeker | |
2004-02-25 | Add -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-25 | rfc3390 example; with deraadt@ help. | Federico G. Schwindt | |
2004-02-25 | Man page update for the mrt dump changes. OK henning@ jmc@ | Claudio Jeker | |
2004-02-25 | Rewrite some parts of the mrt dump handling. It is no longer possible to | Claudio 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-25 | add default flags for yds(4); ok grange, fgsch, deraadt | Markus Friedl | |
2004-02-25 | will need brgphy too | Theo de Raadt | |
2004-02-25 | more working drivers | Theo de Raadt | |
2004-02-25 | Add and document configuration options Logverbose and Loglevel. As log.c now | Hans-Joerg Hoexer | |
depends on conf.c and some regression tests use log.c, add conf.c to Makefiles where necessary. ok ho@ | |||
2004-02-25 | kill "updates" keyword and use a ordinary string + strcmp at the one place | Henning Brauer | |
where it's needed, claudio ok | |||
2004-02-25 | doesn't quite make sense to have a wrapper to a wrapper to the incredible | Henning Brauer | |
amount of ~ 20 lines of code in their own file... and another one bites the dust | |||
2004-02-25 | sort options and some tweaks for openssl rsa/rsautl; | Jason McIntyre | |
2004-02-25 | more chipsets; ok henning@ | Markus Friedl | |
2004-02-25 | Don't clear global stuff when an anchor is given in addition to -Fa. | Cedric Berger | |
Ok mcbride@ pb@ | |||
2004-02-25 | oops. one more -w removal from sysctl, which i missed; | Jason McIntyre | |
also from Paul de Weerd, and also ok deraadt@ | |||
2004-02-25 | remove -w option to sysctl; | Jason McIntyre | |
diffs from Paul de Weerd; ok deraadt@ | |||
2004-02-25 | note that -w is optional and adjust accordingly; | Jason McIntyre | |
remove -w from EXAMPLES; diffs from Paul de Weerd; ok deraadt@ | |||
2004-02-25 | correct NOMAN= case | Theo de Raadt | |
2004-02-25 | Apply my copyrights to these files which I wrote. none of the old | Dale Rahn | |
copyright code remained. | |||
2004-02-25 | copyrights | Theo de Raadt | |
2004-02-25 | initial working pthreads support from sparc64, done with drahn. there are | Theo de Raadt | |
some `debugging features' and other optimizations (such as not saving all registers) that we can still do perhaps | |||
2004-02-25 | typo in comment | Damien Miller | |
2004-02-25 | dkcsum 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-24 | Do not check for end of line too early, as this will confuse the cursor | Miod Vallat | |
position. Easily reproduceable using emacs, but no fully sane human being would use emacs anyway. | |||
2004-02-24 | use calloc istead of malloc, setting sinaddr and bzero'ing it over later | Henning Brauer | |
found by Ward Wouts <ward@wizeazz.nl> but different fix | |||
2004-02-24 | deal with bpf node | Ted Unangst | |
2004-02-24 | sysctl knob for bpf tunables. some tips from canacar@ | Ted Unangst | |
ok canacar@ deraadt@ mcbride@ | |||
2004-02-24 | sync FILES and SEE ALSO w/ mdoc.samples(7); | Jason McIntyre | |
2004-02-24 | Test for error with 'source-track global'/'max-src-nodes' combo. | Ryan Thomas McBride | |
2004-02-24 | correctly check send_packet()s return val | Henning Brauer | |
found by Ward Wouts <ward@wizeazz.nl> but fixed differently | |||
2004-02-24 | Handle 'source-track rule' requirement for 'max-src-nodes'. | Ryan Thomas McBride | |
2004-02-24 | put auvia in the kernel | Theo de Raadt | |
2004-02-24 | same gory splaudio hack for amd64, sigh | Theo de Raadt | |
2004-02-24 | Make 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-24 | fix usage(); extracted from a mail by Ward Wouts <ward@wizeazz.nl> | Henning Brauer | |
2004-02-24 | support CPU_CHR2BLK sysctl | Theo de Raadt | |
2004-02-24 | add FILES section documenting license.template; | Jason McIntyre | |
from Nick Nauwelaerts; ok deraadt@ |