| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn off the single-user override. We've been running multi-user | peter | 2001-10-23 | 1 | -5/+0 |
* | Add data serialisations after ptc and mov to rr[] instructions. | dfr | 2001-10-23 | 1 | -5/+6 |
* | Remove funky right justification. | mike | 2001-10-23 | 1 | -9/+9 |
* | In the signal trampoline, flush the register stack before calling | dfr | 2001-10-22 | 2 | -2/+4 |
* | Setup for a 200MB FS -- 209715200/512= 409600 sectors. | obrien | 2001-10-22 | 1 | -1/+1 |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | des | 2001-10-21 | 1 | -160/+0 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 2 | -4/+10 |
* | {set,fill}_{,fp,db}regs() fixup: | des | 2001-10-21 | 1 | -1/+14 |
* | Add some more names for bits of trapframe. | dfr | 2001-10-21 | 1 | -6/+15 |
* | We need to save a bit more information in the partial syscall trapframe | dfr | 2001-10-21 | 2 | -30/+90 |
* | Set ar.fpsr to something sane before trying to handle a trap - the user | dfr | 2001-10-21 | 1 | -0/+6 |
* | Use ia64_set_fpsr() instead of __asm to set ar.fpsr. | dfr | 2001-10-21 | 1 | -1/+1 |
* | Add ia64_set_fpsr(). | dfr | 2001-10-21 | 1 | -0/+9 |
* | Implement the IPI send functions. No mapping between IPI message | marcel | 2001-10-21 | 1 | -6/+41 |
* | Add define for the PIB default address and include a reference to | marcel | 2001-10-21 | 1 | -1/+6 |
* | Remove wx. | mjacob | 2001-10-20 | 1 | -1/+0 |
* | Reserve space for signal state. | dfr | 2001-10-20 | 1 | -1/+4 |
* | Save the AP wake-up vector from the SAL descriptor under SMP. | marcel | 2001-10-20 | 1 | -5/+25 |
* | Make this compile under option SMP. | marcel | 2001-10-20 | 2 | -6/+9 |
* | Make a start at an unaligned trap handler. Only integer loads and stores | dfr | 2001-10-19 | 2 | -76/+619 |
* | Translate various userland traps into SIGBUS (instead of just panicing). | dfr | 2001-10-19 | 1 | -0/+10 |
* | Try two on the preprocessing logic. | ru | 2001-10-19 | 1 | -1/+1 |
* | Remove unneeded sys/mutex.h includes. | jhb | 2001-10-19 | 1 | -1/+0 |
* | Blah, fix braino where ru had to remind me of proper preprocessor syntax. | obrien | 2001-10-19 | 1 | -1/+1 |
* | Rework pmap so that it separates the PTE structure from the pv_entry | dfr | 2001-10-19 | 2 | -334/+511 |
* | Shift the code which packs and unpacks instruction bundles out of DDB | dfr | 2001-10-18 | 5 | -12/+41 |
* | Fix typos in previous commit: | marcel | 2001-10-18 | 1 | -1/+1 |
* | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | obrien | 2001-10-18 | 1 | -1/+7 |
* | - Small cleanups to the Giant handling in trap(). | jhb | 2001-10-17 | 1 | -9/+17 |
* | Make SCSI changer and SES devices standard in generic kernels. | mjacob | 2001-10-16 | 1 | -0/+2 |
* | Size the number of pv_entries we use to bootstrap the pv_entry allocator | dfr | 2001-10-16 | 1 | -5/+16 |
* | When compiling with SKI support, create the fake memory regions | marcel | 2001-10-15 | 1 | -1/+1 |
* | Only the first eight arguments can possibly be in stacked registers. | dfr | 2001-10-13 | 1 | -2/+5 |
* | Pass the correct trapframe pointer to fork_exit - sp is trapframe-16. | dfr | 2001-10-12 | 1 | -1/+1 |
* | If the faulting instruction is a cmpxchg, then isr.w and isr.r will both | dfr | 2001-10-12 | 1 | -3/+3 |
* | Implement MCOUNT hook for assembler. Probably doesn't work right. | dfr | 2001-10-11 | 1 | -3/+1 |
* | Implement mcount trampoline (untested). | dfr | 2001-10-11 | 1 | -114/+64 |
* | * Change the calling convention for execve so that it conforms to normal | dfr | 2001-10-11 | 1 | -11/+19 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Add a definition for the ia64's special PLT_RESERVE entry in the _DYNAMIC | dfr | 2001-10-10 | 1 | -0/+4 |
* | Clarify a comment. | dfr | 2001-10-09 | 1 | -1/+3 |
* | Don't include isavar.h - we don't need it. | dfr | 2001-10-09 | 1 | -1/+0 |
* | Add a minimalist kernel config which can run inside SKI. | dfr | 2001-10-09 | 1 | -0/+87 |
* | Make printtrap() more informative. | dfr | 2001-10-08 | 1 | -5/+98 |
* | Implement inline versions of ntohl etc. | dfr | 2001-10-07 | 1 | -3/+33 |
* | Dissociate ptrace from procfs. | des | 2001-10-07 | 1 | -1/+0 |
* | * Use srlz.i to serialise changes to psr.ic | dfr | 2001-10-07 | 2 | -12/+20 |
* | Remove bogus include. | dfr | 2001-10-07 | 1 | -1/+0 |
* | Move console probes until after we set boothowto so that 'boot -h' works. | dfr | 2001-10-06 | 1 | -7/+7 |
* | Assume round-to-nearest mode for floating point. | dfr | 2001-10-06 | 1 | -5/+1 |