Remove upc_{control,register} syscalls and everything that has to do with it.
[dragonfly.git] / sys / platform / pc32 / i386 / genassym.c
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-10-24 Sascha Wildnerkernel: Make SMP support default (and non-optional).
2012-10-11 Matthew Dillonkernel - Make pcb_onfault more robust.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-09-14 Sepherosa ZiehauMachIntrABI: Field rename; no functional changes
2011-08-29 Sepherosa Ziehauioapic/i386: Rearrange pin information for ioapic low...
2011-05-30 Sepherosa Ziehaui386: Move int_to_apicintpin from mp_machdep.c to apic...
2011-05-05 Sepherosa Ziehaui386: Unbreak buildkernel
2011-05-04 Sepherosa Ziehaui386/lapic: Use pmap_mapdev_uncacheable() to map LAPIC
2011-01-09 Sepherosa Ziehauintr: Support upto 192 IDT entries in ipl and intr...
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-03-31 Matthew Dillonkernel - more lwbuf followup work
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-02-22 Matthew Dillonkernel - Fix some rare pmap races in i386 and x86_64.
2009-12-30 Matthew Dillonkernel - pmap (i386) - Refactor the foreign pmap mapping
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-07-11 Sepherosa ZiehauUse same interrupt vector handler for fast/slow interru...
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_imen
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_pin_trigger
2009-07-11 Sepherosa ZiehauUse genassym to replace magic numbers in pc32/apic_...
2009-05-11 Sepherosa ZiehauCount inter-processor and LAPIC timer interrupts
2009-05-02 Sepherosa Ziehaulapic timer: Add necessary bits for lapic timer interru...
2008-05-09 Matthew DillonFix a nasty memory corruption issue which can occur...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-06-04 Matthew DillonRemove LWKT reader-writer locks (kern/lwkt_rwlock.c...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2005-12-01 Matthew DillonGet rid of the p_stat SZOMB state. p_stat can now...
2005-11-07 Matthew DillonAdjust the globaldata initialization code to accomodate...
2005-11-03 Matthew DillonICU/APIC cleanup part 8/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 2/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-02-27 Sascha WildnerRemove PC98 support. Leave the machdep.ispc98 sysctl...
2004-08-12 Eirik NygaardAdd message passed syscall's.
2004-05-05 Matthew DillonAnother major mmx/xmm/FP commit. This is a combination...
2004-04-30 Matthew DillonCorrect a bug in the last FPU optimized bcopy commit...
2004-04-29 Matthew DillonRewrite the optimized memcpy/bcopy/bzero support subsys...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-09-16 Matthew DillonFix a DIAGNOSTIC check in the heavy-weight switch code...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
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 DillonMP Implmentation 4/4: Final cleanup for this stage...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
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-04 Matthew DillonGeneric MP rollup work.
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-27 Matthew Dillongo back to using gd_cpuid instead of gd_cpu.
2003-06-27 Matthew DillonCleanup lwkt threads a bit, change the exit/reap interlock.
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-23 Matthew Dillonproc->thread stage3: make time accounting threads based...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-21 Matthew DillonAdd kern/lwkt_rwlock.c -- reader/writer locks. Clean...
2003-06-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
2003-06-20 Matthew Dillonthread stage 7: Implement basic LWKTs, use a straight...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 3: create independant thread structure...
2003-06-18 Matthew Dillonthread stage 2: convert npxproc to npxthread.
2003-06-18 Matthew Dillonthread stage 1: convert curproc to curthread, embed...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: