summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Remove call to cninit_finish. This is part of the multiplemarcel2001-10-241-2/+0
* Add parse functions for local APIC and I/O APIC entries.marcel2001-10-241-7/+31
* Fix RAW dependency violation when compiled with gcc-3peter2001-10-231-1/+1
* Turn off the single-user override. We've been running multi-userpeter2001-10-231-5/+0
* Add data serialisations after ptc and mov to rr[] instructions.dfr2001-10-231-5/+6
* Remove funky right justification.mike2001-10-231-9/+9
* In the signal trampoline, flush the register stack before callingdfr2001-10-222-2/+4
* Setup for a 200MB FS -- 209715200/512= 409600 sectors.obrien2001-10-221-1/+1
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-211-160/+0
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-4/+10
* {set,fill}_{,fp,db}regs() fixup:des2001-10-211-1/+14
* Add some more names for bits of trapframe.dfr2001-10-211-6/+15
* We need to save a bit more information in the partial syscall trapframedfr2001-10-212-30/+90
* Set ar.fpsr to something sane before trying to handle a trap - the userdfr2001-10-211-0/+6
* Use ia64_set_fpsr() instead of __asm to set ar.fpsr.dfr2001-10-211-1/+1
* Add ia64_set_fpsr().dfr2001-10-211-0/+9
* Implement the IPI send functions. No mapping between IPI messagemarcel2001-10-211-6/+41
* 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
OpenPOWER on IntegriCloud