summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-311-3/+0
* Transition to a model where the loader passes the address of themarcel2002-03-303-31/+58
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()jake2002-03-293-6/+68
* style(9)obrien2002-03-281-4/+7
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-273-12/+64
* o Revert previous commit in asm.h. There's no need to undefinemarcel2002-03-273-3/+0
* Get the guarding right. The IA-64 has a different organization for thisobrien2002-03-261-5/+4
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+5
* Undefine __FBSDID before defining it as it's already defined atmarcel2002-03-241-0/+1
* ASM versions of __FBSDID.obrien2002-03-231-0/+6
* Change critical_t to register_t for intr_disable/restore.dfr2002-03-215-7/+7
* Change cpu_critical_enter/exit to intr_disable/restore.dfr2002-03-211-2/+2
* In UP mode, the primary cpu's per-cpu current_pmap was not initialized -peter2002-03-211-0/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-212-30/+11
* Remove __P.alfred2002-03-2012-76/+76
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-25/+6
* Change intr_enable to intr_restore for consistency with sparc64.dfr2002-03-204-6/+6
* Replace calls to cpu_critical_enter/exit with appropriate calls todfr2002-03-203-13/+14
* Recreate intr_disable/intr_enable and implement cpu_critical_enter/exitdfr2002-03-201-2/+14
* #if 0 some unused variables (only in #if 0 code)peter2002-03-191-0/+4
* Enabling the SKI option is a guaranteed breakage for me. Interrupts nopeter2002-03-191-1/+4
* My ia64 box for some reason likes to fragment the beginning/end of memorypeter2002-03-191-1/+1
* Fix some unused variables.peter2002-03-193-1/+5
* Move a couple of prototypes together instead of being incompletelypeter2002-03-194-7/+4
* __func__ is a const char *, not a "string" that can be concatenated.peter2002-03-191-3/+3
* Fix a pointer/int warningpeter2002-03-191-1/+1
* #ifdef SMP some variables that are only used elsewhere under #ifdef SMPpeter2002-03-191-0/+2
* Work around an apparent compiler bug with gcc-3.1, although it might bepeter2002-03-191-2/+5
* Believe it or not, I ran into the 32MB stack size limit using a nativelypeter2002-03-191-1/+1
* #if 0 out some unused code.peter2002-03-192-0/+5
* Add some #includes after things got broken with the last round ofpeter2002-03-192-0/+3
* Turn off the ia64 ITC timecounter when SMP is present since it has thepeter2002-03-191-0/+10
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-2/+21
* 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
OpenPOWER on IntegriCloud