VFS messaging/interfacing work stage 7e/99: More firming up of stage 7.
[dragonfly.git] / gnu /
2004-09-28 Joerg SonnenbergerSwitch patch(1) from GNU to BSD version.
2004-09-28 Joerg SonnenbergerDon't use patch -b, the flag has different meanings...
2004-09-20 Matthew DillonHook the new bc and dc into the tree. Unhook the old...
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-14 David RhodusBring in fix from gzip 1.3.3 to avoid crashes when...
2004-09-06 Joerg SonnenbergerAdd const for argument of argmatch to fix warnings.
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-09 Eirik NygaardFix gcc 3.4 build.
2004-08-03 Matthew DillonUpgrade our CVS build from 1.12.8 to 1.12.9 to fix...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-25 Matthew DillonAdd 'propolice' to the version string version_local...
2004-07-21 David RhodusCleanout __FreeBSD__ defines which we don't need.
2004-07-13 Hiten PandyaUpdate list of FreeBSD version numbers, for use with...
2004-07-02 Joerg SonnenbergerAdd the support for BSD format specifiers. This was...
2004-06-26 David RhodusUnhook gcc-3.3 from the buildworld process. This also...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-22 Matthew DillonUnbreak the buildworld by fixing a cc_tools dependancy...
2004-06-22 Matthew DillonTurn propolice (-fstack-protector) on by default. ...
2004-06-21 Matthew DillonFix -j builds for gcc-3.4. The .nx build in cc_tools...
2004-06-21 Matthew DillonHook gcc 3.4 into the buildworld. Rearrange HOST_CCVER...
2004-06-21 Matthew DillonFix a prototype error in gcc-3.3's com.h in order to...
2004-06-21 Joerg Sonnenbergermake ==> ${MAKE} ${.TARGET}
2004-06-21 Joerg Sonnenbergermake => ${MAKE}
2004-06-20 Joerg SonnenbergerAdd the STABS default output hack for GCC 3.4 too.
2004-06-20 Joerg SonnenbergerFor cc_tools, recurse into cc_prep when building depend...
2004-06-20 Joerg SonnenbergerExplicitly recurse into gnu/usr.bin/cc34/cc_prep for...
2004-06-20 Joerg SonnenbergerDefine __DragonFly_cc_version for CPP
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-20 Joerg SonnenbergerUse our specs, not FreeBSD's.
2004-06-20 Joerg SonnenbergerManually recurse into ../cc_prepend for depend to worka...
2004-06-20 Joerg SonnenbergerRedo the ProPolice patches, there were partly broken.
2004-06-19 Joerg SonnenbergerFirst stage in cleaning the built-in pathes of gcc...
2004-06-19 Joerg SonnenbergerInclude ProPolice suport for GCC 3.4.
2004-06-19 Joerg SonnenbergerInclude ProPolice suport for GCC 3.4.
2004-06-17 Joerg SonnenbergerThe insn-conditions.c generated by stock GCC does some...
2004-06-17 Joerg SonnenbergerDon't whine about malloc/realloc "poising" the code...
2004-06-16 Matthew DillonMake sure gcc_local.c and any left over patch mess...
2004-06-16 Matthew DillonClean up GCC3.3, rip out all the weird search paths...
2004-06-14 Joerg SonnenbergerBuild infrastructure for GCC 3.4
2004-06-14 Joerg SonnenbergerSwitch from GCC-version specific crtbegin/crtend code...
2004-05-20 Matthew DillonUsing the new contrib rev mechanism, bring cvs up to...
2004-05-16 Eirik NygaardRemove two mis-added .orig files.
2004-05-15 Joerg SonnenbergerTemporary switch cc3 to the old stabs debugging format...
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-10 Hiten PandyaAdd entry for the CAPS IPC library. It is now possible...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardUpdate diff, diff3 and sdiff to use diffutils 2.8.1
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-12 Eirik NygaardRemove gawk from the build and let one-true-awk be...
2004-04-07 Matthew DillonEnable propolice (stack smashing detector) by default...
2004-04-07 Joerg SonnenbergerAdjust the C++ preprocessor to include /usr/include...
2004-04-07 Joerg SonnenbergerSince GCC 2.95.4 is known to produce bad code for highe...
2004-04-05 Joerg SonnenbergerReadd _G_config.h and the missing std headers. This...
2004-04-04 Joerg SonnenbergerCorrect C++ header handling for gcc2 and lex.
2004-03-28 Joerg SonnenbergerAdd functionality to binutils 2.14's ld to scan /var...
2004-03-25 Joerg SonnenbergerReplace the Perl scripts makewhatis(1), makewhatis...
2004-03-22 Matthew DillonThis represents a major update to the buildworld subsystem.
2004-03-20 David RhodusStart removing the old build infrastructure for the...
2004-03-11 Hiten PandyaMega mdoc(7) update:
2004-03-10 Matthew Dillongdb was unable to obtain backtraces of pure threads...
2004-03-05 Joerg SonnenbergerPropolice for GCC 3.3 based on:
2004-02-24 Joerg SonnenbergerAdd support for the kernel printf conversion specifiers...
2004-02-09 Matthew DillonFix a DFly buildworld from 4.x issue. Only set HAVE_ST...
2004-02-04 Robert Garrettmore __FreeBSD__ and __FreeBSD__ -> __DragonFly__ work.
2004-02-03 Matthew DillonMore __FreeBSD__ -> __DragonFly__ translation
2004-02-03 Matthew DillonThis should fix the dependancy loop for sure.
2004-02-03 Matthew DillonTry to clean up more of GCC's xrealloc and xmalloc...
2004-02-03 Robert Garrettgrep needs __FreeBSD__ defined
2004-02-03 Robert Garrettdefine __FreeBSD__ for diff
2004-02-03 Robert GarrettUpdate a few macros to print DragonFly instead of FreeBSD
2004-02-03 Matthew DillonFake __FreeBSD__ for various contrib/ code that needs it.
2004-02-03 Matthew DillonUndo the xmalloc->malloc optimization FreeBSD made...
2004-02-02 Matthew DillonUpdate the GCC3 infrastructure Stage 1/2. This commit...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-02-02 Matthew Dillonbinutils214 stage 2/4.
2004-02-01 Matthew Dillonbinutils214 stage 1/4. Bring in the build infrastructu...
2004-01-31 Matthew DillonMAINTAINER lines in Makefile's are no longer applicable...
2004-01-30 Matthew DillonThis should hopefully fix current issues with bootstrap...
2004-01-29 Matthew DillonRemove the remainder of Makefile.sub handling. Make...
2004-01-28 Matthew DillonRename .sub files back to .inc.
2004-01-28 Joerg SonnenbergerMove binutils from /usr/libexec/gcc2/{aout,elf} to
2004-01-26 Joerg SonnenbergerRename Makefile.inc to Makefile.sub
2004-01-25 David Rhodus* Fix man page names.
2004-01-24 Joerg SonnenbergerAdd GCC3 to buildworld.
2004-01-24 Joerg SonnenbergerBoth cc and cc3 were built using CCVER=$(CCVER) for...
2004-01-24 Joerg SonnenbergerForce make to export CCVER for buildworld
2004-01-24 Joerg SonnenbergerRemove generated file from repo
2004-01-24 Joerg SonnenbergerAdjust program names by removing the additional 3
2004-01-23 Joerg SonnenbergerAdd support for ${BINUTILSVER} to objformat. This defau...
2004-01-23 Joerg SonnenbergerRemove some prehistoric C crap
2004-01-23 Joerg SonnenbergerRename GCCVER to CCVER and prepend gcc to the former...
2004-01-22 Joerg SonnenbergerAdd C++ runtime libraries for gcc3
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
next