Remove upc_{control,register} syscalls and everything that has to do with it.
[dragonfly.git] / sys / platform / pc32 / i386 / trap.c
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-12-08 Matthew Dillonkernel - Change allocvnode() to not recursively block...
2012-10-24 Sascha Wildnerkernel: Make SMP support default (and non-optional).
2012-10-11 Matthew Dillonkernel - Make pcb_onfault more robust.
2012-09-25 Matthew Dillonkernel - usched_dfly revamp (7), bring back td_release...
2012-04-01 Matthew Dillonkernel - Fix signal masking race assertion panic w...
2012-01-16 John Marinokern: Update traps, sigbus->sigsegv, cleanup and fixes
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-08 Matthew Dillonkernel - Fix itimer hard critical section panic
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-07-29 Matthew Dillonkernel - Fix signal delivery races
2011-05-04 Sepherosa Ziehaui386/lapic: Use pmap_mapdev_uncacheable() to map LAPIC
2011-02-12 Matthew Dillonkernel - Make most of the fork and exit paths MPSAFE
2011-02-01 Sepherosa Ziehaupc32: Split out isa_intr.h and move isa/intr_machdep...
2010-12-18 Matthew Dillonkernel - scheduler adjustments for large ncpus / 48...
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-10-29 Matthew Dillonkernel - Get rid of kprintf0()
2010-10-29 Matthew Dillonkernel - Make the x86-64 double-fault exception operational
2010-10-23 Alex Hornungfix typo in previous commit
2010-10-23 Alex HornungAdd comment regarding T_DNA passthrough with db
2010-10-22 Alex Hornungdm dumping - peripheral changes
2010-10-21 Matthew Dillonkernel - (mainly x86_64) - Fix a number of rare races
2010-08-30 Matthew Dillonkernel - Separate inherited mplocks from td_mplocks...
2010-08-30 Matthew Dillonkernel - remove syscall_mpsafe and trap_mpsafe sysctls
2010-08-28 Matthew Dillonkernel - Change lwp_fork() to not hold the mplock in...
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-03-13 Alex Hornunglinux emu - peripheral changes
2010-03-02 Matthew Dillonkernel - Move grow_stack code in fault path to improve...
2010-01-18 Matthew Dillonkernel - Fix vkernel_trap
2010-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
2010-01-16 Matthew Dillonkernel - improve panic message on syscall MP mismatch
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-19 Alex Hornungsignal - Introduce si_code codes
2009-12-15 Matthew Dillonkernel - Third time's the charm - move lwp_ucred to...
2009-12-15 Matthew Dillonkernel - Make adjustments to the per-lwp ucred
2009-12-15 Matthew Dillonkernel - move proc->p_lock, add lwp ucred caching
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-06-20 Matthew DillonHAMMER (and kernel) - Fix cpu-bound kernel thread issue.
2009-03-09 Simon Schubertsignals: rework when CURSIG/issignal can stop a thread...
2008-12-20 Sascha WildnerSilence 'unused variable' warning.
2008-12-18 Matthew DillonThis is a MAJOR rewrite of usched_bsd4 and related...
2008-12-15 Michael NeumannFix typo (currenet -> current)
2008-09-09 Matthew DillonFix issues with the scheduler that were causing unneces...
2008-07-13 Nicolas TheryFix deadlock occuring when booting vkernel from gdb...
2008-05-19 Simon SchubertAdd KTR for tracing userland->kernel entries, i.e....
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-04-24 Matthew DillonFix panics which can occur when killing a threaded...
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2008-01-10 Nicolas TheryAdd pselect syscall.
2007-09-07 Matthew DillonRemove a bogus assertion. in_vm86call may have been...
2007-07-25 Matthew DillonTurn syscall_mpsafe and trap_mpsafe on by default....
2007-07-01 Matthew DillonMore multi-threaded support for virtualization. Move...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-24 Simon Schubert1:1 Userland threading stage 4.4/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.17/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-14 Matthew DillonLink up the interrupt frame to the systimer API. Use...
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
2007-01-09 Matthew DillonA virtual kernel running an emulated process context...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-07 Matthew DillonImplement nearly all the remaining items required to...
2007-01-07 Matthew DillonThe stack frame available from a signal to user mode...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
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-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-13 Sascha WildnerAnsify the rest of the K...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-06-07 Matthew DillonRemove the asynchronous system call interface sendsys...
2006-06-05 Matthew DillonAdd an INVARIANTS test in both the trap code and system...
2006-05-29 Matthew DillonFurther isolate the user process scheduler data by...
2006-05-22 Sascha WildnerMop up remains of the ibcs2/streams/svr4 removal:
2006-05-17 Matthew DillonPass the process (p) instead of the vnode (p->p_tracep...
2006-02-17 Matthew DillonProperly assert the state of the MP lock in the async...
2005-12-24 Sascha Wildner* Ansify function definitions.
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-22 Matthew DillonAdd a sysctl and tunable kern.trap_mpsafe which allows...
2005-11-22 Matthew DillonWrap psignal() and a few other places that require...
2005-11-21 Matthew DillonFollowup to last commit, cleanup some SMP/UP conditionals.
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.syscall_mpsafe which...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.7/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
next