Remove upc_{control,register} syscalls and everything that has to do with it.
[dragonfly.git] / sys / platform / vkernel / i386 / cpu_regs.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-06-17 Markus Pfeiffervkernel: revert two commits that break i386 vkernel
2012-06-16 Markus Pfeiffervkernel/vkernel64: fix a bug in cpu_regs.c
2012-06-16 Markus Pfeiffervkernel/vkernel64: fix a bug in cpu_regs.c
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-16 Matthew Dillonkernel - Handle degenerate cases for fill_*regs*()
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-15 Sascha Wildnervkernel: Remove unused variable.
2011-11-12 Matthew Dillonkernel = Fix tsleep(), remove MAILBOX signals, change...
2011-11-11 Sascha WildnerNuke AppleTalk support.
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-03-01 Sepherosa Ziehaukernel: Don't store FPU status into the reserved area...
2011-02-04 Antonio Huete Jimenezkern - Clarify the description of hw.physmem.
2011-02-04 Antonio Huetekern - Properly return the number of bytes in hw.physme...
2010-12-11 Matthew Dillonkernel - 48-core MP work
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-11-02 Sascha Wildnerkernel: Remove a number of unnecessary use_*.h inclusions.
2010-08-28 Matthew Dillonkernel - Adjust contention handler
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-05-23 Matthew DillonMiscellanious protection around pthread calls to avoid...
2008-06-06 Sascha WildnerDon't use NULL where 0 is meant.
2008-05-19 Simon SchubertFill CPU info for vkernels. This makes KTR use TSC...
2008-04-21 Matthew DillonPass the current LWP to sigexit() instead of the curren...
2008-03-15 Aggelos EconomopoulosThe i386/amd64 abi specifies that the direction flag...
2008-02-03 Nicolas TheryRemove code accessing debug registers from vkernel...
2007-12-12 Matthew DillonSave and restore the FP context in the signal stack...
2007-11-07 Matthew DillonRemove i386 support.
2007-08-15 Matthew DillonSignals have to be blocked when creating our LWPs or...
2007-07-02 Matthew DillonImplement an architecture call for contended spinlocks...
2007-07-02 Matthew DillonPut a timeout on the umtx_sleep() in the idle loop...
2007-07-02 Matthew DillonImplement an architecture function cpu_mplock_contested...
2007-07-01 Matthew DillonBring in all of Joe Talbott's SMP virtual kernel work...
2007-07-01 Matthew DillonMore multi-threaded support for virtualization. Move...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-05-17 Matthew DillonRemove #include <sys/disklabel.h> from various source...
2007-02-19 Simon SchubertRemove outdated comment.
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-03 Simon SchubertFix ps %CPU output in vkernel by exporting hw.availpages.
2007-01-14 Matthew DillonLink up the interrupt frame to the systimer API. Use...
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-13 Matthew DillonPull in a few bits from FreeBSD. Add a structure size...
2007-01-11 Matthew DillonProperly block SIGALARM and disable interrupts (i.e...
2007-01-09 Matthew DillonA virtual kernel running another virtual kernel running...
2007-01-09 Matthew DillonFix two incorrect sigblock() calls.
2007-01-08 Matthew DillonThe signal return code was trying to access user mode...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-07 Matthew DillonUse itimers to implement the virtual kernel's SYSTIMER...
2007-01-06 Matthew DillonOffset KernelPTD and KernelPTA so we can directly trans...
2007-01-05 Matthew DillonContinue fleshing out the VKERNEL.