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
*
Add more locale-specific functions to the relevant man pages and Makefile:
issyl0
2012-07-30
6
-14
/
+86
*
Correct BUGS description of static buffer use
emaste
2012-07-27
1
-3
/
+3
*
Document F_DUP2FD_CLOEXEC.
kib
2012-07-27
1
-4
/
+14
*
Start manpage with Dd macro and also remove a trailing whitespace
joel
2012-07-26
1
-2
/
+2
*
Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro.
pluknet
2012-07-26
2
-2
/
+4
*
Add a new man page containing details of new locale-specific functions for
issyl0
2012-07-25
2
-1
/
+182
*
(Incomplete) fixes for symbols visibility issues and style in fcntl.h.
kib
2012-07-21
1
-1
/
+1
*
Document F_DUPFD_CLOEXEC. Also provide some wording changes for
kib
2012-07-19
1
-4
/
+15
*
Return zero from get_addrselectpolicy() when no source-address-selection
emax
2012-07-18
1
-0
/
+2
*
libc: Remove some unused strings from getaddrinfo().
jilles
2012-07-15
1
-13
/
+12
*
Jump to the failed label instead of doing cleanup ourselves.
brueffer
2012-07-15
1
-2
/
+1
*
Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have been
lstewart
2012-07-10
1
-3
/
+3
*
Executing CPUID with EAX set to 1 to actually get feature flags.
davidxu
2012-07-10
1
-1
/
+1
*
Restore the __collate_load_error global that was accidentally removed in the
theraven
2012-07-06
2
-5
/
+6
*
Document the behavior (from 4.4-lite) that tokens returned by telldir() are
brooks
2012-07-05
1
-2
/
+15
*
Prefer sysctl to open/read/close for obtaining random data.
pjd
2012-07-04
1
-5
/
+35
*
The register_printf_render_std() function expects regular string.
pjd
2012-07-04
1
-1
/
+1
*
ctype_l(3): Note that not all these functions are specified by POSIX.1-2008.
jilles
2012-07-01
1
-1
/
+14
*
Optimize the handling of SC_NPROCESSORS_CONF, by using auxv AT_NCPU
kib
2012-06-27
1
-0
/
+4
*
Remove end of line whitespace.
joel
2012-06-26
1
-1
/
+1
*
Add more locale-specific functions to the relevant man pages and
issyl0
2012-06-25
5
-3
/
+46
*
Remove the assert added in r237286
eadler
2012-06-24
1
-2
/
+0
*
Use struct vdso_timehands data to implement fast gettimeofday(2) and
kib
2012-06-22
10
-2
/
+374
*
Add the functions documented in the man pages in commit 237393 to the
issyl0
2012-06-21
1
-2
/
+7
*
Be explicit about the dependency on nsparser.h.
obrien
2012-06-21
1
-1
/
+1
*
Add more locale-specific functions to the relevant man pages:
issyl0
2012-06-21
4
-7
/
+54
*
Don't close an uninitialized descriptor. [1]
eadler
2012-06-20
1
-2
/
+6
*
Further refine the implementation of POSIX_FADV_NOREUSE.
jhb
2012-06-19
1
-5
/
+4
*
libc: Reduce relative relocations in strftime().
jilles
2012-06-17
1
-1
/
+1
*
More style.
kib
2012-06-16
1
-19
/
+14
*
Revert part of the r235740 which changed separate allocation of the
kib
2012-06-16
1
-2
/
+7
*
mandoc fixes.
joel
2012-06-16
1
-14
/
+5
*
Per kib, since __flt_rounds is being added to FreeBSD 10, it
kientzle
2012-06-15
1
-0
/
+3
*
Make sure that fstab fd is not leaked on exec.
kib
2012-06-14
1
-1
/
+11
*
__flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),
kientzle
2012-06-14
1
-1
/
+1
*
Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)
delphij
2012-06-11
1
-8
/
+1
*
Fix a leak when setting the global character locale to "C" from something else.
theraven
2012-06-11
1
-7
/
+13
*
__flt_rounds was omitted from the exported symbols here.
kientzle
2012-06-09
1
-0
/
+1
*
Fix two warnings about self-assignment in libc. These normally only
dim
2012-06-06
2
-2
/
+2
*
1) Although unpublished version of standard
ache
2012-06-05
1
-17
/
+6
*
1) IEEE Std 1003.1-2008, "errno" section, is explicit that
ache
2012-06-04
1
-6
/
+16
*
Remove invalid remark about pipes.
ed
2012-06-02
1
-2
/
+2
*
mdoc: minor Bl improvements.
joel
2012-06-02
1
-1
/
+1
*
Style(9) improvements: remove unnecessary parenthesis, improve order
ghelmer
2012-06-01
1
-50
/
+52
*
Only set _w to 0 when the file stream is not currently reading. Without
eadler
2012-05-30
1
-1
/
+1
*
Clarify the SEEK_HOLE description, it repositions the file pointer.
kib
2012-05-26
1
-4
/
+4
*
Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to the
marcel
2012-05-25
1
-1
/
+4
*
Allow building for the PowerPC EABI by providing a dummy __eabi()
marcel
2012-05-24
3
-1
/
+35
*
Add two new locale-specific man pages:
issyl0
2012-05-23
3
-1
/
+157
*
Update copyright date.
tuexen
2012-05-23
1
-2
/
+3
[next]