dragonfly.git
2004-06-27 Matthew DillonTurn the getty on on ttyd0 by default so a CDBOOT will...
2004-06-27 Matthew DillonAddendum: it should be noted that boot2 also probes...
2004-06-27 Matthew DillonProperly probe for the serial port. If the serial...
2004-06-27 Matthew DillonThe schednetisr() routine is supposed to be MP and...
2004-06-27 Matthew DillonImplement livelock detection for threaded interrupts...
2004-06-27 Matthew DillonMake the VR device backdown to emergency polling if...
2004-06-27 David RhodusUse correct copy-write notation for The DragonFly proje...
2004-06-27 Matthew DillonShow a more complete listing of interrupt sources ...
2004-06-27 Matthew DillonAdd note to cpu_idle_hook (which is currently asserted...
2004-06-27 Matthew DillonBring in YONETANI Tomokazu's acpi-update-2.patch (27...
2004-06-27 Matthew DillonMore missed named fixups related to the include directo...
2004-06-27 Matthew DillonBe ultra conservative for now, do not try to initialize...
2004-06-27 Matthew DillonFix a minor bug in the auto-console selection (handle...
2004-06-27 Joerg SonnenbergerPrint the correct list in _lf_print_lock
2004-06-26 Matthew DillonDo a bit of cleanup and enable the SIO FIFO (1655x...
2004-06-26 Matthew DillonDo not try to chflags() a symbolic link when copying...
2004-06-26 Matthew DillonDo not generate the 'Block size restricts cylinder...
2004-06-26 Matthew DillonBring boot2 and the loader into line with our new dual...
2004-06-26 Matthew DillonUpdate contrib/cvs to contrib/cvs-1.12.8, but note...
2004-06-26 Matthew DillonRemove 28.cvs for now (the files involved do not exist...
2004-06-26 Matthew DillonMove include path work for named related utilities.
2004-06-26 Matthew DillonEnhance lockf's debugging with macros. Print the origi...
2004-06-26 Matthew Dillonndp was using the old contrib/tcpdump instead of contri...
2004-06-26 Matthew DillonReorganize the subdirectories into an include/ subdirec...
2004-06-26 Hiten PandyaDocument the 'running_threads' GDB macro.
2004-06-26 Hiten PandyaAdd a debug directory under src/test, where we will...
2004-06-26 Matthew DillonAdd a short unconditional sleep in the lockf retry...
2004-06-26 Matthew DillonUnhook bios_howmem (a simple reporting variable), it...
2004-06-26 David RhodusUnhook gcc-3.3 from the buildworld process. This also...
2004-06-26 Matthew DillonAdd some early serial console debugging support to...
2004-06-26 Matthew DillonSome general cleanups and use M_ZERO instead of bzero...
2004-06-26 Matthew DillonWhen a kernel-created thread exits, properly remove...
2004-06-26 Matthew DillonCleanup a comment.
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:
next