summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2004-01-05add a PMAP_NC flag for pmap_kenter_pa() to specific a non-cached mapping.chs
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-11-28de-__P, remove register, ansify.chs
2003-11-18fix address computation in vmapbuf(). use uvm_km_valloc_prefer_wait().chs
2003-11-08In trap(), curlwp could be NULL so don't refer it implicitly.tsutsui
2003-11-01Compile at -O2. Fix various GCC3-ismsmatt
2003-10-31Don't pass the (unused) return value args to thesimonb
2003-10-30It turns out the hppa ABI we're using does not support an extended-kleink
2003-10-28#define __HAVE_LONG_DOUBLE on platforms which implement a distinctkleink
2003-10-27Err, rename some members added in previous to make them reflect theirkleink
2003-10-26For convenient use in libc, add unions of the C floating types and theirkleink
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-26Rip out E80 format definitions which are neither "notyet", nor going tokleink
2003-10-25g/c #if 0'ed (and empty) cpu_wait()jdolecek
2003-10-25NULL -> 0chs
2003-10-23* Move the definitions for types other than single-precision and double-kleink
2003-10-22G/c the local declaration of __nanf; handling of this (conditional onkleink
2003-10-21NULL -> 0 for preempt() argument.fvdl
2003-10-13add MD part of SA/pthread pagefault handling on hppacl
2003-10-10update for new gas syntax. from Jochen Kunz.chs
2003-10-08Add some accessor macros for the ucontext:thorpej
2003-10-06Change headers to comply with the new toolchain changes.matt
2003-09-26Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Testsimonb
2003-09-20Use #ifdef _KERNEL_OPT around #include "opt_XXX.h"matt
2003-09-20Add multiple inclusion protection.matt
2003-09-20Install <hppa/mcontext.h>matt
2003-08-31add some placeholders so we can at least build.chs
2003-08-31update for LWPs, and some lite cleanup.chs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-10Back out the following chagne:thorpej
2003-05-08Simplify the way the bounds of the managed kernel virtual addressthorpej
2003-04-29Add a BKPT_ADDR() macro which gives MD code a chance to munge ascw
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-04-19PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]christos
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-04-01* Define PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK in <hppa/vmparam.h>,thorpej
2003-03-02add some ISO C 1995 I18N functions and types:tshiozak
2002-12-21Pass the system call table to trace_enter() and ktrsys() so that it ismanu
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-15Add a realcode argument to trace_enter and ktrsyscall. realcode is themanu
2002-09-22Use "#define\t" instead of "#define ".simonb
2002-09-22it really helps to get the stub right before cutting + pasting it 27 times.chs
2002-09-22add pmap_remove_all() hook (empty on most platforms so far).chs
2002-09-22Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives.gmcgarry
2002-08-25No longer use BTLB entries to map the entire address spaces of I/O subsystems,fredette