summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Rearrange so we search for I/O port space as early as possible (i.e.dfr2001-09-151-44/+53
* Avoid the region used for thread0's trapframe when setting up the stackdfr2001-09-152-2/+2
* Use the MI console code to initialise the console.dfr2001-09-152-15/+17
* Implement inx() and outx() functions for accessing I/O ports.dfr2001-09-151-6/+38
* Add ia64_mf_a() which executes an mf.a instruction.dfr2001-09-151-0/+6
* * Use Intel's EFI headers instead of home-grown ones.dfr2001-09-151-23/+41
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sdfr2001-09-154-34/+131
* Sync the PCI NIC sections with i386.dfr2001-09-151-4/+8
* * Enable dynamically linked kernel. This involves adding a self-relocatordfr2001-09-136-73/+299
* KSE Milestone 2julian2001-09-1227-414/+465
* o Fix struct ssc_time and enable the SSC call to get the RTC.marcel2001-09-121-17/+11
* * Make a start on a realistic definition for bootinfo.dfr2001-09-105-70/+68
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-25/+8
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-081-2/+1
* Add options to select between 4k, 8k and 16k page sizes on ia64. Thedfr2001-09-071-0/+15
* Typo in comment.dfr2001-09-071-2/+2
* * Track ref/mod information properly when a mapping changes.dfr2001-09-071-4/+36
* Remove old setjmp/longjmp stubs.dfr2001-09-072-138/+0
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-3/+1
* Add struct tags to avoid warnings in kernel code.dfr2001-09-061-2/+2
* style(9) the structure definitions.obrien2001-09-052-2/+2
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablypeter2001-09-041-17/+0
* Add a working version of setjmp/longjmp.dfr2001-09-033-27/+790
* Since we're cross compiling from x86, ignore the x86 CPUTYPE by default.peter2001-09-031-0/+1
* Dont conflict with sysctl debug.mddebugpeter2001-09-031-1/+1
* Sync with i386 / alpha. Whitespace unindent / style prep for kse.peter2001-09-021-79/+77
* Merge from i386: various cleanups including moving the map calculationspeter2001-09-021-14/+26
* Same as i386/i386/pmap.c: clean up some style. This is irrelevant sincepeter2001-08-311-15/+12
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-12/+16
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-271-1/+4
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Strip out some #if's for old implementations of global data pointers.peter2001-08-211-4/+0
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-0/+2
* style(9) and make consistent across platformsobrien2001-08-162-24/+26
* OFF_T -> OFF (more standard style)ache2001-08-152-4/+4
* Add OFF_T_MAX/OFF_T_MINache2001-08-152-0/+6
* Style changes to commonize the various platforms.obrien2001-08-151-8/+8
* - Close races with signals and other AST's being triggered while we are injhb2001-08-102-19/+2
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-082-58/+0
* Grab Giant arond page faults. ia64 boots again in the simulator now.jhb2001-08-071-4/+4
* Make this compile again.dfr2001-08-061-0/+1
* Remove usage of nonexistent vm_mtx.dfr2001-08-062-6/+0
* GC some obsolete alpha code.jhb2001-07-311-390/+1
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelpeter2001-07-271-1/+4
* Call the early tunable setup functions as soon as kern_envp is available.peter2001-07-261-0/+3
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-0/+1
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-111-0/+33
* A set of changes to reduce the number of include files the kerneljulian2001-07-082-2/+2
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-65/+0
OpenPOWER on IntegriCloud