summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-15/+6
* Add a definition of ddb_regs. ddb_regs is declared as extern inmarcel2002-01-181-5/+2
* Remove the definition of bootverbose. This fixes the link failuremarcel2002-01-181-1/+1
* Declare ddb_regs as extern to avoid creating a tentative definition.marcel2002-01-181-1/+1
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-052-3/+3
* Change the preemption code for software interrupt thread schedules andjhb2002-01-052-1/+5
* Revert previous definition of cpu_throw(). Non-MP configurationsmarcel2001-12-302-2/+9
* Better implement SMP support:marcel2001-12-303-101/+180
* o Reimplement map_pal_code to work with a global variablemarcel2001-12-301-51/+37
* Make vhpt_base and vhpt_size globals so that they can be used bymarcel2001-12-301-1/+2
* Cleanup the IPIs.marcel2001-12-301-8/+7
* Remove unused MD fields (pc_pending_ipis, pc_next_asn andmarcel2001-12-301-3/+3
* o Remove temporary implementation of cpu_throw in vm_machdep.cmarcel2001-12-302-10/+24
* Draft implementation of IPI handling.marcel2001-12-301-1/+19
* Add PC_IDLETHREAD. We need it in cpu_switch.marcel2001-12-301-0/+1
* Add missing predicate in interruption_Data_TLB. Without thismarcel2001-12-302-46/+46
* Fix CRITICAL_FORK so that it compiles.dfr2001-12-231-1/+1
* 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
OpenPOWER on IntegriCloud