Age | Commit message (Expand) | Author |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt |
2004-01-04 | zap unused variable; ok mcbride | Peter Valchev |
2004-01-03 | missing proto; ok hin | Peter Valchev |
2004-01-03 | keep track of last session up/down and last successfull read | Henning Brauer |
2004-01-03 | ``device'' is not written ``devic''. | Miod Vallat |
2004-01-03 | print message counters | Henning Brauer |
2004-01-03 | add message counters | Henning Brauer |
2004-01-03 | Do not use (self) in pfload regress tests, it makes result config-dependant. | Cedric Berger |
2004-01-03 | shut gcc up; ok miod | Peter Valchev |
2004-01-03 | #include session.h | Henning Brauer |
2004-01-03 | move some session specific stuff to session.h and make the few files | Henning Brauer |
2004-01-03 | Silence a gcc warning: "initialization from incompatible pointer type" | Todd C. Miller |
2004-01-03 | decouple the peer list from bgpd_config. | Henning Brauer |
2004-01-03 | Fix format type mismatch (int vs. ssize_t). | Todd C. Miller |
2004-01-03 | missing prototypes; ok espie | Peter Valchev |
2004-01-03 | Replace bogus use of fgetln() (which doesn't NUL-terminate strings) | Todd C. Miller |
2004-01-03 | we'll have more than one view one day, strutural prepare for that | Henning Brauer |
2004-01-03 | Be more careful with INITIAL-CONTACT and do not delete SPIs when getting | Hakan Olsson |
2004-01-03 | factor out the printing stuff and format nicer as well | Henning Brauer |
2004-01-03 | disable TSC for Geode SC1100; Stuart Henderson, pr 3625; ok mickey, deraadt | Markus Friedl |
2004-01-03 | switch to shorter licence at millert@ suggestion. | Marc Espie |
2004-01-03 | make sure userland sees memcmp and friends (gcc3) | Marc Espie |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2004-01-03 | cope with changed imsg_read semantics | Henning Brauer |
2004-01-03 | change imsg_read semantics so that the number of bytes read is returned. | Henning Brauer |
2004-01-03 | there is no guarantee we get all we wan with a single read(), so we | Henning Brauer |
2004-01-03 | send an imsg as list end indicator | Henning Brauer |
2004-01-03 | fix umask, noticed by theo | Henning Brauer |
2004-01-03 | Fixes from FreeBSD's libc_r | Brad Smith |
2004-01-03 | sync the list of acceptable getopt_long options with reality. | Brad Smith |
2004-01-03 | do not create pid file. it was just for debugging and there was no proper | Jun-ichiro itojun Hagino |
2004-01-03 | Make 'unknown error category' message more informative by including error | Kenneth R Westerback |
2004-01-03 | backout segment register restore diff which causes reproducible hangs; ok der... | Peter Valchev |
2004-01-03 | as if we didn't know... | Henning Brauer |
2004-01-03 | Todd forgot to make obj there | Theo de Raadt |
2004-01-02 | factor out dump.c from rtsol by -DSMALL | Jun-ichiro itojun Hagino |
2004-01-02 | Mention that, on most 187 and 197, if the SCSI controller is not the boot | Miod Vallat |
2004-01-02 | unifdef for readability. req'ed by deraadt | Jun-ichiro itojun Hagino |
2004-01-02 | MC88110 errata states that, for instruction faults, in case of bus error | Miod Vallat |
2004-01-02 | Sync m197_ext_int() logic with m187_ext_int() logic. | Miod Vallat |
2004-01-02 | Better openings value computation. | Miod Vallat |
2004-01-02 | Relaxed dependencies, and do not undef DEBUG. | Miod Vallat |
2004-01-02 | There is no such thing as ``device cpu'' for now. | Miod Vallat |
2004-01-02 | Revert 1.100 and 1.102 for now - they cause page table corruption (bloody hell!) | Miod Vallat |
2004-01-02 | whitespace | Jun-ichiro itojun Hagino |
2004-01-02 | standard order for options; | Jason McIntyre |
2004-01-02 | net.inet.carp.preempt is disabled by default. | Ryan Thomas McBride |
2004-01-02 | some corrections/improvements to the VI COMMANDS section; | Jason McIntyre |
2004-01-02 | use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble; | Jason McIntyre |
2004-01-02 | The scratch pages used in pmap_zero_page() and pmap_copy_page() being special | Miod Vallat |