Merge from vendor branch LIBSTDC++:
[dragonfly.git] / sys / i386 /
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...
2003-11-09 David Rhodus* Add ACPI to the LINT build.
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-08 Matthew DillonHopefully do a better job disassembling code in 16...
2003-11-08 Matthew DillonImport a good chunk of the PNP code from FreeBSD-5.x
2003-11-07 Matthew DillonSynchronize APMBIOS with FreeBSD-5.x bios.c 1.64. ...
2003-11-07 Matthew Dillonsync from FreeBSD-5.x. No operational changes. Get...
2003-11-07 Matthew DillonFatal traps were not reporting the correct %cs (code...
2003-11-07 Matthew DillonIf a panic occurs from a BIOS call (16 bit mode) or...
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...
2003-11-04 Matthew DillonFix LINT issues with vm_paddr_t
2003-11-03 Matthew DillonFix the pt_entry_t and pd_entry_t types. They were...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
2003-10-27 Matthew DillonFix a bug introduced when I redid the stray interrupt...
2003-10-25 Matthew DillonSimplify the lazy-release code for P_CURPROC, removing...
2003-10-25 Matthew DillonAdd a DEBUG_INTERRUPTS option for debugging unexpected...
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-10-21 Matthew DillonA hackish fix to a bug uio_yield().
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-10-19 Matthew DillonHack up param.h even more so sys/socket.h can include...
2003-10-18 Matthew DillonMake malloc_type statistics per-cpu, which fixes statis...
2003-10-17 Matthew DillonCleanup P_CURPROC and P_CP_RELEASED handling. P_CP_REL...
2003-10-16 Matthew DillonFix the userland scheduler. When the scheduler release...
2003-10-11 David Rhodus* Add missing function declaration that was some how
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-10-02 David Rhodus * Turn on debugging options by default
2003-10-02 Matthew Dilloncorrect a comment.
2003-10-01 David Rhodus * Add the Promise Supertrack to the build
2003-09-29 Hiten PandyaFix L2 internal cache reporting when it is an AMD Duron...
2003-09-29 Hiten PandyaSort Copyright order.
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-25 Matthew DillonFix a number of mp_lock issues. I had outsmarted mysel...
2003-09-24 David RhodusForgot another one.
2003-09-24 David Rhodus* Intel ACPI 20030228 distribution with local DragonFl...
2003-09-16 Matthew DillonFix a DIAGNOSTIC check in the heavy-weight switch code...
2003-09-08 Matthew DillonAdd DIRECTIO to LINT
2003-09-06 David RhodusAdd NETNS to the LINT config file.
2003-09-05 David RhodusAdd a few more build options.
2003-09-02 Matthew DillonDo a bit of Ansification, add some pmap assertions...
2003-08-31 Matthew Dilloncleanup: remove register keyword, ANSIze procedure...
2003-08-27 Hiten PandyaRemove `YOUR'.
2003-08-27 David RhodusAdd USE_SLAB_ALLOCATOR into the config.
2003-08-27 Robert Garrettfinal __P removal commit
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-26 Hiten PandyaAdd the TINDERBOX kernel configuration file.
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-24 Jeffrey HsuFix typos in comments.
2003-08-20 Matthew DillonTemporarily go back to an absolute path for signal...
2003-08-20 Matthew DillonLinux needs %edx to be 0 on entry. It registers it...
2003-08-15 Matthew DillonFix compile-time error when compiling a profiled GENERIC.
2003-08-12 Matthew DillonSyscall messaging 4: Further expand the kernel-version...
2003-08-10 Jeroen Ruigrok/asmodaiChange __signed to signed.
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-03 Hiten PandyaDELAY() does not belong in a MD include file, instead...
2003-08-03 Hiten PandyaUse FOREACH_PROC_IN_SYSTEM() throughout.
2003-08-01 Matthew DillonCleanup remaining tsleep priority issues.
next