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
/
include
/
namespace.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add implementations of sendmmsg(3) and recvmmsg(3) functions which
kib
2016-01-29
1
-0
/
+2
*
Implement the waitid() SUSv4 function using wait6() system call.
kib
2012-11-13
1
-0
/
+1
*
Introduce a non-portable function pthread_getthreadid_np(3) to retrieve
jkim
2011-02-07
1
-0
/
+1
*
Revert revision 214007, I realized that MySQL wants to resolve
davidxu
2010-10-20
1
-2
/
+0
*
Unbreak buildworld by including pthread_rwlockattr_setkind_np and
davidxu
2010-10-18
1
-0
/
+2
*
Make openat(2) a cancellation point.
jilles
2009-10-11
1
-0
/
+1
*
Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,
davidxu
2008-06-09
1
-2
/
+0
*
Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.
davidxu
2008-04-02
1
-0
/
+2
*
Compile libthr with warnings.
ru
2008-03-25
1
-0
/
+3
*
Add pthread_mutex_isowned_np() so there is no need for an additional
des
2008-02-06
1
-0
/
+1
*
Add semaphore functions, and remove some dupes from the #if 0 section.
des
2006-03-28
1
-2
/
+10
*
Add a bunch of missing pthread functions, and move out-of-order functions.
des
2006-03-28
1
-6
/
+64
*
Add some more pthread stubs so that librt can use them.
deischen
2006-03-05
1
-0
/
+29
*
Add namespace #defines for usleep.
deischen
2005-08-03
1
-0
/
+1
*
Back out the `hiding' of strlcpy and strlcat. Several people
nectar
2003-05-01
1
-2
/
+0
*
`Hide' strlcpy and strlcat (using the namespace.h / __weak_reference
nectar
2003-04-29
1
-0
/
+2
*
= Implement name service switch modules (NSS modules). NSS modules
nectar
2003-04-17
1
-0
/
+1
*
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
nectar
2003-02-16
1
-1
/
+1
*
Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.
tjr
2003-01-07
1
-1
/
+1
*
Use a jump table (a la Solaris) for pthread routines with default
deischen
2002-11-13
1
-6
/
+11
*
* Add stubs for pthread_cond_broadcast.
dfr
2002-11-01
1
-0
/
+1
*
Do not use __progname directly (except in [gs]etprogname(3)).
markm
2002-03-29
1
-0
/
+1
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-1
/
+0
*
Fixed namespace pollution related to `err' in libc in the same way as for
bde
2001-11-11
1
-0
/
+1
*
signanosleep(2) hasn't existed since 1998.
ru
2001-10-19
1
-1
/
+0
*
Fixed namespace pollution related to `warn' in libc (but not in other
bde
2001-08-29
1
-0
/
+10
*
Add entries for the posix1e functions that will be overridden in libc_r.
tmm
2001-04-04
1
-0
/
+6
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-5
/
+11
*
libc MT-safety, part 2.
deischen
2001-02-11
1
-1
/
+1
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-0
/
+134