| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r304703, r304755 | ache | 2016-08-26 | 1 | -5/+5 |
* | Move logic to destroy a struct catentry to its own function. | bdrewery | 2016-02-02 | 1 | -9/+17 |
* | When catopen(3) returns an error, it caches the result of that error | bdrewery | 2015-02-10 | 1 | -0/+1 |
* | Fix warning from valgrind when a failed entry is tested. | eadler | 2012-12-17 | 1 | -0/+1 |
* | libc: Use O_CLOEXEC for various internal file descriptors. | jilles | 2012-09-29 | 1 | -1/+1 |
* | - More style(9) fixups | gabor | 2010-02-20 | 1 | -26/+29 |
* | - Deal with some special cases [1] | gabor | 2010-02-09 | 1 | -30/+54 |
* | - Fix some style(9) bugs | gabor | 2010-01-29 | 1 | -17/+16 |
* | - style(9) | gabor | 2010-01-25 | 1 | -25/+25 |
* | Cache failing and opened catalogs in catopen() and related functions. | gabor | 2010-01-25 | 1 | -17/+131 |
* | Bring in NetBSD's improvements and cleanups to NLS subsystem, making | phantom | 2005-02-27 | 1 | -250/+96 |
* | Cleanup prototypes and remove dead code | phantom | 2005-02-01 | 1 | -54/+16 |
* | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | tjr | 2003-10-29 | 1 | -5/+1 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 1 | -1/+1 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 1 | -1/+1 |
* | Do not include <sys/syslimits.h> directly; it is not intended for general | wollman | 2002-10-27 | 1 | -1/+2 |
* | Now, malloc is fixed, remove ENOMEM hardcode | ache | 2002-08-12 | 1 | -12/+11 |
* | Set errno to ENOMEM for strdup too (due to malloc errno bug) | ache | 2002-08-07 | 1 | -3/+4 |
* | Always set errno to ENOMEM after malloc failed (as workaround). | ache | 2002-08-07 | 1 | -8/+8 |
* | Close descriptor, if error happens in loadCat() | ache | 2002-08-07 | 1 | -0/+6 |
* | Try harder to check lang as path component (".", "..", / inside). | ache | 2002-08-04 | 1 | -307/+345 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -4/+2 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -3/+2 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -0/+2 |
* | Fix typo | phantom | 2000-09-27 | 1 | -1/+1 |
* | Prevent buffer overflow if NLSPATH is too long | ache | 2000-09-08 | 1 | -1/+7 |
* | Fully implement NLSPATH processing as described in SUSv2 | ache | 2000-09-05 | 1 | -8/+45 |
* | Oops! don't set errno to ENOMEM explicitly if malloc() failed. | phantom | 2000-09-05 | 1 | -6/+10 |
* | Finaly cleanup libc/nls code: | phantom | 2000-09-04 | 1 | -196/+163 |
* | Rewrite using stdio. It cause program speedup since eliminates lots of small | ache | 2000-09-03 | 1 | -13/+14 |
* | Treat empty lang as "C" lang too | ache | 2000-09-01 | 1 | -1/+1 |
* | Set rcsid to correct value | phantom | 2000-09-01 | 1 | -24/+6 |
* | Remove unused indirect references to cat* functions. | phantom | 2000-09-01 | 1 | -3/+3 |
* | Fix memory leak introduced by kris in rev 1.22 | phantom | 2000-09-01 | 1 | -0/+2 |
* | setlocale may return NULL, handle this case too by resetting to "C" | ache | 2000-09-01 | 1 | -5/+3 |
* | Move protection code down to handle NL_CAT_LOCALE case too. | ache | 2000-09-01 | 1 | -2/+3 |
* | Protect from badly formed LANG variable | ache | 2000-09-01 | 1 | -1/+2 |
* | catgets: detect if fd becomes invalid after exec and return default response | ache | 2000-08-30 | 1 | -6/+6 |
* | Prevent internal buffer overflow due to expansion of $LANG and/or name | kris | 2000-08-05 | 1 | -3/+11 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -8/+8 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 1 | -8/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Provide meaningful errno value on error return | ache | 1998-07-14 | 1 | -5/+17 |
* | Return -1 for invalid descriptor in catclose | ache | 1998-04-30 | 1 | -2/+2 |
* | If passed catgets descriptor is NULL or -1, return default string immediately | ache | 1998-04-30 | 1 | -1/+3 |
* | Force loadType to 0 | ache | 1998-04-30 | 1 | -5/+4 |
* | Implement NL_CAT_LOCALE | ache | 1998-04-30 | 1 | -3/+8 |
* | Prototypes/typedefs cleanup | ache | 1998-04-30 | 1 | -18/+19 |
* | Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() which | jb | 1998-01-15 | 1 | -2/+6 |
* | Plug even more failure memory leaks | ache | 1997-05-10 | 1 | -6/+32 |