Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] klibc: version 1.0.5 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: strlcpy/strlcat - don't alter destination if size == 0 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix klibc's broken strlcpy/strlcat | kay.sievers@vrfy.org | |
udevinfo segfaults cause klibc's strlcpy writes behind the specified size of the destination string. strlcat truncates the destination string which is also not what you expect from a concatenation function. | |||
2005-04-26 | [PATCH] fix bad typo that prevents the GROUP to be applied | kay.sievers@vrfy.org | |
Thanks to Jim Gifford <maillist@jg555.com> for catching it. | |||
2005-04-26 | [PATCH] fix header paths in udev_libc_wrapper.c | tklauser@access.unizh.ch | |
In udev_libc_wrapper.c the paths to the local header files are wrong. The attached patch fixes this. | |||
2005-04-26 | [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat() | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove Makefile magic for klibc integration | kay.sievers@vrfy.org | |
The new libsysfs and klibc don't need that anymore. Wrap getpwnam(), so we can use the built-in /etc/passwd parser for statically compiled glibc binaries too. |