dragonfly.git
2004-06-26 Matthew DillonIf Preposterous BIOS basemem is detected, instead of...
2004-06-26 Matthew DillonAdd a signature for bootn0 so boot0cfg doesn't complain...
2004-06-26 Matthew DillonStage 1/999: Rewrite boot0 to relocate to higher memory...
2004-06-25 Hiten PandyaMerge from FreeBSD-4, revision 1.1.2.9:
2004-06-25 Matthew DillonRemove a vn == vp case that was breaking out of the...
2004-06-25 Hiten PandyaMerge from FreeBSD-4, revision 1.115.2.20:
2004-06-25 Joerg SonnenbergerFix a race in the initialisation of struct lock by...
2004-06-25 Joerg SonnenbergerAdd missing WI_UNLOCK
2004-06-25 Matthew DillonImplement duel-console mode and make it the default...
2004-06-25 Hiten PandyaTurn on the DDB_TRACE config option, so that we will...
2004-06-25 Hiten PandyaMerge rev. 1.7 of FreeBSD's src/sys/dev/twa/twa_freebsd.c.
2004-06-25 Matthew DillonConvert the M4'd btxldr.s to a preprocessed btxldr...
2004-06-24 Matthew DillonBring in 1.33 from FreeBSD-5:
2004-06-24 David RhodusDrop to the debugger if unable to sync out the buffers...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-24 Joerg SonnenbergerThis is GCC 3.4, not 3.3
2004-06-24 Matthew DillonGet rid of the PFIL_HOOKS option, integrate pfil in...
2004-06-24 Matthew DillonBackout 1.19. It prevents some machines from booting...
2004-06-24 Matthew DillonThe route table treats sockaddr data as opaque, which...
2004-06-23 Eirik NygaardThis is less, correct name in upgrade file.
2004-06-23 Matthew DillonFix a broken vrele() in the session tty exit code.
2004-06-23 Matthew DillonHack in the code from FreeBSD-5 to set the timings...
2004-06-23 Matthew DillonDo a partial synch from FreeBSD-5 of the NVIDIA and...
2004-06-23 Matthew DillonFix an improper DELAY in the ata tag code (but nobody...
2004-06-23 Matthew DillonCheck for a queued interrupt being dispatched after...
2004-06-23 Hiten PandyaFix indentation.
2004-06-23 Hiten PandyaRemove references to FreeBSD in the comments.
2004-06-22 Matthew DillonUnbreak the buildworld by fixing a cc_tools dependancy...
2004-06-22 Chris PresseyPerl is no longer user during kernel build, so remove...
2004-06-22 Chris PresseyMake virecover more robust. Instead of aborting (and...
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 DillonFix -j builds for gcc-3.4. The .nx build in cc_tools...
2004-06-21 Chris PresseyMerge with FreeBSD (HEAD) src/usr.sbin/adduser/*:
2004-06-21 Matthew DillonSome more M_NOWAIT->M_INTWAIT. Not sure if the sym...
2004-06-21 Matthew DillonGeneral M_NOWAIT -> M_INTWAIT work, except in periodic...
2004-06-21 Matthew DillonCorrect a known panic in the twe driver, M_NOWAIT ...
2004-06-21 Matthew Dillongcc-3.4 cleanups. missing break / goto labels.
2004-06-21 Matthew Dillongcc-3.4 cleanups. Add missing break statements, deal...
2004-06-21 Matthew DillonAdding missing break after default: (gcc-3.4).
2004-06-21 Matthew Dillongcc-3.4 cleanup.
2004-06-21 Matthew DillonHook gcc 3.4 into the buildworld. Rearrange HOST_CCVER...
2004-06-21 Matthew DillonFix a bug in 2.95.x prototypes that prevents us from...
2004-06-21 Matthew DillonAdd a missing break after default: for gcc-3.4 support.
2004-06-21 Matthew DillonRemove the last vestiges of -DCCVER from 2.95.x contrib...
2004-06-21 Matthew DillonFix a prototype error in gcc-3.3's com.h in order to...
2004-06-21 Matthew Dillon'lrint' is a gcc3.4 builtin and gcc3.4 is unhappy if...
2004-06-21 Chris PresseyMerge with FreeBSD (HEAD) src/usr.sbin/kbdmap/*:
2004-06-21 Hiten PandyaCheck kp (struct kinfo_proc *kp) against NULL and not...
2004-06-21 Hiten PandyaUse the kern.boottime sysctl for retrieving the system...
2004-06-21 Joerg Sonnenbergermake ==> ${MAKE} ${.TARGET}
2004-06-21 Joerg Sonnenbergermake => ${MAKE}
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-20 Matthew DillonAllow CCVER to be empty, which will cause the compiled...
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 SonnenbergerExport HOST_CCVER via environment to fixate it to eithe...
2004-06-20 Joerg SonnenbergerDon't include _CPUCFLAGS since the host compiler (aka...
2004-06-20 Hiten PandyaZero-out the whole pstats structure and then copy the...
2004-06-20 Hiten PandyaZero the interval timers on fork(2) rather than copying...
2004-06-20 Hiten PandyaHook up the asa(1) utility to the build system.
2004-06-20 Hiten PandyaAdd the POSIXv2 asa(1) utility; it interprets FORTRAN...
2004-06-20 Hiten PandyaHook up the recently added utilities [1] to the build.
2004-06-20 Joerg SonnenbergerDefine __DragonFly_cc_version for CPP
2004-06-20 Matthew DillonBring in a trimmed down gcc-3.4-20040618.
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-20 Joerg SonnenbergerAlways set the _CPUCFLAGS in bsd.cpu.gcc2.mk to some...
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 Hiten PandyaIEEE Std. 1003.1-2001 (SUSv3):
2004-06-19 Hiten PandyaAdd the csplit(1) utility, which splits files based...
2004-06-19 Joerg SonnenbergerFix GCC 3.4 build
2004-06-19 Joerg SonnenbergerFix GCC 3.4 build.
2004-06-19 Joerg SonnenbergerFix compilation "Label at end of compound statement...
2004-06-19 Chris PresseyFix a bogus type declaration to remove a compiler warni...
2004-06-19 Joerg SonnenbergerFix GCC 3.4 build
2004-06-19 Joerg SonnenbergerRemove the evil inline ==> rpcgen_inline CPP hack,...
2004-06-19 Matthew DillonFix an aggregious non-terminated buffer issue and also...
2004-06-19 Hiten PandyaFix prototype of usage().
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-18 David RhodusCreate twed0 entries in /dev
2004-06-18 David RhodusFix installworld by making it aware of the rconfig...
2004-06-18 Hiten PandyaAdd a helper utility, called asf(8): Add Symbol File.
2004-06-18 Matthew DillonA sample rconfig script which completely wipes and...
2004-06-18 Matthew Dillonchdir into WorkDir before running the downloaded script.
2004-06-18 Matthew DillonWrite a remote configuration utility called 'rconfig...
2004-06-17 Joerg SonnenbergerThe insn-conditions.c generated by stock GCC does some...
2004-06-17 David RhodusDefault the MMX/XMM kernel optimizations to the on...
2004-06-17 Joerg SonnenbergerDon't whine about malloc/realloc "poising" the code...
2004-06-17 Matthew DillonDon't set prefetch mode on VIA chips, it causes problem...
2004-06-17 Hiten PandyaSpell 'written' properly.
2004-06-16 Hiten PandyaFix spelling in comment.
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-15 Joerg SonnenbergerFix warning
2004-06-15 Joerg SonnenbergerReally use the host compiler in bsd.hostprog.mk
next