summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha/trap.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-1318/+0
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-0/+4
* Simplify system time accounting for profiling.phk2006-02-081-7/+4
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-061-1/+1
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+7
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+2
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-121-2/+2
* Begin all license/copyright comments with /*- or #-imp2005-01-051-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* Remove an unneeded argument..julian2004-08-311-1/+1
* Remove sched_free_thread() which was only usedjulian2004-08-311-6/+0
* Update fr the KDB framework:marcel2004-07-101-9/+14
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-091-0/+5
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-301-1/+1
* Remove single threading detecting code, these code really should bedavidxu2003-04-221-7/+0
* Use the proc lock to protect p_singlethread and a P_WEXIT test. Thisjhb2003-04-181-1/+2
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-1/+1
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-6/+2
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
* cat KSE > /dev/nulldavidxu2003-02-271-1/+0
* Remove support for running in SimOS. The support has rotted overmarcel2003-02-251-6/+1
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-171-2/+2
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-2/+2
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-2/+2
* Extract out KSE specific code from machine specific codejulian2002-10-241-18/+2
* Make this compile after the last kse commit.peter2002-09-171-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* - Split the unaligned access check flags out of md_flags in struct mdthreadjhb2002-07-311-2/+2
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-0/+6
* Fix reverse ordering of locks. add a comment about locks on some platforms.julian2002-06-291-1/+1
* Part 1 of KSE-IIIjulian2002-06-291-2/+26
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-6/+0
* - Fixup / remove obsolete comments.jhb2002-06-071-16/+12
* Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysteriousgallatin2002-05-161-7/+25
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-271-17/+2
* Remove code that updates vm->vm_ssize. This duplicates work alreadyalc2002-04-161-20/+0
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap().alc2002-03-291-3/+3
* Fix abuses of cpu_critical_{enter,exit} by converting toimp2002-03-211-6/+6
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-25/+6
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-201-10/+10
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-281-1/+2
* - Fix panic() message and a couple style nits that snuck in from thearr2002-02-281-3/+3
* Add some DIAGNOSTIC code.julian2002-02-221-12/+22
* MFi386: merge changes from i386/trap.c rev 1.212gallatin2002-02-191-6/+8
* - Catch up printtrap() to KSE by using curthread and testing it againstjhb2002-01-151-5/+9
* Modify the critical section API as follows:jhb2001-12-181-4/+4
* Overhaul the per-CPU support a bit:jhb2001-12-111-2/+2
OpenPOWER on IntegriCloud