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
*
Renumber clauses to reduce diffs to other versions
emaste
2013-06-13
28
-28
/
+28
*
Turn libc.so into an ld script rather than a symlink pointing to the
jlh
2013-06-12
2
-0
/
+3
*
Make recv() and send() cancellation points, as required by POSIX.
jilles
2013-06-09
2
-6
/
+10
*
Minor mdoc fixes.
joel
2013-06-09
1
-3
/
+3
*
sigaction(2): Document various non-POSIX functions as async-signal safe.
jilles
2013-06-08
1
-2
/
+15
*
Add new system call - aio_mlock(). The name speaks for itself. It allows
glebius
2013-06-08
3
-0
/
+135
*
Finish pulling in the NetBSD setjmp/longjmp updates on ARM.
andrew
2013-06-07
4
-4
/
+162
*
Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This
andrew
2013-06-07
1
-1
/
+3
*
Switch to 2-clause license and standard text
emaste
2013-06-06
1
-11
/
+11
*
Remove part of the NetBSD longjmp code that was not ready to be merged.
andrew
2013-06-05
1
-2
/
+1
*
Start to merge the updated ARM NetBSD setjump/longjmp functions. To begin
andrew
2013-06-04
2
-75
/
+52
*
mdoc: convert .Fd to .In, which is much nicer.
joel
2013-06-04
3
-7
/
+7
*
Add libiconv based versions of *c16*() and *c32*().
ed
2013-06-03
7
-3
/
+314
*
Switch to 2-clause license
emaste
2013-06-03
1
-6
/
+0
*
dup(2): Clarify return value, in particular of dup2().
jilles
2013-05-31
1
-4
/
+5
*
sigaction(2): *at system calls are async-signal safe.
jilles
2013-05-31
1
-0
/
+14
*
sigaction(2): Extend description of async-signal safe functions:
jilles
2013-05-31
1
-13
/
+108
*
fork(2): Add information about fork() in multi-threaded processes.
jilles
2013-05-31
1
-0
/
+12
*
fork(2): #include <sys/types.h> is not needed.
jilles
2013-05-31
1
-2
/
+1
*
Remove clause 3 and 4 from TNF licenses
emaste
2013-05-29
13
-91
/
+0
*
Remove the advertising clause from the Regents of the University of
emaste
2013-05-28
5
-25
/
+5
*
Renumber clauses to reduce diffs to other versions
emaste
2013-05-28
100
-100
/
+100
*
Remove the advertising clause from the Regents of the University of
emaste
2013-05-28
10
-50
/
+10
*
The getcontext() from the __fillcontextx() call in the
kib
2013-05-28
9
-6
/
+69
*
cap_rights_limit(2): CAP_ACCEPT also permits accept4(2).
jilles
2013-05-27
1
-1
/
+3
*
Make the malloc(3) family of functions weak and make their non-weak
marcel
2013-05-25
1
-0
/
+11
*
sigreturn(2): Remove ancient compatibility warning about 4.2BSD.
jilles
2013-05-25
1
-4
/
+0
*
Make some tiny improvements to iconv_open().
ed
2013-05-25
1
-21
/
+15
*
Only call free() on something we allocated.
ed
2013-05-25
1
-2
/
+2
*
Let iconv build on -HEAD properly.
ed
2013-05-23
3
-0
/
+3
*
Update manpages for r250887.
ed
2013-05-21
3
-9
/
+3
*
Add <uchar.h>.
ed
2013-05-21
9
-52
/
+410
*
Update the setfib man page to reflect recent changes.
julian
2013-05-20
1
-3
/
+6
*
popen(): Add 'e' mode character to set close-on-exec on the new fd.
jilles
2013-05-20
2
-10
/
+27
*
Fix a typo: It should be "strtoll" and not "stroll".
hiren
2013-05-14
1
-3
/
+3
*
Fix several typos
eadler
2013-05-12
1
-1
/
+1
*
Typo.
pluknet
2013-05-12
1
-1
/
+1
*
posix_spawn_file_actions_adddup2(3): Document difference with dup2().
jilles
2013-05-09
1
-2
/
+23
*
posix_spawn_file_actions_addopen(3): Correct error for bad file descriptor.
jilles
2013-05-09
1
-2
/
+2
*
wordexp(): Simplify code by deferring work to sh.
jilles
2013-05-09
1
-13
/
+3
*
POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.
pluknet
2013-05-04
3
-1
/
+11
*
Document that the return type is different from 1003.1-2008.
pluknet
2013-05-04
1
-2
/
+9
*
mdoc: missing comma in .Dd macro.
pluknet
2013-05-04
5
-5
/
+5
*
Add entry for errno ECAPMODE.
pluknet
2013-05-04
1
-0
/
+2
*
Improve compatibility with recent flex from flex.sourceforge.net.
jkim
2013-05-03
1
-3
/
+2
*
Also, add a missing period.
pluknet
2013-05-03
3
-3
/
+3
*
Remove an extra comma.
pluknet
2013-05-03
3
-3
/
+3
*
Remove the STANDARDS section.
pluknet
2013-05-03
1
-4
/
+1
*
accept(2), pipe(2): Fix .Dd.
jilles
2013-05-01
2
-2
/
+2
*
Add pipe2() system call.
jilles
2013-05-01
3
-2
/
+46
[next]