summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling.dfr2002-03-181-1/+1
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-8/+0
* * Stop other cpus when one cpu enters DDB and restart them after itdfr2002-03-151-11/+47
* * Remove a breakpoint() I accidentally left in for debugging :-(.dfr2002-03-152-14/+49
* Tweak the AP startup code somewhat. With all the other recent changes,dfr2002-03-141-8/+41
* * Initialise pcb_pmap for new threads.dfr2002-03-141-21/+40
* * Save and restore PCPU_GET(current_pmap) in pcb_pmap so that we don'tdfr2002-03-141-11/+23
* Add pcpu.pc_current_pmap and pcb.pcb_pmap.dfr2002-03-141-0/+2
* Add a field to hold the current pmap of a thread.dfr2002-03-141-0/+1
* Add ia64_sync_i(), ia64_get_tpr() and ia64_set_tpr().dfr2002-03-141-0/+29
* * Add some KTR messages for IPIs.dfr2002-03-141-3/+35
* Add debug code to print SAPIC registers.dfr2002-03-142-1/+33
* * Use a mutex to protect the RID allocator.dfr2002-03-141-16/+40
* Move the call to pmap_bootstrap to after the initialisation of thread0.dfr2002-03-141-6/+9
* Don't restore r13 when returning to kernel mode. We may have migrated todfr2002-03-142-2/+8
* Fix some -Wunused warnings by "using" a macro argumentpeter2002-03-121-7/+7
* Fix a warning (make ucontext_t *ucp a const)peter2002-03-121-1/+2
* Stop concatenating __func__ with stringspeter2002-03-121-2/+2
* Deal with a structure member rename in a recent acpica importpeter2002-03-121-1/+1
* Fix a misspelling of mine: s/optomization/optimization/.jhb2002-03-111-1/+1
* Add an implementation of cpu_throw() and make restorectx() simply branchdfr2002-03-102-77/+23
* Don't try to print the arguments if the value of bsp is outside thedfr2002-03-101-7/+9
* Use the right value for the region length in parse_spill_mask.dfr2002-03-101-4/+4
* o Don't require long long support in bswap64() functions.mike2002-03-091-12/+5
* Include machine/smp.h.jake2002-03-071-0/+1
* Call ast() only when we're handling a user trap.marcel2002-03-051-1/+2
* Add PSEUDOFS.dfr2002-03-041-1/+2
* Add emulation support for PAL_VM_SUMMARY.dfr2002-03-042-2/+11
* * Include <sys/ucontext.h> so that this compiles again.dfr2002-03-031-12/+15
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-281-1/+2
* - Fix panic() message and a couple style nits that snuck in from thearr2002-02-281-3/+3
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-271-6/+19
* Add the following functions/macros to support byte order conversions andtmm2002-02-272-23/+81
* Add some DIAGNOSTIC code.julian2002-02-221-14/+24
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-1/+1
* Duplicate the changes to i386 to keep creds over the user boundary.julian2002-02-191-6/+8
* Add C++ support.mike2002-02-191-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-56/+32
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Remove WITNESS from GENERIC by default: as we grow more locks, this getsrwatson2002-02-131-1/+1
* Pre-KSE/M3 commit.julian2002-02-075-18/+12
* GC the PC_SWITCH* symbols which are not used in assembly anymore.phk2002-02-071-1/+0
* 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
OpenPOWER on IntegriCloud