summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
AgeCommit message (Expand)Author
2021-11-02In order to prevent _mcount() from being recursively called when built with C...ryo
2021-10-28Finish restoring the compat code.christos
2021-10-28We still need struct sigcontext for longjmp.christos
2021-10-27"struct sigcontext" has never been used on NetBSD/hppa; garbage-collectthorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-09-06fix various typos in comments.andvar
2021-08-14Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...ryo
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-05-08KNFskrll
2021-04-01Whitespace: #define<tab>simonb
2021-02-26Use a valuely human readable number for MAXTSIZ.simonb
2021-01-23Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8christos
2020-12-05Use __vaddr_t since we don't expose vaddr_t by default to userland.christos
2020-05-01Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>.isaki
2020-04-17Mark the .ident section as mergable string section to avoid redundantjoerg
2020-04-16To allow concurrent page faults on the same set of pages lock the PVskrll
2020-04-16Fix cur{lwp,cpu} and other bits for MODULESskrll
2020-03-22Temporarily mark hppa, mips, powerpc and riscv with __HAVE_UNLOCKED_PMAP,ad
2020-03-21Revert another historic $Hdr$ collapse.riastradh
2020-03-14pmap_remove_all(): Return a boolean value to indicate the behaviour. Ifad
2020-03-05Revert "Include opt_diagnostic.h for DIAGNOSTIC."riastradh
2020-03-05Include opt_diagnostic.h for DIAGNOSTIC.riastradh
2020-02-24Adjust for UVM locking changes.ad
2020-01-07hppa has custom adaptive mutexes. Allow it to build again while notad
2019-12-27Harmonize the namespace of fast TLS base pointer getter functionskamil
2019-12-24Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFOkamil
2019-12-05Attempt to restore Utah $Hdr$skrll
2019-12-05Only need one ci_onproc member.riastradh
2019-12-04+ci_onprocskrll
2019-12-01Fix false sharing problems with cpu_info. Identified with tprof(8).ad
2019-11-29Nix mb_* on hppa.riastradh
2019-11-29Largely eliminate the MD rwlock.h header file.riastradh
2019-09-23Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all archesskrll
2019-08-12Use __BIT()skrll
2019-06-18Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointerkamil
2019-05-07Switch all users (except ia64) of custom machine/ansi.h to common_ansi.hkamil
2019-04-16Trailing whitespaceskrll
2019-01-21Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64.dholland
2019-01-07move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all portsjdolecek
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-02-27Implement _UC_MACHINE_INTRV() for hppakamil
2018-02-15Introduce _UC_MACHINE_FP() as a macrokamil
2018-02-08Typos.dholland
2017-11-29need sigtypes.h for sigset_t, since <sys/siginfo.h> includes this directly.christos
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2017-10-04const me harder!christos
2017-09-24const me harder.christos
2017-09-17more const.christos
2017-06-16dumpconf(void) long doesn't exist, remove the prototypejdolecek