dragonfly.git
2004-01-28 Matthew DillonRename Makefile.sub back to Makefile.inc to fix cross...
2004-01-28 Matthew DillonUndo some of the previously made changes to deal with...
2004-01-28 Joerg SonnenbergerMove binutils from /usr/libexec/gcc2/{aout,elf} to
2004-01-28 Joerg SonnenbergerFix various warnings and other glitches.
2004-01-28 Joerg SonnenbergerChange functin definitions to conform to style(9)
2004-01-28 Joerg SonnenbergerAdd support for the AMD 8111 chipset
2004-01-28 Matthew DillonFix the DDB 'trace' command. When segment address...
2004-01-27 Matthew DillonTry to work-around a DFly-specific crash that can occur...
2004-01-27 Matthew Dillonfunc() -> func(void) style.
2004-01-27 Robert Garrettremove ifwatchd we don't have the binary we don't need...
2004-01-27 Matthew DillonDescribe variant symlinks in the 'ln' manual page.
2004-01-27 Matthew DillonFix type-o's and add a few files to the cleanup list.
2004-01-27 Matthew DillonUSB storage devices are standard fare these days, add...
2004-01-27 Joerg SonnenbergerRename Makefile.inc to Makefile.sub
2004-01-27 Robert Garrettfix bug where i accidently left ;; at the end of two...
2004-01-27 Robert Garrettfinish updating rcng to remove FreeBSD and NetBSD code
2004-01-27 Robert Garrettupdate rcng to remove FreeBSD and NetBSD
2004-01-27 Robert Garrettupdate rcng to remove FreeBSD and NetBSD
2004-01-26 Matthew DillonFix a serious bug in the NTPD loopfilter. Basically...
2004-01-26 Joerg SonnenbergerRemove Makefile.inc
2004-01-26 Joerg SonnenbergerRename Makefile.in to Makefile.sub
2004-01-26 Joerg SonnenbergerRename Makefile.inc to Makefile.sub
2004-01-26 Joerg SonnenbergerTo let the crazy Perl Makefiles work, add the support...
2004-01-26 David Rhodus* DragonFly<-FreeBSD Name clean ups
2004-01-26 David Rhodus* Change FreeBSD ifdef over to DragonFly
2004-01-26 David Rhodus* Change FreeBSD ifdefs to DragonFly
2004-01-26 Joerg SonnenbergerReally remove C++ from libc_r
2004-01-26 Joerg SonnenbergerRemove C++ from libc_r. Use __attribute__((constructor...
2004-01-26 Robert Garrettremove NetBSD and FreeBSD from rcng scripts
2004-01-26 Joerg SonnenbergerAlways include bsd.init.mk to fix CPUTYPE evaluation
2004-01-26 Joerg SonnenbergerFix make complaining about CCVER being not defined
2004-01-26 Joerg SonnenbergerAlways re-export CCVER
2004-01-26 Joerg SonnenbergerRename bsd.cpu.mk into bsd.cpu.gcc2.mk and add the...
2004-01-26 Joerg SonnenbergerReplace K&R style function declarations with ANSI style...
2004-01-25 David Rhodus* DragonFly<-FreeBSD name change in boot loader code.
2004-01-25 David Rhodus* Remove extra compile flag to clean up redefine...
2004-01-25 David Rhodus* Fix man page names.
2004-01-25 Joerg SonnenbergerCleanup the fix for dependency handling. This explicitl...
2004-01-25 Joerg SonnenbergerDon't use non-existing DragonFly override ports for...
2004-01-25 Joerg SonnenbergerSplit multiline string literal
2004-01-25 Hiten PandyaFix typo in a comment.
2004-01-25 Joerg SonnenbergerAdd -ffreestanding to CFLAGS for gcc3
2004-01-24 Joerg SonnenbergerAdd GCC3 to buildworld.
2004-01-24 Joerg SonnenbergerUse new style variadic functions
2004-01-24 Joerg SonnenbergerRemove bogus -fstrict-prototypes which isn't support...
2004-01-24 Joerg SonnenbergerThe __cxa_atext/__cxa_finalize patch is based on FreeB...
2004-01-24 Joerg SonnenbergerFix prehistoric C
2004-01-24 Joerg SonnenbergerAdd -I${BIND_DIR}/bin/nslookup
2004-01-24 Joerg SonnenbergerGCC3 doesn't inspect #line to allow inclusion relative...
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-24 Matthew DillonPrevent killall from killing itself.
2004-01-24 Matthew DillonCleanup the duel-macro specifications in sioreg.h and...
2004-01-24 Matthew DillonWhen creating a new uidinfo structure, check for an...
2004-01-24 Matthew DillonTurn off hardware assisted transmit checksums by defaul...
2004-01-24 Matthew DillonSynch the XL driver with FreeBSD-4.x.
2004-01-24 Jeffrey HsuRemove unused local variable.
2004-01-24 Jeffrey HsuRemove dead code.
2004-01-23 Matthew DillonAssume read access for execute requests so we can fill...
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 SonnenbergerFix prehistoric C
2004-01-23 Joerg SonnenbergerFix prehistoric C
2004-01-23 Joerg SonnenbergerRemove bogus sys_nerr defines
2004-01-23 Matthew DillonGet rid of embedded newline continuation entirely and...
2004-01-23 Joerg SonnenbergerAdd -I${.CURDIR} to Makefile
2004-01-23 Jeroen Ruigrok... Add detection code for the SiS 746 ATA133 controller.
2004-01-23 Joerg SonnenbergerAdd missing \ to string
2004-01-23 Joerg SonnenbergerAdd -I{.CURDIR} to CFLAGS
2004-01-23 Joerg SonnenbergerUse C99 syntax for variadic macros
2004-01-23 Joerg SonnenbergerInclude ${.CURDIR} before bin/ls to get the right extern.h
2004-01-23 Joerg SonnenbergerFix GCC 3.3 compilation and style(9)
2004-01-23 Joerg SonnenbergerFix compilation with GCC 3.3 and a few warnings
2004-01-23 Jeroen Ruigrok... Add recognition code for the SiS 645DX.
2004-01-23 Joerg SonnenbergerFix more multiline string literals
2004-01-23 Joerg SonnenbergerFix multiline string literals
2004-01-23 Joerg SonnenbergerGCC 3.3 doesn't support #pragma weak A=B, when A is...
2004-01-23 Joerg SonnenbergerClean multiline string literal for gcc3
2004-01-23 Joerg SonnenbergerRename GCCVER to CCVER and prepend gcc to the former...
2004-01-23 Matthew DillonAdd a 'dd' prior to the first fdisk to cover situations...
2004-01-23 Matthew DillonFix some type-o's and add some info on things to try...
2004-01-22 Joerg SonnenbergerFix missing .. from last commit
2004-01-22 Joerg SonnenbergerAdd C++ runtime libraries for gcc3
2004-01-22 Joerg SonnenbergerImplement __cxa_atexit and __cxa_finalize as requested...
2004-01-22 Joerg SonnenbergerConditionalize use of vfscanf
2004-01-22 Matthew DillonUse the fliesystem block size instead of BUFSIZ when...
2004-01-22 Joerg SonnenbergerAdd directories for lib/gcc3/libstdc++
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-22 Joerg SonnenbergerImport libstdc++ from GCC 3.3.3-pre 20031106. vendor/LIBSTDC++
2004-01-22 Eirik NygaardLet the man page know about varsym links.
2004-01-22 Jeroen Ruigrok... Add missing comma.
2004-01-22 Eirik NygaardHis name is Fred.
2004-01-22 Eirik NygaardCatch up with recent libc updates.
2004-01-22 Jeroen Ruigrok... Fix misunderstood commit. The CX20463 is not the AC...
2004-01-22 Jeroen Ruigrok... Fix the entry for the CX20468. The base default is...
2004-01-22 Jeroen Ruigrok... Add support for the Conexant SmartDAA 20463.
2004-01-22 Jeroen Ruigrok... Add Texas Instruments' TLV320AIC27 AC'97 codec.
2004-01-22 Jeroen Ruigrok... Fix typo to make the TLC320 work.
next