summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
* Replace a bunch of:peter2001-12-201-30/+10
* Modify the critical section API as follows:jhb2001-12-187-24/+15
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+1
* Overhaul the per-CPU support a bit:jhb2001-12-1114-207/+55
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+4
* style(9)obrien2001-12-091-10/+9
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-092-2/+3
* Add multiple inclusion protection.jhb2001-12-061-0/+5
* PROCFS requires PSEUDOFS.des2001-12-041-1/+2
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* * Don't use critical_enter/critical_exit when accessing the VHPT - itsdfr2001-11-301-17/+21
* Minor tweaks to the TLB handling code - avoid movl instructions and adddfr2001-11-272-26/+26
* s/code/ucode/ (last minute typo)peter2001-11-191-2/+2
* Initial cut at calling the EFI-provided FPSWA (Floating Point Softwarepeter2001-11-193-7/+163
* Use some (now) spare space for passing through a pointer to the FPSWApeter2001-11-191-1/+2
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-191-1/+1
* 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 with i386/pmap.c - dont refer to curproc, use curthread.peter2001-11-161-2/+2
* As part of a general cleanup and reconvergence of related pmap code,peter2001-11-161-22/+1
* 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
OpenPOWER on IntegriCloud