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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set h_errno when an error is encountered.
nectar
2000-09-10
1
-2
/
+9
*
Add code to devname(3) so it can find the names of devices which
phk
2000-09-09
2
-12
/
+28
*
Prevent buffer overflow if NLSPATH is too long
ache
2000-09-08
1
-1
/
+7
*
Disallow '/' characters in LC_* environment variables which might
kris
2000-09-08
1
-1
/
+1
*
Fix getipnodebyname(3) bug.
nectar
2000-09-07
1
-3
/
+4
*
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
nectar
2000-09-06
32
-1909
/
+4010
*
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
*
Remove the SIGSYS handler and wrapper around the __getcwd() syscall.
peter
2000-09-05
1
-39
/
+10
*
Yank out the NOPOLL conditionals. libc_r no longer needs it, and this
peter
2000-09-04
1
-106
/
+28
*
Use .St -susv2 rather than "The Single UNIX Specification".
imp
2000-09-04
1
-2
/
+2
*
* 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
*
Don't print an error message if the bad option is '?'. This has been
imp
2000-09-04
1
-1
/
+1
*
The comparison against 0 should be against LC_ALL. category isn't a
imp
2000-09-04
1
-1
/
+1
*
Soften the statement about select's timeout argument. This part of
imp
2000-09-04
1
-4
/
+2
*
Rewrite using stdio. It cause program speedup since eliminates lots of small
ache
2000-09-03
2
-14
/
+15
*
Add:
ache
2000-09-03
1
-0
/
+3
*
setproctitle() requires unistd.h and not libutil.h/-lutil
brian
2000-09-02
1
-3
/
+1
*
Move setproctitle() from libutil to libc (after a repo-copy)
brian
2000-09-02
1
-3
/
+3
*
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
*
Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.
des
2000-08-31
5
-2
/
+364
*
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
*
strtok() -> strsep() (no strtok() in libraries allowed)
ache
2000-08-29
2
-16
/
+26
*
According to the susv2 man pages I have, remove(3) should act as
dwmalone
2000-08-28
2
-7
/
+26
*
The API change mentioned in the previous revision has been backed out, so
jhb
2000-08-22
1
-5
/
+0
*
Remove duplicate FreeBSD id tags.
jhb
2000-08-21
3
-3
/
+0
*
Fix style bugs (including ones introduced from OpenBSD).
green
2000-08-16
2
-58
/
+32
*
Don't retry connecting via the same medium.
ume
2000-08-10
1
-16
/
+8
*
mention getipnodeby* and get{addr,name}info are not thread-safe. (sync with ...
itojun
2000-08-09
6
-21
/
+110
*
If using a DB_RECNO, db::put should return the new key if R_IAFTER is
green
2000-08-08
1
-1
/
+9
*
Document return value of ENOENT for nonexistent/invalid filter entries.
jlemon
2000-08-07
1
-0
/
+2
*
Fix description of argv[0] passed to interpreted scripts; it's the name of
ben
2000-08-05
1
-3
/
+3
*
Prevent internal buffer overflow due to expansion of $LANG and/or name
kris
2000-08-05
1
-3
/
+11
*
Calculate the string length of a u_long at compile-time, instead of using a
kris
2000-08-04
1
-5
/
+17
*
Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation.
kris
2000-08-04
1
-1
/
+3
*
Correct string length bounds checking.
kris
2000-08-04
1
-3
/
+5
*
Prevent TMPDIR overflow.
kris
2000-08-04
1
-1
/
+5
*
Don't overflow the internal buffer in clnt_sperror()
kris
2000-08-04
1
-1
/
+1
*
sprintf -> snprintf paranoia
kris
2000-08-04
1
-3
/
+3
[next]