index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
hppa64
Age
Commit message (
Expand
)
Author
2011-05-21
Add pci_intr_map_msi() stub.
Mark Kettenis
2011-05-07
So long, uvm_pglist.h
Owain Ainsworth
2011-05-05
The gateway page (which contains the system call entry point) needs to be
Mark Kettenis
2011-05-05
Make sure we restore sr4 at the very end (just before we go physical) otherwise
Mark Kettenis
2011-05-03
We need a little more room for out kernel stack, at least for now.
Mark Kettenis
2011-05-03
Properly save and restore the space registers to/from the trap frame.
Mark Kettenis
2011-04-28
Expose pmap_prefer parameters.
Ariane van der Steldt
2011-04-28
fenv improvements and cleanups
Martynas Venckus
2011-04-21
Provide a HPPA_FRAME_ARGS macro. This only works correctly for the
Joel Sing
2011-04-21
Move interrupt related defines and prototypes from cpu.h to intr.h.
Joel Sing
2011-04-21
Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization''
Miod Vallat
2011-04-18
Revert the sigacts diff: NFS can apparently retain pointers to processes
Philip Guenthe
2011-04-16
Move the FPU state out of 'struct pcb' like we did for hppa since it causes
Mark Kettenis
2011-04-16
Move the FPU state out of 'struct pcb' like we did for hppa since it causes
Mark Kettenis
2011-04-16
Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of
Kenneth R Westerback
2011-04-15
In days of yore one could arbitrarily whack buffer flags. Those days
Kenneth R Westerback
2011-04-15
Correct the sharing of the signal handling state: stuff that should
Philip Guenthe
2011-04-15
Convert the kernel Makefiles to autogenerate dependencies during compilation
Philip Guenthe
2011-04-14
Make spstrcpy actually copy strings.
Mark Kettenis
2011-04-14
Get rid if pcb_uva, like we did on hppa a while ago since it creates evil
Mark Kettenis
2011-04-14
Fix copy_on_fault by decrementing the stack pointer before restoring the
Joel Sing
2011-04-14
Ansify.
Joel Sing
2011-04-13
Export ENAMETOOLONG such that kernels compile again.
Mark Kettenis
2011-04-13
Make spstrcpy() work as advertised.
Joel Sing
2011-04-13
Enable siop, scsibus and sd.
Joel Sing
2011-04-13
Remove some very noisy debug code.
Joel Sing
2011-04-13
Do not use a virtual address whilst in physical mode. Instead save the sp
Joel Sing
2011-04-10
hppa64 does not have a libspmath
Theo de Raadt
2011-04-07
Make $syscall_return work for real.
Mark Kettenis
2011-04-07
Make sure the ALIGN() macro uses u_long on all platforms for consistency, and
Miod Vallat
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-04-07
Sync apic code from hppa.
Joel Sing
2011-04-07
Initial interrupt handling implementation for hppa64.
Joel Sing
2011-04-06
Sync cpu_match() and cpu_hardclock() with hppa.
Joel Sing
2011-04-06
Move CPL to struct cpu_info.
Joel Sing
2011-04-06
The various read*label() have stopped returning error strings for quite
Miod Vallat
2011-04-05
Provide macros for ssm/rsm.
Joel Sing
2011-04-05
Implement syscall_return.
Joel Sing
2011-04-05
Move PSW in struct cpu_info. Also ensure that we leave interrupts disabled
Joel Sing
2011-04-05
Fix logic bug in debug code and enable spllower()/splraise().
Joel Sing
2011-04-05
Enable wide mode for PSW defaults.
Joel Sing
2011-04-05
Save and restore the PSW value when making a PDC call, rather than blindly
Joel Sing
2011-04-03
Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is not
Miod Vallat
2011-04-03
Move PPWAIT flag from struct proc to process, so that rthreads in
Philip Guenthe
2011-03-30
Use #ifdef TRAPDEBUG and fix indentation.
Joel Sing
2011-03-30
Fix diagnostic by correctly initialising oldcpl.
Joel Sing
2011-03-27
Save r4-r18. Even though the firmware specification says these registers are
Mark Kettenis
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2011-03-13
Change daddr_t to daddr32_t. The bootblocks on our architectures only
Theo de Raadt
2011-03-11
Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.
Paul Irofti
[next]