Module Name: src Committed By: skrll Date: Tue May 5 06:20:55 UTC 2020
Modified Files: src/lib/libc/arch/hppa/gen: __setjmp14.S _setjmp.S swapcontext.S src/lib/libc/arch/hppa/string: bcmp.S bzero.S ffs.S strlcpy.S src/lib/libc/arch/hppa/sys: __clone.S __sigtramp2.S __vfork14.S brk.S cerror.S fork.S getcontext.S pipe.S sbrk.S src/lib/libc/compat/arch/hppa/sys: compat_Ovfork.S Log Message: Add a space before any non-nullified instruction. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/hppa/gen/__setjmp14.S cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/hppa/gen/_setjmp.S cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/hppa/gen/swapcontext.S cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/hppa/string/bcmp.S cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/hppa/string/bzero.S cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/hppa/string/ffs.S \ src/lib/libc/arch/hppa/string/strlcpy.S cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/hppa/sys/__clone.S \ src/lib/libc/arch/hppa/sys/sbrk.S cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/hppa/sys/__sigtramp2.S \ src/lib/libc/arch/hppa/sys/cerror.S \ src/lib/libc/arch/hppa/sys/getcontext.S cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/hppa/sys/__vfork14.S \ src/lib/libc/arch/hppa/sys/brk.S cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/hppa/sys/fork.S cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/hppa/sys/pipe.S cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/arch/hppa/sys/compat_Ovfork.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.