summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Implement eficlock_set() to set hardware clock.peter2001-11-121-1/+13
* o os_boot_rendez is responsible for clearing the IRR bit bymarcel2001-11-124-37/+69
* Invoke trap() for the alt. ITLB and alt. DTLB interrrupts whenmarcel2001-11-122-2/+16
* Remove #if 0'ed code that was replaced by vm_ksubmap_init() and GC'edpeter2001-11-121-126/+0
* Avoid using the .align directive to skip to the next vector offset.marcel2001-11-102-426/+144
* * Make sure we increment pm_stats.resident_count in pmap_enter_quickdfr2001-11-092-198/+305
* Raise SIGILL for General Exceptions - its closer to the correct meaning.dfr2001-11-091-0/+7
* Reserve more space for phys_avail. Really need to be more careful aboutdfr2001-11-091-1/+1
* Teach DDB about branch registers.dfr2001-11-091-1/+12
* Define PS and VE fields of region register correctly.dfr2001-11-091-2/+2
* Implement os_boot_rendez. Application processors are initializedmarcel2001-11-093-46/+143
* Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it'smarcel2001-11-051-1/+2
* Implement <machine/ieeefp.h>dfr2001-11-031-14/+36
* 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
* Call ast() from exception_restore when we are restoring to user mode.dfr2001-11-022-16/+24
* Use static storage for the unwind state so that we can still get backtracesdfr2001-11-021-4/+22
* Remember to actually free the pv_entry in pmap_remove_entry().dfr2001-11-021-0/+1
* argh! cut/paste typo. :-(peter2001-11-021-1/+1
* "Fix" a problem that got copied from alpha to ia64 and broke there.peter2001-11-021-1/+3
* Experiment with rewriting the syscall() wrapper using explicit bundlingdfr2001-10-312-378/+508
* Add TF_AR_FPSR, the offset of ar.fpsr in a trapframe.dfr2001-10-311-0/+1
* Print the bundle template name on the first slot of the bundle.dfr2001-10-311-0/+39
* * Factor out common code for manipulating the RSE backing store.dfr2001-10-297-136/+1689
* Make the various bits of SMP code conditional on SMP so that I can stilldfr2001-10-294-0/+14
* Various fixes to make stack traces using the unwind tables work properly.dfr2001-10-297-10/+242
* Fix disassembly of 'add a=b,c,1' and make the disassembly of the variousdfr2001-10-291-3/+3
* The size of the ELF hash table changed from 64 bits in the prototypepeter2001-10-291-1/+1
* o Send a test IPI from the BSP to itself at the same time APsmarcel2001-10-292-10/+14
* Add an IPI used for testing proper operation of delivering IPIs.marcel2001-10-291-1/+2
* Make the clock vector 255 instead of 240. On Lion boxes, 240 ismarcel2001-10-292-3/+3
* Small correction in the LOCAL_SAPIC structure. The Flags fieldmarcel2001-10-291-3/+2
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,marcel2001-10-298-165/+359
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-0/+48
* Add a per-thread ucred reference for syscalls and synchronous traps fromjhb2001-10-261-0/+18
* * Clear the TLB on boot.dfr2001-10-241-4/+7
* If we get an unhandled page fault in kernel mode, either panic (ifdfr2001-10-241-1/+14
* Remove call to cninit_finish. This is part of the multiplemarcel2001-10-241-2/+0
* Add parse functions for local APIC and I/O APIC entries.marcel2001-10-241-7/+31
* Fix RAW dependency violation when compiled with gcc-3peter2001-10-231-1/+1
* Turn off the single-user override. We've been running multi-userpeter2001-10-231-5/+0
* Add data serialisations after ptc and mov to rr[] instructions.dfr2001-10-231-5/+6
* Remove funky right justification.mike2001-10-231-9/+9
* In the signal trampoline, flush the register stack before callingdfr2001-10-222-2/+4
* Setup for a 200MB FS -- 209715200/512= 409600 sectors.obrien2001-10-221-1/+1
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-211-160/+0
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-4/+10
* {set,fill}_{,fp,db}regs() fixup:des2001-10-211-1/+14
* Add some more names for bits of trapframe.dfr2001-10-211-6/+15
* We need to save a bit more information in the partial syscall trapframedfr2001-10-212-30/+90
OpenPOWER on IntegriCloud