| 2012-12-12 |
Sascha Wildner | Remove upc_{control,register} syscalls and everything... |
blob | commitdiff |
| 2012-10-24 |
Sascha Wildner | kernel: Make SMP support default (and non-optional). |
blob | commitdiff | diff to current |
| 2012-10-11 |
Matthew Dillon | kernel - Make pcb_onfault more robust. |
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-09-14 |
Sepherosa Ziehau | MachIntrABI: Field rename; no functional changes |
blob | commitdiff | diff to current |
| 2011-08-29 |
Sepherosa Ziehau | ioapic/i386: Rearrange pin information for ioapic low... |
blob | commitdiff | diff to current |
| 2011-05-30 |
Sepherosa Ziehau | i386: Move int_to_apicintpin from mp_machdep.c to apic... |
blob | commitdiff | diff to current |
| 2011-05-05 |
Sepherosa Ziehau | i386: Unbreak buildkernel |
blob | commitdiff | diff to current |
| 2011-05-04 |
Sepherosa Ziehau | i386/lapic: Use pmap_mapdev_uncacheable() to map LAPIC |
blob | commitdiff | diff to current |
| 2011-01-09 |
Sepherosa Ziehau | intr: Support upto 192 IDT entries in ipl and intr... |
blob | commitdiff | diff to current |
| 2010-12-11 |
Matthew Dillon | kernel - Change the discrete mplock into mp_token |
blob | commitdiff | diff to current |
| 2010-12-09 |
Matthew Dillon | kernel - Add support for up to 63 cpus ... |
blob | commitdiff | diff to current |
| 2010-08-24 |
Matthew Dillon | kernel - rewrite the LWKT scheduler's priority mechanism |
blob | commitdiff | diff to current |
| 2010-03-31 |
Matthew Dillon | kernel - more lwbuf followup work |
blob | commitdiff | diff to current |
| 2010-03-18 |
Samuel J. Greear | kernel - Introduce lightweight buffers |
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 |
| 2009-12-30 |
Matthew Dillon | kernel - pmap (i386) - Refactor the foreign pmap mapping |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-07-11 |
Sepherosa Ziehau | Use same interrupt vector handler for fast/slow interru... |
blob | commitdiff | diff to current |
| 2009-07-11 |
Sepherosa Ziehau | IO APIC: Get rid of apic_imen |
blob | commitdiff | diff to current |
| 2009-07-11 |
Sepherosa Ziehau | IO APIC: Get rid of apic_pin_trigger |
blob | commitdiff | diff to current |
| 2009-07-11 |
Sepherosa Ziehau | Use genassym to replace magic numbers in pc32/apic_... |
blob | commitdiff | diff to current |
| 2009-05-11 |
Sepherosa Ziehau | Count inter-processor and LAPIC timer interrupts |
blob | commitdiff | diff to current |
| 2009-05-02 |
Sepherosa Ziehau | lapic timer: Add necessary bits for lapic timer interru... |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | Fix a nasty memory corruption issue which can occur... |
blob | commitdiff | diff to current |
| 2007-06-29 |
Matthew Dillon | Implement struct lwp->lwp_vmspace. Leave p_vmspace... |
blob | commitdiff | diff to current |
| 2007-02-25 |
Simon Schubert | Get rid of struct user/UAREA. |
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 | Misc cleanups and CVS surgery. Move a number of header... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Major kernel build infrastructure changes, part 1/2... |
blob | commitdiff | diff to current |
| 2006-09-19 |
Simon Schubert | 1:1 Userland threading stage 2.9/4: |
blob | commitdiff | diff to current |
| 2006-06-04 |
Matthew Dillon | Remove LWKT reader-writer locks (kern/lwkt_rwlock.c... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
blob | commitdiff | diff to current |
| 2005-12-01 |
Matthew Dillon | Get rid of the p_stat SZOMB state. p_stat can now... |
blob | commitdiff | diff to current |
| 2005-11-07 |
Matthew Dillon | Adjust the globaldata initialization code to accomodate... |
blob | commitdiff | diff to current |
| 2005-11-03 |
Matthew Dillon | ICU/APIC cleanup part 8/many. |
blob | commitdiff | diff to current |
| 2005-11-02 |
Matthew Dillon | ICU/APIC cleanup part 7/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-06-16 |
Matthew Dillon | Remove all remaining SPL code. Replace the mtd_cpl... |
blob | commitdiff | diff to current |
| 2005-02-27 |
Sascha Wildner | Remove PC98 support. Leave the machdep.ispc98 sysctl... |
blob | commitdiff | diff to current |
| 2004-08-12 |
Eirik Nygaard | Add message passed syscall's. |
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-30 |
Matthew Dillon | Second major scheduler patch. This corrects interactiv... |
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 |
| 2004-02-17 |
Matthew Dillon | Introduce an MI cpu synchronization API, redo the SMP... |
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-11-21 |
Matthew Dillon | Implement an upcall mechanism to support userland LWKT... |
blob | commitdiff | diff to current |
| 2003-10-24 |
David P. Reese, Jr. | Remove the FreeBSD 3.x signal code. This includes... |
blob | commitdiff | diff to current |
| 2003-10-02 |
Matthew Dillon | Fix a number of interrupt related issues. |
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-24 |
Matthew Dillon | Preliminary syscall messaging work. Adjust all <syscal... |
blob | commitdiff | diff to current |
| 2003-07-12 |
Matthew Dillon | Collapse gd_astpending and gd_reqpri together into... |
blob | commitdiff | diff to current |
| 2003-07-12 |
Matthew Dillon | Forward FAST interrupts to the MP lock holder + minor... |
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-04 |
Matthew Dillon | Generic MP rollup work. |
blob | commitdiff | diff to current |
| 2003-07-03 |
Matthew Dillon | Split the struct vmmeter cnt structure into a global... |
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 2 of 2: cleanup the globaldata... |
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 | go back to using gd_cpuid instead of gd_cpu. |
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-23 |
Matthew Dillon | proc->thread stage3: make time accounting threads based... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
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-19 |
Matthew Dillon | thread stage 5: Separate the inline functions out of... |
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 |
|