summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia64/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Don't unwrap the function descriptor used as the callout argument todfr2001-04-191-7/+2
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()jhb2001-03-071-2/+2
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-221-2/+2
* Don't set the sched_lock lesting level for new processes as it is nojhb2001-02-221-7/+0
* Catch comments up to child_return() -> fork_return() as well.jhb2001-02-221-2/+2
* Use the MI fork_return() fork trampoline callout function for childjhb2001-02-221-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-0/+12
* Don't perform an mi_switch() when we release Giant during cpu_exit(). Wejhb2000-11-151-1/+2
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-1/+1
* Clear ar.pfs for the child process in cpu_fork - switch_trampolinedfr2000-10-161-0/+1
* * Correct some of my misunderstandings about how best to switch to thedfr2000-10-161-8/+6
* * Fix exception handling so that it actually works. We can now handledfr2000-10-121-4/+4
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).dfr2000-10-101-0/+7
* Next round of fixes to the ia64 code. This includes simulated clock anddfr2000-10-041-6/+19
* Next round of ia64 work, including fixes to context switching,dfr2000-09-301-33/+68
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-291-0/+494
OpenPOWER on IntegriCloud