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
*
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
*
libc: Use O_CLOEXEC when writing gmon files (cc -pg).
jilles
2013-08-13
1
-2
/
+2
*
vfork(2) was listed as deprecated in 1994 (r1573) and was the false
peter
2013-08-13
1
-19
/
+19
*
db: Use O_CLOEXEC instead of separate fcntl() call.
jilles
2013-08-13
2
-8
/
+3
*
Expose _citrus_bcs_trunc_rws_len for libintl's use.
peter
2013-08-13
1
-0
/
+1
*
The iconv in libc did two things - implement the standard APIs, the GNU
peter
2013-08-13
2
-15
/
+20
*
db/hash: Use O_CLOEXEC instead of separate fcntl() call.
jilles
2013-08-11
1
-2
/
+1
*
Add mkostemp() and mkostemps().
jilles
2013-08-09
4
-21
/
+106
*
According to POSIX \ in the fnmatch(3) pattern should escape
ache
2013-08-08
1
-2
/
+0
*
Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has a
peter
2013-08-08
1
-0
/
+13
*
Revert r253748,253749
avg
2013-07-28
2
-0
/
+2
*
remove needless inclusion of machine/cpu.h in userland
avg
2013-07-28
2
-2
/
+0
*
Remove define and documentation for vm_pageout_algorithm missed in r253587
zont
2013-07-26
1
-4
/
+0
*
Enhance the description of NOTE_TRACK:
jhb
2013-07-25
1
-6
/
+11
*
wordexp(): Fix syntax validation for backslashes in single-quotes.
jilles
2013-07-23
1
-1
/
+2
*
Document EINVAL error return from PT_LWPINFO
emaste
2013-07-22
1
-1
/
+9
*
Teach siglongjmp about the VFP version of the setjmp buffer.
andrew
2013-07-21
1
-3
/
+5
*
[fix to r253380] __setenv: be explicit about placing '=' after name
avg
2013-07-17
1
-2
/
+1
*
libc: name passed into __setenv is not necessarily NUL-terminated
avg
2013-07-16
1
-1
/
+1
[next]