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
*
Sync with sys/i386/include/endian.h: use the single instruction 'bswap'.
obrien
2004-10-18
2
-0
/
+8
*
Since sendfile(2) works on regular files only,
yar
2004-10-18
1
-1
/
+1
*
Remove setrunelocale()
ache
2004-10-18
1
-23
/
+0
*
Document EMSGSIZE return from recvmsg due to insufficient free files
alfred
2004-10-17
1
-1
/
+10
*
Remove the obsolete <rune.h> interface.
tjr
2004-10-17
11
-846
/
+11
*
Remove support for the obsolete UTF2 encoding.
tjr
2004-10-17
9
-317
/
+3
*
Bump the libc major version number to 6.
tjr
2004-10-17
1
-1
/
+1
*
Document that the length modifier l is ignored for floating point
stefanf
2004-10-16
1
-1
/
+3
*
Explain it is a negative offset that EINVAL may indicate.
yar
2004-10-16
2
-4
/
+4
*
Improve mdoc(7) markup.
yar
2004-10-16
1
-3
/
+9
*
Give details on what will happen if the `offset' argument
yar
2004-10-16
1
-2
/
+6
*
Enable building with LIBC_SCCS defined.
obrien
2004-10-16
10
-13
/
+10
*
Try to bring some sanity to the SCM ID's.
obrien
2004-10-16
44
-71
/
+67
*
Remove extra closing parenthesis added in revision 1.4.
stefanf
2004-10-14
1
-1
/
+1
*
Correctly document the return value of strerror() and strerror_r() and
keramida
2004-10-12
1
-11
/
+10
*
o Backout rev. 1.16, see 1.3 commit log for more info.
maxim
2004-10-09
1
-6
/
+4
*
When send()ing to syslogd return ENOBUFS keep trying until success.
glebius
2004-10-08
1
-8
/
+18
*
Make less wrong for desciptions of signal handling
julian
2004-10-08
1
-41
/
+53
*
Mutually cross-reference sysexits(3) and err(3). Add text to err(3)
jkoshy
2004-10-04
1
-1
/
+6
*
Don't add integers to void pointers.
stefanf
2004-10-03
1
-1
/
+2
*
Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn't
stefanf
2004-10-03
1
-0
/
+1
*
Reflect the fact addr2ascii(3) and ascii2addr(3) need sys/socket.h
maxim
2004-09-29
1
-0
/
+1
*
Remove __isnanl() to avoid conflicting with the same function in libm.
das
2004-09-24
1
-10
/
+0
*
Arbitraly choose the Variant II for arm.
cognet
2004-09-23
1
-1
/
+2
*
Make setjmp()/longjmp() use sigprocmask.
cognet
2004-09-23
1
-9
/
+9
*
Add a dummy set_tp().
cognet
2004-09-23
2
-1
/
+36
*
Always use bx for returning on Xscale.
cognet
2004-09-23
1
-76
/
+76
*
Fix the align-to-32-bits code.
cognet
2004-09-23
1
-2
/
+2
*
Prefer C99's __func__ over GCC's __FUNCTION__.
stefanf
2004-09-22
1
-3
/
+3
*
Fix a condition where the hole would be inserted in the wrong
kuriyama
2004-09-13
1
-4
/
+2
*
I found "portsdb -u" dumps core with recent INDEX file, and this is
kuriyama
2004-09-10
1
-0
/
+2
*
Fix format strings to unbreak with -DDEBUG option.
kuriyama
2004-09-10
4
-19
/
+20
*
Use the recently introduced RES_DFLRETRY parameter instead of a well-hidden
yar
2004-09-09
1
-1
/
+1
*
Fix two problems with REG_ICASE that were introduced with the addition of
tjr
2004-09-05
1
-13
/
+10
*
Unbreak memmove(). Return the dst argument. While here, fix the END
marcel
2004-09-04
1
-7
/
+6
*
Unbreak memcpy(). memcpy() is defined to return the dst argument.
marcel
2004-09-04
1
-6
/
+5
*
Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC,
roam
2004-09-03
1
-0
/
+9
*
Septepber -> September
tjr
2004-09-01
1
-1
/
+1
*
Back out the previous change. glob() still does use strcmp() to order
tjr
2004-09-01
1
-4
/
+4
*
Add cross-reference to ftw(3).
tjr
2004-08-29
1
-0
/
+1
*
Remove the misleading description of the 'key' argument to
roam
2004-08-27
1
-17
/
+1
*
Don't forget to va_end() the va_list we get from va_copy().
des
2004-08-26
2
-0
/
+2
*
Make profiling actually work. The gcc compiler emits a call to the
marcel
2004-08-25
2
-4
/
+79
*
note that it is the caller's responsibility to free any buffer passed
alfred
2004-08-24
1
-0
/
+5
*
Replace the current implementations of ftw() and nftw() with the OpenBSD
tjr
2004-08-24
3
-193
/
+208
*
struct tm.tm_year is listed as 'years since 1900', and is signed. On
peter
2004-08-24
1
-0
/
+3
*
Make sure we allocate at least enough space for the TCB for variant I TLS.
dfr
2004-08-23
1
-0
/
+2
*
Update documentation to match reality: glob() sorts its result according
tjr
2004-08-23
1
-4
/
+4
*
Re-word warning about the UTF2 encoding, taking care to use the word
tjr
2004-08-21
1
-3
/
+3
*
Bump document date for previous.
tjr
2004-08-21
2
-2
/
+2
[next]