Age | Commit message (Expand) | Author |
2004-05-21 | GDB 6.3 (excluding .info files) | Mark Kettenis |
2004-05-21 | Add mirror in Bulgaria (Plovdiv) | Peter Valchev |
2004-05-21 | sync | Theo de Raadt |
2004-05-21 | sync | Theo de Raadt |
2004-05-21 | GDB 6.1 (excluding .info files) | Mark Kettenis |
2004-05-21 | init fromlen; andrushock@korovino.net | Theo de Raadt |
2004-05-21 | Update headers to gdb-6.1 version to get new constants. | Mark Kettenis |
2004-05-21 | Man page update to document the new network statements. OK henning@ | Claudio Jeker |
2004-05-21 | Fix some gcc warnings in bgpctl because of the last commit. OK henning@ | Claudio Jeker |
2004-05-21 | RFC 2796 bgp route reflector support. This is very useful in conjunction | Claudio Jeker |
2004-05-21 | Grrr. Forgot to cleanup dynamic announcements on shutdown. | Claudio Jeker |
2004-05-21 | move the big name tables to the .h file, makes the .c easier | Henning Brauer |
2004-05-21 | Make it possible to add, delete, flush and show network announcements. | Claudio Jeker |
2004-05-21 | Add support for dynamic announcements. Usefule to annouce temporary | Claudio Jeker |
2004-05-21 | use 'mss' as lower limit, since 'ifp' might not be set; ok dhartmei@, henning@ | Markus Friedl |
2004-05-21 | bz #756: add support for the cancel-tcpip-forward request for the server and | Damien Miller |
2004-05-21 | More cleaning, better registers programming, better error messages. | Miod Vallat |
2004-05-21 | add prototypes for -Wall; ok djm | Markus Friedl |
2004-05-21 | copy out relative anchor paths correctly | Daniel Hartmeier |
2004-05-21 | add DLT_PPP_ETHER support plus some fixes for pppoe_if_print(). | Brad Smith |
2004-05-21 | add DLT_PPP_ETHER support | Brad Smith |
2004-05-21 | minor cleanups / shut up lint, ok pedro tedu | Jolan Luff |
2004-05-20 | Typo from Jared Yanovich phirerunner@comcast.net | Marco Peereboom |
2004-05-20 | bfd support for OpenBSD/m88k a.out binaries, glueing existing bits together. | Miod Vallat |
2004-05-20 | Correctly copy text into line buffer. | Mark Kettenis |
2004-05-20 | More "can't help but clean things while reading". | Miod Vallat |
2004-05-20 | Make MINGDTSIZ a multiple of PAGE_SIZE to avoid destroying the gdt table. | Thomas Nordin |
2004-05-20 | remove more caddr_t | Ted Unangst |
2004-05-20 | Fix arithmetic in vs_getiopb(), from mvme88k. | Miod Vallat |
2004-05-20 | General cleanup before attempting to move towards bus_space and bus_dma. | Miod Vallat |
2004-05-20 | bzero() ifr before use, From: Andrey Matveev <andrushock@korovino.net> | Henning Brauer |
2004-05-20 | check for strdup(3) failure was missing in one case, catched by | Henning Brauer |
2004-05-20 | Trivial type fix 0 -> '\0'; ok markus@ | Darren Tucker |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-05-20 | Grammar nit. | Tom Cosgrove |
2004-05-20 | Remove bogus $Id. | Marco Peereboom |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom |
2004-05-20 | Add QAS phase which is required by ahd. ok krw@ | Marco Peereboom |
2004-05-19 | remove the disabled DO_FORCE_VERS support. | Brad Smith |
2004-05-19 | Add dis-init.c from gdb 6.1. | Mark Kettenis |
2004-05-19 | Binutils 2.15, with testsuites removed, and without gdb and libiberty. | Mark Kettenis |
2004-05-19 | Remove a build warning by reverting to old method of testing for | Dale Rahn |
2004-05-19 | Rewrite va_arg() for correctness. Not only is the new code easier to read, | Miod Vallat |
2004-05-19 | When passing a variable of 32 bytes or larger, as argument to a function, | Miod Vallat |
2004-05-19 | In __builtin_saveregs(), initialize __va_stk to a correct value. | Miod Vallat |
2004-05-19 | stupid typo that prevented i686 pagezero code from being used. from art | Ted Unangst |
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier |
2004-05-19 | do not loop on nd6_output() when transmission fails. from kame | Jun-ichiro itojun Hagino |