| Commit message (Expand) | Author | Age | Files | Lines |
| * | Back out the `hiding' of strlcpy and strlcat. Several people | Jacques Vidrine | 2003-05-01 | 1 | -1/+1 |
| * | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | Jacques Vidrine | 2003-04-29 | 1 | -1/+1 |
| * | Do not include <sys/syslimits.h> directly; it is not intended for general | Garrett Wollman | 2002-10-27 | 1 | -1/+2 |
| * | Now, malloc is fixed, remove ENOMEM hardcode | Andrey A. Chernov | 2002-08-12 | 1 | -12/+11 |
| * | Set errno to ENOMEM for strdup too (due to malloc errno bug) | Andrey A. Chernov | 2002-08-07 | 1 | -3/+4 |
| * | Always set errno to ENOMEM after malloc failed (as workaround). | Andrey A. Chernov | 2002-08-07 | 1 | -8/+8 |
| * | Close descriptor, if error happens in loadCat() | Andrey A. Chernov | 2002-08-07 | 1 | -0/+6 |
| * | Try harder to check lang as path component (".", "..", / inside). | Andrey A. Chernov | 2002-08-04 | 1 | -307/+345 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -4/+2 |
| * | Removed duplicate VCS ID tags, as per style(9). | Ruslan Ermilov | 2001-08-13 | 1 | -3/+2 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -0/+2 |
| * | Fix typo | Alexey Zelkin | 2000-09-27 | 1 | -1/+1 |
| * | Prevent buffer overflow if NLSPATH is too long | Andrey A. Chernov | 2000-09-08 | 1 | -1/+7 |
| * | Fully implement NLSPATH processing as described in SUSv2 | Andrey A. Chernov | 2000-09-05 | 1 | -8/+45 |
| * | Oops! don't set errno to ENOMEM explicitly if malloc() failed. | Alexey Zelkin | 2000-09-05 | 1 | -6/+10 |
| * | Finaly cleanup libc/nls code: | Alexey Zelkin | 2000-09-04 | 1 | -196/+163 |
| * | Rewrite using stdio. It cause program speedup since eliminates lots of small | Andrey A. Chernov | 2000-09-03 | 1 | -13/+14 |
| * | Treat empty lang as "C" lang too | Andrey A. Chernov | 2000-09-01 | 1 | -1/+1 |
| * | Set rcsid to correct value | Alexey Zelkin | 2000-09-01 | 1 | -24/+6 |
| * | Remove unused indirect references to cat* functions. | Alexey Zelkin | 2000-09-01 | 1 | -3/+3 |
| * | Fix memory leak introduced by kris in rev 1.22 | Alexey Zelkin | 2000-09-01 | 1 | -0/+2 |
| * | setlocale may return NULL, handle this case too by resetting to "C" | Andrey A. Chernov | 2000-09-01 | 1 | -5/+3 |
| * | Move protection code down to handle NL_CAT_LOCALE case too. | Andrey A. Chernov | 2000-09-01 | 1 | -2/+3 |
| * | Protect from badly formed LANG variable | Andrey A. Chernov | 2000-09-01 | 1 | -1/+2 |
| * | catgets: detect if fd becomes invalid after exec and return default response | Andrey A. Chernov | 2000-08-30 | 1 | -6/+6 |
| * | Prevent internal buffer overflow due to expansion of $LANG and/or name | Kris Kennaway | 2000-08-05 | 1 | -3/+11 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -8/+8 |
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 1 | -8/+9 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Provide meaningful errno value on error return | Andrey A. Chernov | 1998-07-14 | 1 | -5/+17 |
| * | Return -1 for invalid descriptor in catclose | Andrey A. Chernov | 1998-04-30 | 1 | -2/+2 |
| * | If passed catgets descriptor is NULL or -1, return default string immediately | Andrey A. Chernov | 1998-04-30 | 1 | -1/+3 |
| * | Force loadType to 0 | Andrey A. Chernov | 1998-04-30 | 1 | -5/+4 |
| * | Implement NL_CAT_LOCALE | Andrey A. Chernov | 1998-04-30 | 1 | -3/+8 |
| * | Prototypes/typedefs cleanup | Andrey A. Chernov | 1998-04-30 | 1 | -18/+19 |
| * | Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() which | John Birrell | 1998-01-15 | 1 | -2/+6 |
| * | Plug even more failure memory leaks | Andrey A. Chernov | 1997-05-10 | 1 | -6/+32 |
| * | Cleanup | Andrey A. Chernov | 1997-05-10 | 1 | -21/+26 |
| * | Restricting $LANG was a really bad idea | Warner Losh | 1997-03-25 | 1 | -4/+2 |
| * | Don't honor LANG or NLSPATH if we're setuid/setgid. | Warner Losh | 1997-03-24 | 1 | -3/+8 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -3/+3 |
| * | and so on... | Poul-Henning Kamp | 1995-10-22 | 1 | -5/+3 |
| * | Add /usr/local/share/nls to default search path | Andrey A. Chernov | 1995-06-17 | 1 | -2/+2 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -18/+18 |
| * | Add the nls code for XPG3-style message catalogs to libc. | Jordan K. Hubbard | 1995-03-30 | 1 | -0/+396 |