This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via c17cb87cc97f817f9705ef932fe2da6d23a1d01a (commit) via 67776029423f364c6d9fce4f6c0e80a045a46218 (commit) via 4d01db742c28098da9f9bee6c64c03090ebf1321 (commit) from 454868c3d2d978808b845352ea1483d0cea50190 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c17cb87cc97f817f9705ef932fe2da6d23a1d01a Author: Flavio Cruz <flavioc...@gmail.com> Date: Wed Jan 18 02:07:17 2023 +0100 Add static qualifiers stack_statistics, swapin_thread_continue, and memory_object_lock_page are not used outside their module. commit 67776029423f364c6d9fce4f6c0e80a045a46218 Author: Flavio Cruz <flavioc...@gmail.com> Date: Tue Jan 17 00:11:16 2023 -0500 Delete x86 string functions The i386 functions are not used and the more portable versions in kern/strings.c are faster (1-4x faster in synthetic benchmarks compiled with -O2 on my x86_64 box). Message-Id: <y8yt9fviagb78...@jupiter.tail36e24.ts.net> commit 4d01db742c28098da9f9bee6c64c03090ebf1321 Author: Flavio Cruz <flavioc...@gmail.com> Date: Tue Jan 17 00:09:45 2023 -0500 Delete util/putchar.{c,h} and util/puts.c Those functions are unused. Message-Id: <y8ytmejhmnhi9...@jupiter.tail36e24.ts.net> ----------------------------------------------------------------------- Summary of changes: Makefrag.am | 3 --- i386/i386/strings.c | 54 ----------------------------------------------------- kern/thread.c | 2 +- kern/thread_swap.c | 2 +- util/putchar.c | 32 ------------------------------- util/putchar.h | 32 ------------------------------- util/puts.c | 40 --------------------------------------- vm/memory_object.c | 2 +- 8 files changed, 3 insertions(+), 164 deletions(-) delete mode 100644 util/putchar.c delete mode 100644 util/putchar.h delete mode 100644 util/puts.c hooks/post-receive -- GNU Mach