General cleanups as part of the libcaps userland threading work.
[dragonfly.git] / sys / platform /
2003-12-04 Matthew DillonGeneral cleanups as part of the libcaps userland thread...
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
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 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-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 Matthew Dilloncorrect a comment.
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-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-02 Matthew DillonDo a bit of Ansification, add some pmap assertions...
2003-08-31 Matthew Dilloncleanup: remove register keyword, ANSIze procedure...
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-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-24 Jeffrey HsuFix typos in comments.
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.
2003-08-01 Robert GarrettEnable SSE by default, add nob to turn it off
2003-07-31 Matthew DillonClear the BSS earlier in the boot sequence and clean...
2003-07-31 Hiten PandyaGet LINT to build.
2003-07-31 Hiten PandyaLINT breakage fix, part one:
2003-07-30 Matthew DillonTurn off CHECK_POINTS debugging.
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-28 Jeffrey HsuUse relative directory, rather than /sys, as base direc...
2003-07-28 Hiten PandyaDDB updates:
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-25 Matthew DillonPerformance cleanup. Greatly reduce the number of...
2003-07-24 Matthew DillonSyscall messaging work 2: Continue with the implementat...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-20 Matthew DillonFix a minor compile-time errors when INVARIANTS is...
2003-07-20 Matthew DillonMinor cleanups so GENERIC compiles. Fix underscores...
2003-07-20 Matthew Dillondoreti was improperly clearing the entire gd_reqflags...
2003-07-20 Matthew DillonProfiling cleanup 1/2: fix crashes (all registers need...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-19 Matthew DillonRemove an unnecessary cli that was causing 'trap 12...
2003-07-13 Matthew DillonThe comment was wrong, ptmmap *is* used, put it back...
2003-07-13 Matthew DillonFix minor compile warning.
2003-07-13 Matthew DillonFix minor buildworld issues, mainly #include file depen...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-12 Matthew DillonForward FAST interrupts to the MP lock holder + minor...
2003-07-11 Matthew DillonCleanup hardclock() and statclock(), making them work...
2003-07-11 Matthew Dillonmisc cleanup. Add a case where we don't want an idleth...
2003-07-11 Matthew DillonMP Implmentation 4/4: Final cleanup for this stage...
2003-07-11 Matthew DillonMP Implmentation 3B/4: Remove Xcpuast and Xforward_irq...
2003-07-10 Matthew DillonMP Implmentation 3A/4: Fix stupid bug introduced in...
2003-07-10 Matthew DillonMP Implmentation 3A/4: Cleanup MP lock operations to...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-08 Matthew DillonMP Implmentation 2A/4: Post commit cleanup, fix missing...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-05 Matthew Dillonfix a bug in the exit td_switch function, curthread...
2003-07-04 Matthew DillonIntegrate the interrupt related operations for /dev...
2003-07-04 Matthew DillonGeneric MP rollup work.
next