Module Name: src Committed By: joerg Date: Thu Dec 16 22:52:32 UTC 2010
Modified Files: src/lib/libc/gen: errlist.awk src/libexec/ld.elf_so: Makefile xprintf.c Log Message: Replace use of errlist with a single concatenated version and an offset array. This requires less storage and avoids one runtime relocation per errno value. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/gen/errlist.awk cvs rdiff -u -r1.100 -r1.101 src/libexec/ld.elf_so/Makefile cvs rdiff -u -r1.20 -r1.21 src/libexec/ld.elf_so/xprintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.