- 05 Nov, 2014 2 commits
- 04 Nov, 2014 1 commit
-
-
acidtonic authored
There is an example at the top of the page which contains code that appears to show a user how to create and serialize a message to a file. However the flags to open the file lack the O_CREAT flag which allows creating the file if it doesn't exist. I was troubleshooting a situation where this snippet was used and compiled, but never created a file.
-
- 03 Nov, 2014 1 commit
-
-
Fabrice de Gans-Riberi authored
Upstreaming patch used by Chromium in https://codereview.chromium.org/693773003/
-
- 01 Nov, 2014 1 commit
-
-
Austin Schuh authored
-
- 31 Oct, 2014 1 commit
-
-
Austin Schuh authored
-
- 22 Oct, 2014 1 commit
-
-
Feng Xiao authored
-
- 21 Oct, 2014 3 commits
- 16 Oct, 2014 1 commit
-
-
John Beard authored
Includes files generated by each of: * autogen.sh * configure * make
-
- 11 Oct, 2014 1 commit
-
-
William Orr authored
-
- 09 Oct, 2014 9 commits
- 08 Oct, 2014 2 commits
-
-
Antoni Buszta authored
-
Feng Xiao authored
-
- 06 Oct, 2014 1 commit
-
-
Feng Xiao authored
Fix "warning C4018: '<' : signed/unsigned mismatch"
-
- 03 Oct, 2014 4 commits
- 02 Oct, 2014 3 commits
- 01 Oct, 2014 2 commits
- 23 Sep, 2014 3 commits
-
-
xfxyjwf authored
Add support for solaris atomicops
-
Dinis Rosário authored
-
William Orr authored
-
- 22 Sep, 2014 2 commits
-
-
William Orr authored
-
xfxyjwf authored
Add check for sched_yield in librt
-
- 20 Sep, 2014 2 commits
-
-
William Orr authored
This patch adds support for atomic operations on Solaris, on any platform. It makes use of the atomic functions made available in Solaris' atomic.h header.
-
William Orr authored
In Solaris, sched_yield lives in librt, rather than libc. This patch adds a check which will link in librt if necessary.
-