Merge from vendor branch AWK:
[dragonfly.git] / sys / i386 /
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-16 David RhodusAdd in the twa(4) driver. This adds in support for...
2004-04-16 David RhodusPlace 'device acpica5' into the TINDERBOX kernel config so
2004-04-16 David RhodusAdd back in basic ACPI support into the LINT kernel...
2004-04-15 David RhodusUpdate tag creation paths to reflect the cvs
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-04-05 Matthew DillonDo not reset %gs in signal handlers, some programs...
2004-04-05 Eirik NygaardWe are DragonFly not FreeBSD, so rename the name in...
2004-04-04 Matthew DillonSetting the date/time does not always properly write...
2004-04-03 Matthew DillonCreate a normal stack frame in generic_bcopy() to aid...
2004-04-03 Hiten PandyaAdd `device atapicam' to unbreak TINDERBOX config.
2004-04-02 Joerg SonnenbergerAllocate the DMA segment array in bus_dma_tag_create...
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-29 David RhodusMove vm_fault_quick() out from the machine specific...
2004-03-29 Matthew DillonGenerally bring in additional sf_buf improvements from...
2004-03-29 Matthew DillonInitialize the pcpu clocks after we've activated the...
2004-03-28 Matthew DillonImport Alan Cox's /usr/src/sys/kern/sys_pipe.c 1.171...
2004-03-28 Matthew DillonDo some major performance tuning of the userland scheduler.
2004-03-25 Chris PresseyCorrect obvious typo in comment.
2004-03-24 David RhodusHook in UDF to the build process.
2004-03-20 David RhodusStart removing the old build infrastructure for the...
2004-03-10 Hiten PandyaFix spelling mistake, s/itnerrupts/interrupts/.
2004-03-09 Matthew Dillonncpus2 must be initialized to 1 in the UP case. ncpus2...
2004-03-06 Matthew DillonSimplify LWKT message initialization semantics to reduc...
2004-03-05 Jeffrey HsuRemember the next lowest power of 2 of "npus" in "ncpus2".
2004-03-04 Matthew DillonPartitions>8: Increase the number of supported partitio...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-27 Joerg SonnenbergerAdd bfe(4) support from FreeBSD.
2004-02-24 Joerg SonnenbergerHide ISA compatibility layer under COMPAT_OLDISA
2004-02-23 Matthew DillonMake nexus understand the new INTR_ flags, mainly INTR_...
2004-02-21 Joerg SonnenbergerINTR_TYPE_AV is used by FreeBSD 5 code and was defined...
2004-02-21 Matthew DillonBring in the FreeBSD-5 ACPICA code as a module. Note...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-20 David Rhodus* Fix placement of return value.
2004-02-20 David Rhodus* Return if array is out of bounds in icu_setup function.
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-16 Matthew DillonRemove common declaration for -fno-common
2004-02-16 Joerg SonnenbergerAdd BUS_DMA_ZERO flag to bus_dmamem_alloc.
2004-02-14 Matthew Dillonatomic_*_*_nonlocked() inlines are not MP locked. ...
2004-02-14 Matthew DillonRemove old in_cksum.c and in_cksum.h (they were moved...
2004-02-14 Matthew DillonCreate a new machine type, cpumask_t, to represent...
2004-02-14 Matthew DillonChange M_NOWAIT to M_WAITOK. This does not fix any...
2004-02-14 Matthew DillonRewrite the IP checksum code. Get rid of all the inlin...
2004-02-13 Matthew DillonOops. Forgot to renumber the %N's in the macros in...
2004-02-13 Matthew DillonUse "iq" instead of "ir" for the register constraint...
2004-02-13 Joerg SonnenbergerFix wrong conditional from last commit
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-02-11 Matthew Dillonisa_wrongintr() cannot depend on the (void *) unit...
2004-02-10 Hiten PandyaScore a duh-point for myself. Change the remaining...
2004-02-10 Hiten PandyaUpdate maintainer contact information.
2004-02-10 Hiten PandyaNEWCARD: change `device card' to `device pccard'.
2004-02-10 Joerg SonnenbergerInitial backport of NEWCARD from FreeBSD 5.
2004-02-06 Hiten PandyaRemove the pca driver from the build for now, due to...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-28 Matthew DillonFix the DDB 'trace' command. When segment address...
2004-01-27 Matthew DillonUSB storage devices are standard fare these days, add...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2004-01-15 David Rhodus* Add in 'device ips' to the LINT kernel config.
2004-01-15 Matthew Dillonnpx_intr() expects an interrupt frame but was given...
2004-01-14 Joerg SonnenbergerAdd black hole device for system PnP IDs
2004-01-14 Matthew DillonAdd a missing thread pointer to a busdma call that...
2004-01-13 Joerg SonnenbergerAdd rman_get_device and rman_get_size, use macros in...
2004-01-13 Joerg SonnenbergerAdd PCIBUS to nexus
2004-01-09 David Rhodus* Remove HTT option from kernel config files.
2004-01-09 David Rhodus* Remove the HTT option from the kernel as we...
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'separate' and its siblings the way it is suppose...
2004-01-08 Matthew DillonMake the phase synchronization of the hz clock interrup...
2004-01-07 Matthew DillonFix a bug introduced in the last commit. When calculat...
2004-01-07 Joerg SonnenbergerMove the FreeBSD 2.2 and 3.x PCI compatibility code...
2004-01-07 Matthew DillonCompensate for the frequency error that occurs at highe...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2004-01-05 Jeroen Ruigrok/asmodaiAdd entry for the EHCI controller, pretty common these...
2003-12-30 Matthew DillonAdd idle entry halt vs spin statistics counters machdep...
2003-12-28 Matthew DillonTry to catch mbuf cluster mclfree list corruption a...
2003-12-27 David Rhodus* Add the pst(4) driver to the GENERIC kernel build.
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-12-07 Matthew DillonAdd additional functionality to the upcall support...
2003-12-07 Matthew DillonModify the upcall code to access the critical count...
2003-12-04 Matthew DillonAugment the upcall system calls to support a priority...
2003-12-04 Matthew DillonGeneral cleanups as part of the libcaps userland thread...
2003-12-02 Jeroen Ruigrok/asmodaiComment PFIL_HOOKS since it should not be needed in...
2003-12-02 Jeroen Ruigrok/asmodaiAdd PFIL_HOOKS functionality. This allows us to plug...
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver and its dependencies.
2003-11-21 Matthew DillonTweak the context data a bit and do some code cleanup...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-18 Matthew DillonTurn off CHECK_POINTS in mpboot.s. It was accidently...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-15 Matthew DillonMove bsd.kern.mk from /usr/src/share/mk to /usr/src...
2003-11-14 Matthew DillonPrep for GCC 3.x kernel compiles, stage 2/2: Remove...
2003-11-12 Matthew DillonPrep for GCC 3.x kernel compiles, stage 1/2: Remove...
2003-11-10 Matthew DillonDocument the edx assignment to fds[1]
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
next