[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 00/23] further population of xen/lib/
This is to dissolve / move xen/common/lib.c and xen/common/string.c. One benefit of moving these functions into an archive is that we can drop some of the related __HAVE_ARCH_* #define-s: By living in an archive, the per-arch functions will preempt any loading of the respective functions (objects) from the archive. (Down the road we may want to move the per-arch functions into archives as well, at which point the per-arch archive(s) would need to be specified ahead of the common one(s) to the linker.) 01: lib: move muldiv64() 02: lib: move 64-bit div/mod compiler helpers 03: string: drop redundant declarations 04: lib: move memset() 05: lib: move memcpy() 06: lib: move memmove() 07: lib: move memcmp() 08: lib: move memchr() 09: lib: move memchr_inv() 10: lib: move strlen() 11: lib: move strnlen() 12: lib: move strcmp() 13: lib: move strncmp() 14: lib: move strlcpy() 15: lib: move strlcat() 16: lib: move strchr() 17: lib: move strrchr() 18: lib: move strstr() 19: lib: move strcasecmp() 20: lib: move/rename strnicmp() to strncasecmp() 21: lib: move strspn() 22: lib: move strpbrk() 23: lib: move strsep() Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |