summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Remove code that updates vm->vm_ssize. This duplicates work already performedalc2002-04-161-20/+0
* Fix an "oops!" that turned out to be mostly harmless (but gave a warning).peter2002-04-151-3/+3
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-151-7/+7
* Dotting the i-s:marcel2002-04-142-18/+28
* Allow a kernel to be compiled with both SKI and acpica and stillpeter2002-04-141-2/+14
* Add comment that sigreturn() is MPSAFE.alc2002-04-131-0/+2
* Initialise ar.cflg, which contains the IA-32 registers cr0 and cr4. Sincedfr2002-04-122-0/+14
* Print extra information in printtrap() if the interrupted state was fordfr2002-04-121-7/+12
* Fix definition of va_start: We don't need to take the address ofmarcel2002-04-121-1/+1
* Really fix uniprocessor on IA64. Note to self: do not use variables beforepeter2002-04-121-1/+1
* Initial support for executing IA-32 binaries. This will not compiledfr2002-04-108-0/+4396
* Save and restore the IA-32 state in cpu_switch(). Probably should only dodfr2002-04-101-2/+46
* Add suhword() and fuhword() for accessing 32-bit values ("half words") indfr2002-04-102-0/+110
* Add exception and syscall support for executing IA-32 binaries.dfr2002-04-101-0/+269
* Add ucode values for SIGFPE etc. Copied from i386/include/signal.h.dfr2002-04-101-0/+12
* Add fields for saving/restoring the IA-32 state.dfr2002-04-101-0/+8
* Add definitions for IA-32 exceptions, interrupts and intercepts.dfr2002-04-101-0/+21
* Call ast() from the syscall exit path as well as for full exceptiondfr2002-04-102-2/+84
* Initialise PCPU_GET(current_pmap) in pmap_bootstrap - cpu_switch needsdfr2002-04-101-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andmike2002-04-101-6/+15
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-12/+0
* Define a complete set of accessors for application and control registers.dfr2002-04-091-238/+106
* Don't call make_dev from ssccnattach - its far too early to work properly.dfr2002-04-091-0/+8
* ia64 depends on ACPICA on actual hardware. It might be worth having apeter2002-04-071-0/+4
* Add prototype for bootpc_init when BOOTP is defined.marcel2002-04-061-0/+4
* Merge fixes for dbtob() and btodb() from alpha/include/param.h. This stopsdfr2002-04-061-3/+10
* Fix a braino in the alignment of the segment contents after dumpingmarcel2002-04-062-2/+24
* 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
OpenPOWER on IntegriCloud