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
*
MFC r260257:
tuexen
2014-01-07
1
-9
/
+18
*
MFC r259872:
pluknet
2014-01-02
1
-5
/
+1
*
MFC r259922: Fix an apparent typo.
pluknet
2013-12-29
1
-1
/
+1
*
MFC r259042:
kib
2013-12-13
1
-5
/
+10
*
MFC r258043:
trasz
2013-12-03
1
-1
/
+1
*
MFC r258042:
trasz
2013-12-03
1
-4
/
+3
*
MFC r258041:
trasz
2013-12-03
1
-1
/
+6
*
MFC r258537, r258587:
gjb
2013-11-29
16
-282
/
+733
*
MFC r258283 - move iconv* symbols out of libc.so.7 namespace with
peter
2013-11-20
6
-42
/
+201
*
MFC r257874:
pluknet
2013-11-19
1
-2
/
+2
*
MFC r257583, r258012, r258013:
gjb
2013-11-16
2
-20
/
+0
*
MFC r257859:
dim
2013-11-11
1
-1
/
+1
*
Merge r257633:
pjd
2013-11-06
6
-529
/
+427
*
Merge r256537 from head:
glebius
2013-10-29
1
-0
/
+11
*
MFC r256833:
delphij
2013-10-24
1
-0
/
+2
*
accept(2): Update portability note for accept4().
jilles
2013-10-01
1
-3
/
+10
*
Minor mdoc improvements.
joel
2013-09-19
1
-4
/
+4
*
Extend the support for exempting processes from being killed when swap is
jhb
2013-09-19
3
-0
/
+146
*
Remove an unused variable and fix a memory leak in sctp_connectx().
tuexen
2013-09-19
1
-3
/
+4
*
Consistently reference file descriptors as "fd". 55 other manpages
bdrewery
2013-09-12
6
-37
/
+37
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
1
-1
/
+14
*
On ARM EABI double precision floating point values are stored in the
andrew
2013-09-07
3
-3
/
+3
*
wait(2): Add some possible caveats to standards section.
jilles
2013-09-07
1
-4
/
+18
*
libc: Make resolver sockets close-on-exec (SOCK_CLOEXEC).
jilles
2013-09-06
1
-2
/
+3
*
libc: Use SOCK_CLOEXEC for various internal file descriptors.
jilles
2013-09-06
4
-9
/
+12
*
libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).
jilles
2013-09-06
1
-27
/
+28
*
Fix the namespace pollution caused by iconv.h including stdbool.h
theraven
2013-09-06
1
-0
/
+1
*
Update some signal man pages for multithreading.
jilles
2013-09-06
4
-25
/
+41
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
5
-4
/
+35
*
Document SIGLIBRT in signal(3); take a stab at the signal description as
rwatson
2013-09-03
1
-0
/
+1
*
system(): Restore behaviour for SIGINT and SIGQUIT.
jilles
2013-09-01
1
-0
/
+2
*
libc: Always use our own copy of sys_errlist and sys_nerr (.so only).
jilles
2013-08-31
4
-4
/
+56
*
Xref capsicum(4) and procdesc(4) from pdfork(2).
rwatson
2013-08-28
1
-4
/
+18
*
wordexp(): Avoid leaking the pipe file descriptors to a parallel fork/exec.
jilles
2013-08-27
1
-4
/
+4
*
libc: Access some unexported variables more efficiently (related to stdio).
jilles
2013-08-23
1
-2
/
+2
*
libc: Make various internal file descriptors from fopen() close-on-exec.
jilles
2013-08-23
13
-21
/
+21
*
Remove EOL whitespace.
joel
2013-08-22
1
-1
/
+1
*
Expand the use of stat(2) flags to allow storing some Windows/DOS
ken
2013-08-21
2
-14
/
+72
*
Implement fdclosedir(3) function, which is equivalent to the closedir(3)
pjd
2013-08-18
3
-3
/
+24
*
Remove redundant space.
pjd
2013-08-18
1
-1
/
+1
*
dup3(3): Replace copyright notice.
jilles
2013-08-18
1
-8
/
+4
*
Consistently use 'af' as an argument name for address family.
pjd
2013-08-18
1
-2
/
+2
*
Make example more correct (errstr is a pointer, not boolean).
pjd
2013-08-18
1
-1
/
+1
*
libc: Access _logname_valid more efficiently.
jilles
2013-08-17
3
-14
/
+2
*
Correct function name and return value.
pjd
2013-08-17
1
-2
/
+2
*
Add new mmap(2) flags to permit applications to request specific virtual
jhb
2013-08-16
1
-3
/
+50
*
pselect(2): Add xref to sigsuspend(2).
jilles
2013-08-16
1
-2
/
+3
*
Add man page dup3(3).
jilles
2013-08-16
3
-1
/
+123
*
Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.
jilles
2013-08-16
3
-0
/
+61
*
sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.
jilles
2013-08-15
1
-1
/
+5
[next]