2003-08-27 |
Matthew Dillon | SLAB ALLOCATOR Stage 1. This brings in a slab allocato... |
tree | commitdiff |
2003-08-26 |
Robert Garrett | what the heck one last one before i go take a nap... |
tree | commitdiff |
2003-08-25 |
Matthew Dillon | Add the NO_KMEM_MAP kernel configuration option. This... |
tree | commitdiff |
2003-08-24 |
Jeffrey Hsu | Fix typos in comments. |
tree | commitdiff |
2003-08-20 |
Matthew Dillon | Linux needs %edx to be 0 on entry. It registers it... |
tree | commitdiff |
2003-08-12 |
Matthew Dillon | Syscall messaging 4: Further expand the kernel-version... |
tree | commitdiff |
2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
tree | commitdiff |
2003-08-03 |
Hiten Pandya | Use FOREACH_PROC_IN_SYSTEM() throughout. |
tree | commitdiff |
2003-08-01 |
Robert Garrett | Enable SSE by default, add nob to turn it off |
tree | commitdiff |
2003-07-31 |
Matthew Dillon | Clear the BSS earlier in the boot sequence and clean... |
tree | commitdiff |
2003-07-31 |
Hiten Pandya | LINT breakage fix, part one: |
tree | commitdiff |
2003-07-30 |
Matthew Dillon | Turn off CHECK_POINTS debugging. |
tree | commitdiff |
2003-07-30 |
Matthew Dillon | syscall messaging 3: Expand the 'header' that goes... |
tree | commitdiff |
2003-07-28 |
Hiten Pandya | DDB updates: |
tree | commitdiff |
2003-07-27 |
Hiten Pandya | Consolidate usage of MIN/MAX(). |
tree | commitdiff |
2003-07-26 |
Robert Garrett | Register keyword removal |
tree | commitdiff |
2003-07-26 |
Matthew Dillon | syscall messaging 2: Change the standard return value... |
tree | commitdiff |
2003-07-25 |
Matthew Dillon | Performance cleanup. Greatly reduce the number of... |
tree | commitdiff |
2003-07-24 |
Matthew Dillon | Syscall messaging work 2: Continue with the implementat... |
tree | commitdiff |
2003-07-24 |
Matthew Dillon | Preliminary syscall messaging work. Adjust all <syscal... |
tree | commitdiff |
2003-07-23 |
Matthew Dillon | LINT pass. Cleanup missed proc->thread conversions... |
tree | commitdiff |
2003-07-22 |
Matthew Dillon | DEV messaging stage 2/4: In this stage all DEV commands... |
tree | commitdiff |
2003-07-21 |
Matthew Dillon | LINT build test. Aggregated source code adjustments... |
tree | commitdiff |
2003-07-21 |
Matthew Dillon | DEV messaging stage 1/4: Rearrange struct cdevsw and... |
tree | commitdiff |
2003-07-20 |
Matthew Dillon | Fix a minor compile-time errors when INVARIANTS is... |
tree | commitdiff |
2003-07-20 |
Matthew Dillon | Minor cleanups so GENERIC compiles. Fix underscores... |
tree | commitdiff |
2003-07-20 |
Matthew Dillon | doreti was improperly clearing the entire gd_reqflags... |
tree | commitdiff |
2003-07-20 |
Matthew Dillon | Profiling cleanup 1/2: fix crashes (all registers need... |
tree | commitdiff |
2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
tree | commitdiff |
2003-07-19 |
Matthew Dillon | Remove an unnecessary cli that was causing 'trap 12... |
tree | commitdiff |
2003-07-18 |
Matthew Dillon | Make the kernel load properly recognize ABS symbols... |
tree | commitdiff |
2003-07-13 |
Matthew Dillon | The comment was wrong, ptmmap *is* used, put it back... |
tree | commitdiff |
2003-07-13 |
Matthew Dillon | Fix minor compile warning. |
tree | commitdiff |
2003-07-12 |
Matthew Dillon | Collapse gd_astpending and gd_reqpri together into... |
tree | commitdiff |
2003-07-12 |
Matthew Dillon | Forward FAST interrupts to the MP lock holder + minor... |
tree | commitdiff |
2003-07-11 |
Matthew Dillon | Cleanup hardclock() and statclock(), making them work... |
tree | commitdiff |
2003-07-11 |
Matthew Dillon | MP Implmentation 4/4: Final cleanup for this stage... |
tree | commitdiff |
2003-07-11 |
Matthew Dillon | MP Implmentation 3B/4: Remove Xcpuast and Xforward_irq... |
tree | commitdiff |
2003-07-10 |
Matthew Dillon | MP Implmentation 3A/4: Fix stupid bug introduced in... |
tree | commitdiff |
2003-07-10 |
Matthew Dillon | MP Implmentation 3A/4: Cleanup MP lock operations to... |
tree | commitdiff |
2003-07-10 |
Matthew Dillon | MP Implmentation 3/4: MAJOR progress on SMP, full userl... |
tree | commitdiff |
2003-07-08 |
Matthew Dillon | MP Implmentation 2A/4: Post commit cleanup, fix missing... |
tree | commitdiff |
2003-07-08 |
Matthew Dillon | MP Implementation 2/4: Implement a poor-man's IPI messa... |
tree | commitdiff |
2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
tree | commitdiff |
2003-07-05 |
Matthew Dillon | fix a bug in the exit td_switch function, curthread... |
tree | commitdiff |
2003-07-04 |
Matthew Dillon | Integrate the interrupt related operations for /dev... |
tree | commitdiff |
2003-07-04 |
Matthew Dillon | Generic MP rollup work. |
tree | commitdiff |
2003-07-03 |
Matthew Dillon | Misc interrupts/LWKT 2/2: Fix a reentrancy issue with... |
tree | commitdiff |
2003-07-03 |
Matthew Dillon | properly initialize ncpus for UP |
tree | commitdiff |
2003-07-03 |
Matthew Dillon | Split the struct vmmeter cnt structure into a global... |
tree | commitdiff |
2003-07-03 |
Matthew Dillon | Add some temporary debugging. |
tree | commitdiff |
2003-07-01 |
Matthew Dillon | Remove pre-ELF underscore prefix and asnames macro... |
tree | commitdiff |
2003-07-01 |
Matthew Dillon | Enhance debugging (sync before MP work). |
tree | commitdiff |
2003-07-01 |
Matthew Dillon | Operations on the user scheduler must be inside a criti... |
tree | commitdiff |
2003-06-30 |
Matthew Dillon | Add threads to the process-retrieval sysctls so they... |
tree | commitdiff |
2003-06-30 |
Matthew Dillon | Misc interrupts/LWKT 1/2: threaded interrupts 2: Major... |
tree | commitdiff |
2003-06-29 |
Matthew Dillon | Misc interrupts/LWKT 1/2: interlock the idle thread... |
tree | commitdiff |
2003-06-29 |
Matthew Dillon | threaded interrupts 1: Rewrite the ICU interrupt code... |
tree | commitdiff |
2003-06-28 |
Matthew Dillon | smp/up collapse stage 2 of 2: cleanup the globaldata... |
tree | commitdiff |
2003-06-28 |
Matthew Dillon | smp/up collapse stage 1 of 2: Make UP use the globaldat... |
tree | commitdiff |
2003-06-27 |
Matthew Dillon | go back to using gd_cpuid instead of gd_cpu. |
tree | commitdiff |
2003-06-27 |
Matthew Dillon | Cleanup lwkt threads a bit, change the exit/reap interlock. |
tree | commitdiff |
2003-06-27 |
Matthew Dillon | proc->thread stage 6: kernel threads now create process... |
tree | commitdiff |
2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
tree | commitdiff |
2003-06-23 |
Matthew Dillon | proc->thread stage3: make time accounting threads based... |
tree | commitdiff |
2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
tree | commitdiff |
2003-06-22 |
Matthew Dillon | minor code optimization. |
tree | commitdiff |
2003-06-22 |
Matthew Dillon | Finish migrating the cpl into the thread structure. |
tree | commitdiff |
2003-06-22 |
Matthew Dillon | thread stage 10: (note stage 9 was the kern/lwkt_rwlock... |
tree | commitdiff |
2003-06-21 |
Matthew Dillon | Add kern/lwkt_rwlock.c -- reader/writer locks. Clean... |
tree | commitdiff |
2003-06-21 |
Matthew Dillon | thread stage 8: add crit_enter(), per-thread cpl handli... |
tree | commitdiff |
2003-06-20 |
Matthew Dillon | thread stage 7: Implement basic LWKTs, use a straight... |
tree | commitdiff |
2003-06-19 |
Matthew Dillon | thread stage 6: Move thread stack management from... |
tree | commitdiff |
2003-06-19 |
Matthew Dillon | thread stage 5: Separate the inline functions out of... |
tree | commitdiff |
2003-06-18 |
Matthew Dillon | thread stage 4: remove curpcb, use td_pcb reference... |
tree | commitdiff |
2003-06-18 |
Matthew Dillon | thread stage 3: create independant thread structure... |
tree | commitdiff |
2003-06-18 |
Matthew Dillon | thread stage 2: convert npxproc to npxthread. |
tree | commitdiff |
2003-06-18 |
Matthew Dillon | thread stage 1: convert curproc to curthread, embed... |
tree | commitdiff |
2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
tree | commitdiff |
2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
tree | commitdiff |
|