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
/
powerpc
/
include
/
asm.h
Age
Commit message (
Expand
)
Author
2023-02-03
Remove a bunch of pic-related macros which were supposed to mimic similar
Miod Vallat
2022-12-08
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
Philip Guenther
2022-06-10
Add _?ENTRY_NB() macro for doing an ASM function entry without
Philip Guenther
2020-11-28
Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S
gkoehler
2020-10-26
Retguard asm macros for powerpc libc, ld.so
gkoehler
2017-06-29
kill RCSID macros; discussed with millert
Theo de Raadt
2017-06-23
Unbreak profiling assembly functions in userland by defining the
Martin Pieuchot
2015-08-30
Provide remaining arch with END() macro for setting calculated size on
Philip Guenther
2013-10-17
remove capability to do a.out
Theo de Raadt
2013-03-28
Add STRONG_ALIAS macros to be used from assembly code in libc and
Martynas Venckus
2012-08-22
Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc
Pascal Stumpf
2010-10-01
Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms
Philip Guenthe
2002-09-15
backout premature
Theo de Raadt
2002-09-15
KNF
Theo de Raadt
2001-09-01
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
Dale Rahn
1999-03-12
Additional pic related change, not currently used by powerpc port.
Dale S. Rahn
1998-07-04
Profile support for powerpc port. Now profiling libraries and binaries
Dale S. Rahn
1996-12-28
Changes necessary to make the kernel compile and boot.
Dale S. Rahn
1996-12-21
Check-in of powerpc kernel support.
Dale S. Rahn