aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Initial support for executing IA-32 binaries. This will not compileDoug Rabson2002-04-108-0/+4396
* Save and restore the IA-32 state in cpu_switch(). Probably should only doDoug Rabson2002-04-101-2/+46
* Add suhword() and fuhword() for accessing 32-bit values ("half words") inDoug Rabson2002-04-102-0/+110
* Add exception and syscall support for executing IA-32 binaries.Doug Rabson2002-04-101-0/+269
* Add ucode values for SIGFPE etc. Copied from i386/include/signal.h.Doug Rabson2002-04-101-0/+12
* Add fields for saving/restoring the IA-32 state.Doug Rabson2002-04-101-0/+8
* Add definitions for IA-32 exceptions, interrupts and intercepts.Doug Rabson2002-04-101-0/+21
* Call ast() from the syscall exit path as well as for full exceptionDoug Rabson2002-04-102-2/+84
* Initialise PCPU_GET(current_pmap) in pmap_bootstrap - cpu_switch needsDoug Rabson2002-04-101-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalMike Barcroft2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andMike Barcroft2002-04-101-6/+15
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-12/+0
* Define a complete set of accessors for application and control registers.Doug Rabson2002-04-091-215/+83
* Don't call make_dev from ssccnattach - its far too early to work properly.Doug Rabson2002-04-091-0/+8
* ia64 depends on ACPICA on actual hardware. It might be worth having aPeter Wemm2002-04-071-0/+4
* Add prototype for bootpc_init when BOOTP is defined.Marcel Moolenaar2002-04-061-0/+4
* Merge fixes for dbtob() and btodb() from alpha/include/param.h. This stopsDoug Rabson2002-04-061-3/+10
* Fix a braino in the alignment of the segment contents after dumpingMarcel Moolenaar2002-04-062-2/+24
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-042-2/+2
* Back out the previous commit.Brian Somers2002-04-041-1/+0
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+1
* Pre-declare bootpc_init() so that options BOOTP doesn't break theBrian Somers2002-04-041-0/+1
* o Kill the MD grow_stack(). Call the MI vm_map_growstack()Alan Cox2002-04-043-35/+19
* o Add architecture specific segment types.Marcel Moolenaar2002-04-041-0/+11
* Dike out a highly insecure UCONSOLE option.Ruslan Ermilov2002-04-032-2/+0
* Make the kernel dump header endianness invariant by always dumpingMarcel Moolenaar2002-04-032-24/+22
* o GC dumploMarcel Moolenaar2002-04-031-4/+2
* Use a twiddle to show that we're busy dumping. The initial codeMarcel Moolenaar2002-04-032-10/+14
* - Move the MI mutexes sched_lock and Giant from being declared in theJohn Baldwin2002-04-021-18/+5
* Initial implementation of the ia64 kernel dumper. The dumperMarcel Moolenaar2002-04-022-0/+564
* o GC totalphysmem and resvmem.Marcel Moolenaar2002-04-021-11/+5
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()Matthew Dillon2002-04-013-23/+74
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyPoul-Henning Kamp2002-03-311-3/+0
* Transition to a model where the loader passes the address of theMarcel Moolenaar2002-03-303-31/+58
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()Jake Burkholder2002-03-293-6/+68
* style(9)David E. O'Brien2002-03-281-4/+7
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksJeff Roberson2002-03-271-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-273-12/+64
* o Revert previous commit in asm.h. There's no need to undefineMarcel Moolenaar2002-03-273-3/+0
* Get the guarding right. The IA-64 has a different organization for thisDavid E. O'Brien2002-03-261-5/+4
* Guard against redefining __gnuc_va_list.David E. O'Brien2002-03-241-1/+5
* Undefine __FBSDID before defining it as it's already defined atMarcel Moolenaar2002-03-241-0/+1
* ASM versions of __FBSDID.David E. O'Brien2002-03-231-0/+6
* Change critical_t to register_t for intr_disable/restore.Doug Rabson2002-03-215-7/+7
* Change cpu_critical_enter/exit to intr_disable/restore.Doug Rabson2002-03-211-2/+2
* In UP mode, the primary cpu's per-cpu current_pmap was not initialized -Peter Wemm2002-03-211-0/+1
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-212-30/+11
* Remove __P.Alfred Perlstein2002-03-2012-76/+76
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.John Baldwin2002-03-201-25/+6