CVS log for src/distrib/sets/lists/debug/md.evbppc
Up to [cvs.NetBSD.org] / src / distrib / sets / lists / debug
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 11 20:41:08 2024 UTC (9 months, 2 weeks ago) by riastradh
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
distrib/sets/lists: Add a blank comment line between RCS id and body.
This serves as a buffer between RCS id changes and other changes to
the set lists, in an attempt to reduce the pain of merge conflicts
around mass set list changes.
No functional change intended.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 30 15:06:54 2022 UTC (2 years, 10 months ago) by rin
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -1
lines
Introduce libc_aligned.so for evbppc-powerpc32, which provides
strictly-aligned versions of memcmp(3), bcopy(3), memcpy(3), and
memmove(3).
This is used for 403 by ld.so.conf with machdep.no_unaligned variable.
With this library, unaligned memory accesses are significantly reduced
for 403 (from several hundreds to few tens per sec under heavy load);
only ld.elf_so (typically few times per fork) and statically-linked
binaries do such access.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Dec 31 16:15:58 2021 UTC (3 years, 3 months ago) by christos
Branches: MAIN
Add kernel debug files.
CVSweb <webmaster@jp.NetBSD.org>