summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-21init fromlen; andrushock@korovino.netTheo de Raadt
2004-05-21Update headers to gdb-6.1 version to get new constants.Mark Kettenis
ok deraadt@
2004-05-21Man page update to document the new network statements. OK henning@Claudio Jeker
2004-05-21Fix some gcc warnings in bgpctl because of the last commit. OK henning@Claudio Jeker
2004-05-21RFC 2796 bgp route reflector support. This is very useful in conjunctionClaudio Jeker
with templates. looks good, go for it henning@
2004-05-21Grrr. Forgot to cleanup dynamic announcements on shutdown.Claudio Jeker
2004-05-21move the big name tables to the .h file, makes the .c easierHenning Brauer
2004-05-21Make it possible to add, delete, flush and show network announcements.Claudio Jeker
OK henning@
2004-05-21Add support for dynamic announcements. Usefule to annouce temporaryClaudio Jeker
blackhole routes or to make network announcements dependent on a external state (e.g. for carp setups) OK henning@
2004-05-21use 'mss' as lower limit, since 'ifp' might not be set; ok dhartmei@, henning@Markus Friedl
report and test by mpf@
2004-05-21bz #756: add support for the cancel-tcpip-forward request for the server andDamien Miller
the client (through the ~C commandline). reported by z3p AT twistedmatrix.com; ok markus@
2004-05-21More cleaning, better registers programming, better error messages.Miod Vallat
2004-05-21add prototypes for -Wall; ok djmMarkus Friedl
2004-05-21copy out relative anchor paths correctlyDaniel Hartmeier
2004-05-21add DLT_PPP_ETHER support plus some fixes for pppoe_if_print().Brad Smith
ok canacar@ From: Marc Huber <pppoe at pro-bono-publico dot de>
2004-05-21add DLT_PPP_ETHER supportBrad Smith
ok canacar@ From: Marc Huber <pppoe at pro-bono-publico dot de>
2004-05-21minor cleanups / shut up lint, ok pedro teduJolan Luff
2004-05-20Typo from Jared Yanovich phirerunner@comcast.netMarco Peereboom
2004-05-20bfd support for OpenBSD/m88k a.out binaries, glueing existing bits together.Miod Vallat
Gives us working objcopy, objdump, etc, and the ability to process core files to some extent. ok and pushed upstream kettenis@
2004-05-20Correctly copy text into line buffer.Mark Kettenis
ok miod@
2004-05-20More "can't help but clean things while reading".Miod Vallat
2004-05-20Make MINGDTSIZ a multiple of PAGE_SIZE to avoid destroying the gdt table.Thomas Nordin
ok tom@ toby@
2004-05-20remove more caddr_tTed Unangst
2004-05-20Fix arithmetic in vs_getiopb(), from mvme88k.Miod Vallat
2004-05-20General cleanup before attempting to move towards bus_space and bus_dma.Miod Vallat
Also fix an arithmetic bug which caused almost no harm by luck.
2004-05-20bzero() ifr before use, From: Andrey Matveev <andrushock@korovino.net>Henning Brauer
2004-05-20check for strdup(3) failure was missing in one case, catched byHenning Brauer
Andrey Matveev <andrushock@korovino.net>
2004-05-20Trivial type fix 0 -> '\0'; ok markus@Darren Tucker
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
and m68k. ok drahn@, millert@
2004-05-20Grammar nit.Tom Cosgrove
ok david@
2004-05-20Remove bogus $Id.Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom
2004-05-20Add QAS phase which is required by ahd. ok krw@Marco Peereboom
2004-05-19remove the disabled DO_FORCE_VERS support.Brad Smith
ok drahn@
2004-05-19Add dis-init.c from gdb 6.1.Mark Kettenis
ok drahn@
2004-05-19Binutils 2.15, with testsuites removed, and without gdb and libiberty.Mark Kettenis
2004-05-19Remove a build warning by reverting to old method of testing forDale Rahn
HAVE_DECL_GETOPT. pointed out by a few.
2004-05-19Rewrite va_arg() for correctness. Not only is the new code easier to read,Miod Vallat
it also expands to faster code!
2004-05-19When passing a variable of 32 bytes or larger, as argument to a function,Miod Vallat
pass all the subsequent arguments on the stack. This is necessary for proper varargs operation, if used.
2004-05-19In __builtin_saveregs(), initialize __va_stk to a correct value.Miod Vallat
2004-05-19stupid typo that prevented i686 pagezero code from being used. from artTed Unangst
2004-05-19Allow recursive anchors (anchors within anchors, up to 64Daniel Hartmeier
levels deep). More work required, but this is already functional. authpf users will need to adjust their anchor calls, but this will change again soon. ok beck@, cedric@, henning@, mcbride@
2004-05-19do not loop on nd6_output() when transmission fails. from kameJun-ichiro itojun Hagino
2004-05-19regenAlexander Yurchenko
2004-05-19New vendor iRiver and its mp3 players.Alexander Yurchenko
2004-05-19Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price.Todd C. Miller
2004-05-19No need to force a kernel mapping for the sram, the sram driver will do itMiod Vallat
if necessary.
2004-05-19Permit symbolic protocol and service names, such as "Protocol= tcp", in theHakan Olsson
<IPsec-ID> sections. hshoexer@ ok