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
*
Fix a typo causing incorrect formatting for negative values in some locales
tjr
2002-10-12
1
-3
/
+5
*
Save errno around calls to free(); at least some code paths clobber it
tjr
2002-10-11
1
-0
/
+3
*
Document the kind of format string strfmon() expects. Sync the Errors
tjr
2002-10-11
1
-5
/
+74
*
Use the new struct lconv members to determine how to format international
tjr
2002-10-11
1
-1
/
+12
*
Non-negative amounts should not have an extra space in front of them
tjr
2002-10-11
1
-6
/
+2
*
"Left precision" and "right precision" are not flags, but separate parts
tjr
2002-10-11
1
-13
/
+15
*
Zap the early-adopter transition aid before we get into serious
peter
2002-10-11
2
-5
/
+1
*
Do not allow empty GIDs for non-NIS entries.
maxim
2002-10-11
1
-0
/
+7
*
Add a UTF-8 encoding method, which will eventually replace the antique
tjr
2002-10-10
10
-9
/
+349
*
Document that write(2) et al can return EROFS for attempts to write the
schweikh
2002-10-10
1
-0
/
+7
*
Fix another spelling mistake.
robert
2002-10-10
1
-1
/
+1
*
Correct a spelling mistake.
robert
2002-10-10
1
-1
/
+1
*
Add cross-references to wide character versions of these functions.
tjr
2002-10-10
3
-3
/
+6
*
Cross-reference between byte and wide-character stdio functions. Remove
tjr
2002-10-10
7
-13
/
+13
*
de-__P()
alfred
2002-10-09
1
-2
/
+1
*
Add brief mention of the extattr_*_link() system call variants.
rwatson
2002-10-09
1
-0
/
+16
*
Add support for the 6 new C99 struct lconv members dealing with formatting
tjr
2002-10-09
4
-4
/
+76
*
Drop almost 3k from /bin/sync by moving errno to a seperate file
peter
2002-10-09
3
-2
/
+31
*
Add note that there is a kernel-imposed limit on the number of threads
archie
2002-10-08
1
-0
/
+7
*
Add MLINKS to kse.2.
archie
2002-10-08
1
-0
/
+2
*
Add a note to the Compatiblity section suggesting that these functions
tjr
2002-10-06
13
-13
/
+162
*
Put giant locks due to make getaddrinfo(), getnameinfo()
ume
2002-10-06
2
-1
/
+41
*
Remove rants/whines about the rune interface being superior to the
tjr
2002-10-06
1
-16
/
+2
*
Remove a completely incorrect statement from the Return Values section.
tjr
2002-10-06
1
-5
/
+6
*
Add restrict type-qualifier to sem_getvalue().
mike
2002-10-04
3
-3
/
+3
*
Correct the regressive part of my last commit to these files:
robert
2002-10-04
2
-7
/
+4
*
Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
tjr
2002-10-04
5
-4
/
+454
*
Add stpcpy(3).
obrien
2002-10-03
4
-2
/
+73
*
Allocate 64K recieve buffer for DNS responses.
ume
2002-10-03
2
-26
/
+50
*
Improve three instances of questionable or confusing grammar.
tjr
2002-10-03
1
-5
/
+8
*
Add an example.
tjr
2002-10-03
1
-1
/
+22
*
Document towlower() and towupper() in separate manual pages instead of
tjr
2002-10-03
3
-24
/
+89
*
Point out that although toupper() and tolower() really accept rune_t's
tjr
2002-10-03
2
-4
/
+28
*
towlower() appeared twice in the synopsis; one of the occurrences should
tjr
2002-10-03
1
-3
/
+3
*
Add an Examples section with an example of how to use the functions.
tjr
2002-10-03
3
-3
/
+54
*
Add missing const qualifier in tfind().
mike
2002-10-03
2
-2
/
+2
*
Add a man page for the KSE system calls.
archie
2002-10-02
2
-1
/
+586
*
Add an example showing how to use wcstok(). Fix ordering of See Also section.
tjr
2002-10-02
1
-2
/
+15
*
Add the 'restrict' type qualifier to the prototypes of `sigaction',
robert
2002-10-02
4
-4
/
+9
*
Add restrict type-qualifier.
mike
2002-10-02
4
-14
/
+15
*
Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NIS
maxim
2002-10-02
1
-2
/
+2
*
Remove the "special processes" section. It has rotted, and the idea
dd
2002-10-02
1
-7
/
+0
*
Don't claim to return the fileid which we unloaded. The kernel
dd
2002-10-01
1
-9
/
+1
*
Add getopt_long(3).
eric
2002-09-29
3
-2
/
+771
*
Remove masking macros for getwc(), putwc(), putwchar() and getwchar().
tjr
2002-09-28
4
-12
/
+4
*
Zap now-unused SHLIB_MINOR
peter
2002-09-28
1
-1
/
+0
*
Back out previous, free the buffer when __vfprintf() fails and don't bother
tjr
2002-09-26
1
-19
/
+13
*
Back out previous and solve the problems a different way: move va_start/
tjr
2002-09-26
1
-20
/
+13
*
Simplify by removing unneeded local variables and explicit null termination.
tjr
2002-09-26
1
-12
/
+8
*
Simplify by removing useless local variables and explicit null termination.
tjr
2002-09-26
1
-9
/
+5
[next]