summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-2/+2
* Back out the previous commit.brian2002-04-041-1/+0
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+1
* Pre-declare bootpc_init() so that options BOOTP doesn't break thebrian2002-04-041-0/+1
* o Kill the MD grow_stack(). Call the MI vm_map_growstack()alc2002-04-043-35/+19
* o Add architecture specific segment types.marcel2002-04-041-0/+11
* Dike out a highly insecure UCONSOLE option.ru2002-04-032-2/+0
* Make the kernel dump header endianness invariant by always dumpingmarcel2002-04-032-24/+22
* o GC dumplomarcel2002-04-031-4/+2
* Use a twiddle to show that we're busy dumping. The initial codemarcel2002-04-032-10/+14
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-021-18/+5
* Initial implementation of the ia64 kernel dumper. The dumpermarcel2002-04-022-0/+564
* o GC totalphysmem and resvmem.marcel2002-04-021-11/+5
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-013-23/+74
* 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
OpenPOWER on IntegriCloud