summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Fixes for alpha pmap on SMP machines:jhb2002-02-062-52/+65
* Improve the change in the previous commit: use a stub for osigreturn()bde2002-02-031-0/+4
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-2/+0
* Regenerated file from previous commit to syscalls.mastergallatin2002-01-233-18/+6
* Linux/alpha uses the same BSDish return mechanism we do forgallatin2002-01-231-4/+4
* Don't read the sigcontext pointer directly from userspace. If the processgallatin2002-01-221-6/+14
* Avoid __func__ string concatenationpeter2002-01-181-1/+1
* Allow alpha kernels to compile again- make sure opt_ddb.h is includedmjacob2002-01-172-1/+5
* - Catch up printtrap() to KSE by using curthread and testing it againstjhb2002-01-151-5/+9
* Replace ffind_* with fget calls.alfred2002-01-141-4/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-132-5/+6
* Add missing prototype for pmap_unmapdev().jhb2002-01-111-0/+1
* Use a spare slot in the machine context to identify the context formatdeischen2002-01-102-1/+5
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-052-6/+6
* Change the preemption code for software interrupt thread schedules andjhb2002-01-052-1/+5
* This file does not need to include procfs.h. This fixes a bunch of warnings.des2002-01-011-1/+0
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-209-22/+101
* Fix typo. s/pa/va/. *blush*peter2001-12-201-1/+1
* Replace a bunch of:peter2001-12-201-28/+9
* Fix some whitespace nits, converge with other pmap.c'speter2001-12-201-6/+14
* Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't usejhb2001-12-181-2/+0
* Whitespace fix.jhb2001-12-181-1/+1
* Modify the critical section API as follows:jhb2001-12-1811-32/+31
* Small cleanups to the SMP code:jhb2001-12-171-12/+4
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-142-0/+2
* Overhaul the per-CPU support a bit:jhb2001-12-1117-291/+91
* style(9)obrien2001-12-091-9/+8
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-093-3/+4
* s/^options\t\t/options \t/des2001-12-041-15/+15
* PROCFS requires PSEUDOFS.des2001-12-043-3/+6
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* fix DIAGNOSTIC panic caused by proc/thread typogallatin2001-11-291-1/+1
* The DEC kn300 has special code for console handling hardcoded here, so addjlemon2001-11-221-0/+1
* Cosmetic tweak to eliminate some diffspeter2001-11-161-2/+0
* Merge another missing part of i386/pmap.c rev 1.220. Dont blindly clearpeter2001-11-161-1/+2
* Oops, I accidently merged a whitespace error from the original commit.peter2001-11-161-1/+1
* Merge rev 1.264 from i386/pmap.c (tegge via alfred):peter2001-11-161-1/+4
* Merge rev 1.202 from i386/pmap.c (back in 1998 by John Dyson):peter2001-11-161-0/+3
* Merge rev 1.293 of i386/pmap.c - skip PG_UNMANAGED in pmap_collect()peter2001-11-161-1/+1
* Converge/fix some debug code (#if 0'ed on alpha, but whatever)peter2001-11-161-15/+11
* Converge with i386/pmap.c - dont refer to curproc, use curthread.peter2001-11-161-2/+2
* Merge part of i386/pmap.c rev 1.220 that got missed in alpha/pmap.cpeter2001-11-161-5/+1
* As part of a general cleanup and reconvergence of related pmap code,peter2001-11-161-24/+0
* Don't call cdevsw_add().phk2001-11-041-5/+0
* Introduce a boot environment variable (clock_compat_osf1) which cangallatin2001-11-031-1/+26
* Remove unneeded and #if 0'ed code to register in cdevsw[]phk2001-11-031-13/+0
* Implement i386/i386/pmap.c 1.292 for alpha, ia64 (avoid freedillon2001-11-031-1/+17
* o Add new header <sys/stdint.h>.mike2001-11-024-0/+470
* Rather than just change the arguments to suser() change the function tomike2001-11-021-1/+1
OpenPOWER on IntegriCloud