aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Add some DIAGNOSTIC code.Julian Elischer2002-02-221-12/+22
* Convert p->p_runtime and PCPU(switchtime) to bintime format.Poul-Henning Kamp2002-02-221-1/+1
* recovery from new binutils part II: fix the alpha kernel so thatAndrew Gallatin2002-02-211-1/+1
* MFi386: merge changes from i386/trap.c rev 1.212Andrew Gallatin2002-02-191-6/+8
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-45/+10
* Use struct __ucontext in prototypes and associated functions instead ofDaniel Eischen2002-02-173-4/+12
* Resurrect one of the easiest changes from my big include files roll-upGarrett Wollman2002-02-151-0/+1
* Remove WITNESS from GENERIC by default: as we grow more locks, this getsRobert Watson2002-02-132-2/+2
* Don't grab the ICU lock while reading the current pending interrupts andJohn Baldwin2002-02-081-4/+0
* Turn SMP back on by default in GENERIC on the Alpha.John Baldwin2002-02-082-2/+2
* Turn interrupt thread preemption back on on the alpha.John Baldwin2002-02-081-1/+1
* Bah, I managed to turn cosmetic things into real bugs. Fix shadowedPeter Wemm2002-02-082-10/+10
* Fix a long line introduced in previous commit.Peter Wemm2002-02-071-1/+2
* Fix long line added in previous commit.Peter Wemm2002-02-071-1/+3
* Patch up some long lines introduced in previous commit.Peter Wemm2002-02-071-3/+7
* Fix style bug introduced in previous commit.Peter Wemm2002-02-071-1/+1
* You cannot take the address of a variable with the 'register' qualifier.Matt Jacob2002-02-071-1/+1
* Pre-KSE/M3 commit.Julian Elischer2002-02-0710-31/+29
* GC the PC_SWITCH* symbols which are not used in assembly anymore.Poul-Henning Kamp2002-02-071-1/+0
* Replace the MFREE that Marshal (Quick Draw) Dillon apparently didn't look for.Matt Jacob2002-02-071-3/+6
* Fixes for alpha pmap on SMP machines:John Baldwin2002-02-062-52/+65
* Improve the change in the previous commit: use a stub for osigreturn()Bruce Evans2002-02-031-0/+4
* Compile osigreturn() unconditionally since it will always be needed onBruce Evans2002-02-011-2/+0
* Regenerated file from previous commit to syscalls.masterAndrew Gallatin2002-01-233-18/+6
* Linux/alpha uses the same BSDish return mechanism we do forAndrew Gallatin2002-01-231-4/+4
* Don't read the sigcontext pointer directly from userspace. If the processAndrew Gallatin2002-01-221-6/+14
* Avoid __func__ string concatenationPeter Wemm2002-01-181-1/+1
* Allow alpha kernels to compile again- make sure opt_ddb.h is includedMatt Jacob2002-01-172-1/+5
* - Catch up printtrap() to KSE by using curthread and testing it againstJohn Baldwin2002-01-151-5/+9
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-4/+2
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-132-5/+6
* Add missing prototype for pmap_unmapdev().John Baldwin2002-01-111-0/+1
* Use a spare slot in the machine context to identify the context formatDaniel Eischen2002-01-102-1/+5
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).Peter Wemm2002-01-052-6/+6
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-052-1/+5
* This file does not need to include procfs.h. This fixes a bunch of warnings.Dag-Erling Smørgrav2002-01-011-1/+0
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-209-22/+101
* Fix typo. s/pa/va/. *blush*Peter Wemm2001-12-201-1/+1
* Replace a bunch of:Peter Wemm2001-12-201-28/+9
* Fix some whitespace nits, converge with other pmap.c'sPeter Wemm2001-12-201-6/+14
* Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't useJohn Baldwin2001-12-181-2/+0
* Whitespace fix.John Baldwin2001-12-181-1/+1
* Modify the critical section API as follows:John Baldwin2001-12-1811-32/+31
* Small cleanups to the SMP code:John Baldwin2001-12-171-12/+4
* Enable UFS_DIRHASH in the GENERIC kernel.Ian Dowse2001-12-142-0/+2
* Overhaul the per-CPU support a bit:John Baldwin2001-12-1117-291/+91
* style(9)David E. O'Brien2001-12-091-9/+8
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-093-3/+4
* s/^options\t\t/options \t/Dag-Erling Smørgrav2001-12-041-15/+15