aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* - Fixup / remove obsolete comments.John Baldwin2002-06-071-41/+31
* Work around a bug in the Linux version of ski, that's specific toMarcel Moolenaar2002-06-061-0/+11
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-022-2/+2
* Move the definition of ElfN_Hashelt to common headers. The only platformDoug Rabson2002-05-301-11/+0
* Remove the definition of struct mca_guid and use the genericMarcel Moolenaar2002-05-294-25/+21
* Make the run queue parameters machine dependent. Optimize 64 bitJake Burkholder2002-05-251-0/+58
* o Add records for PCI bus and PCI device errors.Marcel Moolenaar2002-05-221-10/+70
* Flesh-out ptrace support. This obviously needs more work.Marcel Moolenaar2002-05-202-14/+96
* Fix a kernel page fault when accessing user memory. We wereMarcel Moolenaar2002-05-191-57/+38
* It's time to build modules by default.Marcel Moolenaar2002-05-191-3/+0
* Simplify IA64_CMPXCHG to avoid having braced-groups in expressions.Marcel Moolenaar2002-05-191-20/+22
* Add record definition for memory checks.Marcel Moolenaar2002-05-191-0/+39
* Catch another C++ commentPeter Wemm2002-05-191-1/+1
* o Remove namespace pollution from param.h:Marcel Moolenaar2002-05-1912-27/+41
* o Move prototypes for restorectx and savectx from cpu.h to pcb.h,Marcel Moolenaar2002-05-192-4/+6
* Remove option ACPI_DEBUG. It causes compile failures in theMarcel Moolenaar2002-05-191-1/+0
* Cast dumpsize to long long to match printf format.Marcel Moolenaar2002-05-191-1/+2
* More s/file system/filesystem/gTom Rhodes2002-05-161-2/+2
* Move MI stuff out of MD param.h files.Poul-Henning Kamp2002-05-141-45/+0
* Remove the unused definitions of ctod() and dotc().Poul-Henning Kamp2002-05-141-4/+0
* s/_ALPHA_/_MACHINE_/Marcel Moolenaar2002-05-131-1/+1
* Remove reference to the "Alpha Calling Standard".Marcel Moolenaar2002-05-131-13/+0
* These were repo-copied to dump_machdep.c.Jake Burkholder2002-05-131-299/+0
* o Rename ia64_count_aps to ia64_count_cpus and reimplement theMarcel Moolenaar2002-05-126-56/+125
* Add missing #endifMarcel Moolenaar2002-05-102-4/+20
* Gcc 3.1 varargs support.David E. O'Brien2002-05-102-15/+21
* o Add ar.lc to the pcb.Marcel Moolenaar2002-05-072-139/+190
* o Add struct mca_guidMarcel Moolenaar2002-05-051-6/+28
* o Include md_var.hMarcel Moolenaar2002-05-051-10/+5
* Remove definition of struct ia64_fdesc. It's been moved to md_var.hMarcel Moolenaar2002-05-051-8/+0
* o Move definition of struct ia64_fdesc here to remove duplication.Marcel Moolenaar2002-05-051-1/+11
* Use region 7 addresses for the slabs in the PV and PT zones so that weDoug Rabson2002-05-041-1/+1
* Make sure we don't index the pm_rid array out of bounds inMarcel Moolenaar2002-05-041-0/+10
* The width of segsz_t should be 64, not 32 on ia64.Doug Rabson2002-05-021-1/+1
* In pmap_pinit0, remove duplicate initialization.Marcel Moolenaar2002-05-021-12/+1
* PCPU(current_pmap) is initialized in pmap_bootstrap. No need toMarcel Moolenaar2002-05-021-1/+0
* Save the MCA info specific to the AP as part of the AP launch.Marcel Moolenaar2002-05-011-2/+9
* Make ia64_mca_save_state MP safe. Protect access to the info block,Marcel Moolenaar2002-05-011-9/+57
* Connect up kern_envp *before* we use it for getenv() and console probing.Peter Wemm2002-05-011-7/+14
* Don't export timecounter structures under debug. with sysctl, theyPoul-Henning Kamp2002-04-301-2/+0
* Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls,Marcel Moolenaar2002-04-303-345/+922
* Make this work for ski again. Don't call ia64_mca_init() when we'reMarcel Moolenaar2002-04-301-11/+10
* Include md_var.h. It has the prototype of ia64_running_in_simulator().Marcel Moolenaar2002-04-301-0/+1
* Remove KTR_EXTEND.Marcel Moolenaar2002-04-301-1/+0
* Tidy up some loose ends.Peter Wemm2002-04-293-56/+7
* Initialize MCA in cpu_startup() so that it's ready before we wake-upMarcel Moolenaar2002-04-261-0/+3
* MCA specific code has been moved to a seperate file. It is expectedMarcel Moolenaar2002-04-261-41/+0
* Machine Check Architecture (MCA) support code. Error records areMarcel Moolenaar2002-04-261-0/+178
* Machine Check Architecture (MCA) structures and constants.Marcel Moolenaar2002-04-261-0/+132
* The official name for McKinley is: Itanium 2Marcel Moolenaar2002-04-251-1/+1