index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
nls
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
libc_r wasn't so tied to libc for 22 months.
ru
2002-11-18
1
-3
/
+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
*
mdoc(7) police: Use the new .In macro for #include statements.
ru
2001-10-01
3
-3
/
+3
*
Removed duplicate VCS ID tags, as per style(9).
ru
2001-08-13
1
-3
/
+2
*
Remove whitespace at EOL.
dd
2001-07-15
3
-17
/
+17
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-1
/
+1
*
Use .Rv macro instead of hardcoded message
phantom
2001-02-12
1
-6
/
+1
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-0
/
+2
*
Prepare for mdoc(7)NG.
ru
2000-12-29
1
-1
/
+0
*
mdoc(7) police: use certified section headers wherever possible.
ru
2000-11-17
1
-1
/
+1
*
Fix typo
phantom
2000-09-27
1
-1
/
+1
*
Prevent buffer overflow if NLSPATH is too long
ache
2000-09-08
1
-1
/
+7
*
Add .El
ache
2000-09-06
1
-0
/
+1
*
Document %-macros and NLSPATH better.
ache
2000-09-05
1
-1
/
+41
*
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
*
* move $FreeBSD$ tag to its usual place (bottom of copyright)
phantom
2000-09-04
3
-10
/
+30
*
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
2
-14
/
+15
*
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
*
protect .h file contents correctly.
phantom
2000-09-01
1
-18
/
+3
*
Remove unused indirect references to cat* functions.
phantom
2000-09-01
5
-83
/
+4
*
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
*
Explicetely describe catalog descriptor lifetime
ache
2000-08-30
1
-0
/
+6
*
Prevent internal buffer overflow due to expansion of $LANG and/or name
kris
2000-08-05
1
-3
/
+11
*
Introduce ".Lb" macro to libc manpages.
phantom
2000-04-21
3
-0
/
+6
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-02
1
-1
/
+2
*
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
*
Add gencat(1) to SEE ALSO section.
phantom
1999-09-22
3
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
9
-9
/
+9
*
Provide meaningful errno value on error return
ache
1998-07-14
1
-5
/
+17
*
Add reference to setlocale(3)
ache
1998-04-30
1
-2
/
+3
*
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
[next]