summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Add define for the PIB default address and include a reference tomarcel2001-10-211-1/+6
* Remove wx.mjacob2001-10-201-1/+0
* Reserve space for signal state.dfr2001-10-201-1/+4
* Save the AP wake-up vector from the SAL descriptor under SMP.marcel2001-10-201-5/+25
* Make this compile under option SMP.marcel2001-10-202-6/+9
* Make a start at an unaligned trap handler. Only integer loads and storesdfr2001-10-192-76/+619
* Translate various userland traps into SIGBUS (instead of just panicing).dfr2001-10-191-0/+10
* Try two on the preprocessing logic.ru2001-10-191-1/+1
* Remove unneeded sys/mutex.h includes.jhb2001-10-191-1/+0
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.obrien2001-10-191-1/+1
* Rework pmap so that it separates the PTE structure from the pv_entrydfr2001-10-192-334/+511
* Shift the code which packs and unpacks instruction bundles out of DDBdfr2001-10-185-12/+41
* Fix typos in previous commit:marcel2001-10-181-1/+1
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-181-1/+7
* - Small cleanups to the Giant handling in trap().jhb2001-10-171-9/+17
* Make SCSI changer and SES devices standard in generic kernels.mjacob2001-10-161-0/+2
* Size the number of pv_entries we use to bootstrap the pv_entry allocatordfr2001-10-161-5/+16
* When compiling with SKI support, create the fake memory regionsmarcel2001-10-151-1/+1
* Only the first eight arguments can possibly be in stacked registers.dfr2001-10-131-2/+5
* Pass the correct trapframe pointer to fork_exit - sp is trapframe-16.dfr2001-10-121-1/+1
* If the faulting instruction is a cmpxchg, then isr.w and isr.r will bothdfr2001-10-121-3/+3
* Implement MCOUNT hook for assembler. Probably doesn't work right.dfr2001-10-111-3/+1
* Implement mcount trampoline (untested).dfr2001-10-111-114/+64
* * Change the calling convention for execve so that it conforms to normaldfr2001-10-111-11/+19
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Add a definition for the ia64's special PLT_RESERVE entry in the _DYNAMICdfr2001-10-101-0/+4
* Clarify a comment.dfr2001-10-091-1/+3
* Don't include isavar.h - we don't need it.dfr2001-10-091-1/+0
* Add a minimalist kernel config which can run inside SKI.dfr2001-10-091-0/+87
* Make printtrap() more informative.dfr2001-10-081-5/+98
* Implement inline versions of ntohl etc.dfr2001-10-071-3/+33
* Dissociate ptrace from procfs.des2001-10-071-1/+0
* * Use srlz.i to serialise changes to psr.icdfr2001-10-072-12/+20
* Remove bogus include.dfr2001-10-071-1/+0
* Move console probes until after we set boothowto so that 'boot -h' works.dfr2001-10-061-7/+7
* Assume round-to-nearest mode for floating point.dfr2001-10-061-5/+1
* Delete legacy pcib code - we can't possibly work without acpi on ia64.dfr2001-10-061-570/+0
* o Change ia64_memory_address to explicitly take a u_int64_tmarcel2001-10-061-2/+50
* Add BOOTP support.dfr2001-10-051-0/+4
* Fix some dependency violations (don't know why gas didn't catch this).dfr2001-10-052-4/+16
* Use physical addresses, not virtual addresses when calling PHYS_TO_VM_PAGE.dfr2001-10-051-1/+2
* Eliminate some alpha craziness.dfr2001-10-051-4/+2
* In in_cksumdata, len must be a signed type.dfr2001-10-051-1/+1
* Low-level code for programming the I/O SAPIC.dfr2001-10-051-0/+151
* Wire up most of the interrupt handling infrastructure. Not sure it worksdfr2001-10-056-40/+342
* Fix typo which meant that we never actually found the ACPI 2.0 table.dfr2001-10-051-1/+1
* Disable interrupts when we are in DDB.dfr2001-10-051-3/+3
* Add ia64_get_lid().dfr2001-10-051-3/+14
* Don't pretend the argument to clockattach is a device - it isn't.dfr2001-10-041-1/+1
* * Don't pretend the object passed to clockattach is a device - it isn't.dfr2001-10-042-7/+7
OpenPOWER on IntegriCloud