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
*
Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Be
wes
2001-12-07
2
-6
/
+32
*
Remove blank line.
fenner
2001-12-07
1
-1
/
+0
*
New, improved, more Posix-compliant strerror_r implementation,
wes
2001-12-06
2
-72
/
+78
*
Clarify ' ' space issue
ache
2001-12-05
2
-2
/
+3
*
mdoc(7) police: markup the previous delta.
ru
2001-12-04
1
-1
/
+3
*
Correct some egregious style bugs.
des
2001-12-04
1
-13
/
+21
*
Add a missing error check. This fixes a bug that would cause pwd_mkdb to
des
2001-12-04
1
-1
/
+2
*
Fix typos getpeerid -> getpeereid.
tobez
2001-12-02
1
-2
/
+2
*
Use the merged strtod.c everywhere. This has been tested on alpha and
peter
2001-12-02
1
-10
/
+1
*
Remove specific reference to ASCII space (' '), it is true for localized
ache
2001-12-02
1
-1
/
+1
*
Make it works for non ASCII compatible encodings too.
ache
2001-12-02
6
-42
/
+42
*
Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).
jkoshy
2001-12-01
2
-0
/
+12
*
o Stop abusing MD headers with non-MD types.
mike
2001-12-01
2
-9
/
+14
*
Merge NetBSD's changes from netbsd_strtod.c in preparation of
phantom
2001-11-30
1
-47
/
+54
*
Implement several of the c99 updates to printf(3):
fenner
2001-11-30
2
-211
/
+458
*
Clarify isblank range
ache
2001-11-30
1
-0
/
+14
*
Clarify valid isspace() range
ache
2001-11-30
1
-8
/
+10
*
Clarify that is[x]digit() class is the same in any locale
ache
2001-11-29
2
-17
/
+18
*
Duh. Back out most of my previous commit. It was mostly covered in the
cjc
2001-11-29
1
-9
/
+1
*
Bump p1003.1-90 to p1003.1-96.
green
2001-11-29
1
-1
/
+1
*
rename() can't guarantee "to" always exists if it didn't exist in the first
gshapiro
2001-11-29
1
-1
/
+3
*
Back out national digits support, POSIX explicetely disallows it:
ache
2001-11-29
8
-83
/
+85
*
After the long explanaition of how the inet_* functions interpret
cjc
2001-11-29
1
-0
/
+8
*
Do not write warning messages on stderr - a caller is expected to check
tobez
2001-11-28
2
-10
/
+8
*
Don't ever assume that isdigit() is always subset of isxdigit()
ache
2001-11-28
7
-7
/
+7
*
Fix typo
ache
2001-11-28
1
-1
/
+1
*
Use stricter tests to disallow national digits > 9
ache
2001-11-28
1
-14
/
+14
*
Allow national (non-ASCII) digits
ache
2001-11-28
1
-55
/
+53
*
Allow national (non-ASCII) digits
ache
2001-11-28
1
-23
/
+23
*
Implement strtoimax() and strtoumax()
fenner
2001-11-28
5
-42
/
+337
*
Also mention "long long" in synopsis.
fenner
2001-11-28
1
-1
/
+1
*
Return a more meaningful errno when the length of the interpreter
jwd
2001-11-28
1
-0
/
+3
*
Base 36 is allowed.
fenner
2001-11-28
4
-4
/
+4
*
Put back base > 35 check. If someone dislike it, plese discuss it with
ache
2001-11-28
4
-4
/
+4
*
Add atoll(3) to conform POSIX and C99
ache
2001-11-28
3
-2
/
+69
*
Understand national (non-ASCII) digits now
ache
2001-11-28
6
-56
/
+42
*
Use 'mov' instead of 'lea' for setting the syscall number in %eax as that
jhb
2001-11-27
13
-21
/
+21
*
Must link strerror manpage to strerror_r.
wes
2001-11-27
1
-0
/
+1
*
Add strerror_r function per Posix prototype.
wes
2001-11-27
2
-23
/
+107
*
Be more explicit about the fact that realloc() might return a
keramida
2001-11-24
1
-0
/
+4
*
mdoc(7) police: markup cleanup.
ru
2001-11-22
1
-15
/
+26
*
mdoc(7) police: add missing comma.
ru
2001-11-22
1
-1
/
+1
*
fix compilation (include -> #include)
fjoe
2001-11-21
1
-1
/
+1
*
mdoc(7) police: fixed typos and minor markup nits.
ru
2001-11-21
4
-17
/
+21
*
mdoc(7) police: general cleanup.
ru
2001-11-21
1
-40
/
+55
*
Should also include namespace.h
green
2001-11-21
1
-1
/
+3
*
Change certain syscalls from x to _x.
green
2001-11-21
1
-7
/
+7
*
Introduce readpassphrase(3), a superset of getpass(3). This
green
2001-11-20
5
-101
/
+256
*
mdoc(7) police: minor markup and spelling fixes.
ru
2001-11-20
1
-4
/
+7
*
mdoc(7) police: sort xrefs.
ru
2001-11-20
1
-2
/
+2
[next]