| 2011-12-08 |
Matthew Dillon | kernel - Add TDF_RUNNING assertions |
blob | commitdiff |
| 2011-12-01 |
Matthew Dillon | kernel - Fix pmap->pm_active race in switch code |
blob | commitdiff | diff to current |
| 2011-11-30 |
Matthew Dillon | kernel - swtch.s cleanup |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-03-24 |
Matthew Dillon | kernel - Revamp LWKT thread migration |
blob | commitdiff | diff to current |
| 2010-10-23 |
Matthew Dillon | kernel - Fix pmap deactivate/reactivation race. |
blob | commitdiff | diff to current |
| 2010-08-24 |
Matthew Dillon | kernel - rewrite the LWKT scheduler's priority mechanism |
blob | commitdiff | diff to current |
| 2010-02-22 |
Matthew Dillon | kernel - Fix some rare pmap races in i386 and x86_64. |
blob | commitdiff | diff to current |
| 2007-06-29 |
Matthew Dillon | Implement struct lwp->lwp_vmspace. Leave p_vmspace... |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | It is possible for spurious interrupt(s) to be posted... |
blob | commitdiff | diff to current |
| 2007-04-29 |
Matthew Dillon | * Use SYSREF for vmspace structures. This replaces... |
blob | commitdiff | diff to current |
| 2007-02-16 |
Simon Schubert | 1:1 Userland threading stage 2.12/4: |
blob | commitdiff | diff to current |
| 2007-01-08 |
Matthew Dillon | Modify the trapframe sigcontext, ucontext, etc. Add... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Remove system dependancies on <machine/ipl.h>. Only... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Major kernel build infrastructure changes, part 1/2... |
blob | commitdiff | diff to current |
| 2005-11-03 |
Matthew Dillon | ICU/APIC cleanup part 9/many. |
blob | commitdiff | diff to current |
| 2005-11-02 |
Matthew Dillon | ICU/APIC cleanup part 2/many. |
blob | commitdiff | diff to current |
| 2005-11-02 |
Matthew Dillon | ICU/APIC cleanup part 1/many. |
blob | commitdiff | diff to current |
| 2005-02-21 |
Matthew Dillon | Implement TLS support, tls manual pages, and link the... |
blob | commitdiff | diff to current |
| 2004-12-20 |
Matthew Dillon | Remove bogus DIAGNOSTIC code that checked if the proces... |
blob | commitdiff | diff to current |
| 2004-07-16 |
Matthew Dillon | Update all my personal copyrights to the Dragonfly... |
blob | commitdiff | diff to current |
| 2004-05-05 |
Matthew Dillon | Another major mmx/xmm/FP commit. This is a combination... |
blob | commitdiff | diff to current |
| 2004-04-30 |
Matthew Dillon | Correct a bug in the last FPU optimized bcopy commit... |
blob | commitdiff | diff to current |
| 2004-04-29 |
Matthew Dillon | Rewrite the optimized memcpy/bcopy/bzero support subsys... |
blob | commitdiff | diff to current |
| 2004-03-28 |
Matthew Dillon | Do some major performance tuning of the userland scheduler. |
blob | commitdiff | diff to current |
| 2004-02-21 |
Matthew Dillon | Synchronize a bunch of things from FreeBSD-5 in prepara... |
blob | commitdiff | diff to current |
| 2003-12-20 |
Matthew Dillon | USER_LDT is now required by a number of packages as... |
blob | commitdiff | diff to current |
| 2003-09-25 |
Matthew Dillon | Fix a number of mp_lock issues. I had outsmarted mysel... |
blob | commitdiff | diff to current |
| 2003-09-16 |
Matthew Dillon | Fix a DIAGNOSTIC check in the heavy-weight switch code... |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-20 |
Matthew Dillon | Profiling cleanup 1/2: fix crashes (all registers need... |
blob | commitdiff | diff to current |
| 2003-07-11 |
Matthew Dillon | MP Implmentation 4/4: Final cleanup for this stage... |
blob | commitdiff | diff to current |
| 2003-07-10 |
Matthew Dillon | MP Implmentation 3/4: MAJOR progress on SMP, full userl... |
blob | commitdiff | diff to current |
| 2003-07-08 |
Matthew Dillon | MP Implementation 2/4: Implement a poor-man's IPI messa... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-07-05 |
Matthew Dillon | fix a bug in the exit td_switch function, curthread... |
blob | commitdiff | diff to current |
| 2003-07-04 |
Matthew Dillon | Generic MP rollup work. |
blob | commitdiff | diff to current |
| 2003-07-01 |
Matthew Dillon | Remove pre-ELF underscore prefix and asnames macro... |
blob | commitdiff | diff to current |
| 2003-06-30 |
Matthew Dillon | Misc interrupts/LWKT 1/2: threaded interrupts 2: Major... |
blob | commitdiff | diff to current |
| 2003-06-29 |
Matthew Dillon | threaded interrupts 1: Rewrite the ICU interrupt code... |
blob | commitdiff | diff to current |
| 2003-06-28 |
Matthew Dillon | smp/up collapse stage 1 of 2: Make UP use the globaldat... |
blob | commitdiff | diff to current |
| 2003-06-27 |
Matthew Dillon | Cleanup lwkt threads a bit, change the exit/reap interlock. |
blob | commitdiff | diff to current |
| 2003-06-27 |
Matthew Dillon | proc->thread stage 6: kernel threads now create process... |
blob | commitdiff | diff to current |
| 2003-06-22 |
Matthew Dillon | minor code optimization. |
blob | commitdiff | diff to current |
| 2003-06-22 |
Matthew Dillon | Finish migrating the cpl into the thread structure. |
blob | commitdiff | diff to current |
| 2003-06-22 |
Matthew Dillon | thread stage 10: (note stage 9 was the kern/lwkt_rwlock... |
blob | commitdiff | diff to current |
| 2003-06-21 |
Matthew Dillon | Add kern/lwkt_rwlock.c -- reader/writer locks. Clean... |
blob | commitdiff | diff to current |
| 2003-06-21 |
Matthew Dillon | thread stage 8: add crit_enter(), per-thread cpl handli... |
blob | commitdiff | diff to current |
| 2003-06-20 |
Matthew Dillon | thread stage 7: Implement basic LWKTs, use a straight... |
blob | commitdiff | diff to current |
| 2003-06-18 |
Matthew Dillon | thread stage 4: remove curpcb, use td_pcb reference... |
blob | commitdiff | diff to current |
| 2003-06-18 |
Matthew Dillon | thread stage 3: create independant thread structure... |
blob | commitdiff | diff to current |
| 2003-06-18 |
Matthew Dillon | thread stage 2: convert npxproc to npxthread. |
blob | commitdiff | diff to current |
| 2003-06-18 |
Matthew Dillon | thread stage 1: convert curproc to curthread, embed... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|