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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update with new error return code.
phk
2002-08-09
1
-0
/
+4
*
mdoc(7) police: spelling.
ru
2002-08-09
1
-1
/
+1
*
mdoc(7) police: tidy up the formatting.
ru
2002-08-09
1
-81
/
+115
*
mdoc(7) police: punctuation.
ru
2002-08-09
1
-1
/
+1
*
mdoc(7) police: sort xrefs.
ru
2002-08-09
1
-2
/
+2
*
mdoc(7) police: punctuation.
ru
2002-08-09
1
-1
/
+1
*
mdoc(7) police: whitespace nits.
ru
2002-08-09
1
-2
/
+4
*
mdoc(7) police: laundry.
ru
2002-08-09
1
-22
/
+37
*
mdoc(7) police: laundry.
ru
2002-08-09
1
-9
/
+14
*
Make sure we set errno sensibly in case of failure.
phk
2002-08-09
1
-0
/
+7
*
Introduce a new error return code:
phk
2002-08-09
1
-0
/
+3
*
Add safeguards to never use errno == 0 as setrunelocale() error return code
ache
2002-08-09
3
-7
/
+5
*
Update TE policy and MAC text conversion routines to support partial
rwatson
2002-08-09
2
-10
/
+71
*
X-ref mac.3.
rwatson
2002-08-09
1
-0
/
+1
*
Use '_end' symbol instead of 'end' to initialize minbrk and curbrk
kan
2002-08-08
2
-6
/
+6
*
Rewrite locale loading procedures, so any load failure will not affect
ache
2002-08-08
11
-192
/
+259
*
Implement POSIX.1-2001 (XSI)'s ulimit(3).
mike
2002-08-08
4
-3
/
+172
*
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
*
Reset __mb_cur_max to 1 when "C" or "POSIX" locales loaded after multibyte one
ache
2002-08-07
1
-0
/
+1
*
Fix wrong address when EucInfo > "variable" size
ache
2002-08-07
1
-1
/
+1
*
Correct an inaccuracy in this man page regarding detecting empty fields.
archie
2002-08-07
1
-4
/
+5
*
Document file descriptor reopening and current standardization status.
wollman
2002-08-07
1
-0
/
+19
*
Style fixes in preparation for rewritting
ache
2002-08-07
1
-15
/
+15
*
Style fixes
ache
2002-08-07
1
-9
/
+6
*
Style fixes in preparation of code rewritting
ache
2002-08-07
4
-34
/
+43
*
Close descriptor, if error happens in loadCat()
ache
2002-08-07
1
-0
/
+6
*
Build iswctype.c and manual pages for the functions it defines.
tjr
2002-08-06
1
-3
/
+12
*
o Fix a memory leak.
mike
2002-08-05
1
-11
/
+15
*
Add missing prototypes for extension functions to the SYNOPSIS.
tjr
2002-08-05
1
-0
/
+14
*
Use In macro instead of Fd. Add crossref to wctype(3). Refer to 1003.1-2001
tjr
2002-08-05
1
-4
/
+31
*
Use the In macro instead of Fd. Add crossref to wctrans(3). Refer to
tjr
2002-08-05
1
-3
/
+4
*
Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),
tjr
2002-08-05
1
-0
/
+213
*
Reject encoding > ENCODING_LEN at early stage instead of truncating it.
ache
2002-08-05
1
-19
/
+35
*
Manual pages for wide character classification (isw*) and case conversion
tjr
2002-08-05
2
-0
/
+192
*
Implement POSIX.1-2001 (XSI)'s fmtmsg(3).
mike
2002-08-05
4
-2
/
+473
*
Try harder to check lang as path component (".", "..", / inside).
ache
2002-08-04
1
-307
/
+345
*
Change wctype_t to an unsigned type to avoid warnings.
tjr
2002-08-04
1
-1
/
+1
*
Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.
tjr
2002-08-04
3
-2
/
+196
*
Add btowc(3) to SEE ALSO section.
tjr
2002-08-04
1
-0
/
+1
*
Use errno to indicate failure reason.
ache
2002-08-04
1
-12
/
+18
*
Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment to
bde
2002-08-04
1
-3
/
+3
*
Updated libc/libc_r that fixes the FreeBSD-SA-02:28.resolv resolver bug.
obrien
2002-08-04
5
-9633
/
+7154
*
Rewrite loadlocale() to eliminate LOAD_CATEGORY macro to save space.
ache
2002-08-04
1
-28
/
+27
*
Nonexistent SIZE_MAX -> SIZE_T_MAX
ache
2002-08-04
1
-1
/
+1
*
Signal an error instead of giving the caller less memory than they asked
tjr
2002-08-04
1
-0
/
+7
*
Add ERRORS section according to POSIX (no errors)
ache
2002-08-03
1
-0
/
+2
*
Catch empty encoding name too
ache
2002-08-03
1
-1
/
+1
*
Fix return codes to match what setrunelocale() returns
ache
2002-08-03
1
-5
/
+2
*
Preserve errno in fallback code
ache
2002-08-03
1
-0
/
+3
[next]