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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a compilation error with some compilers: __attribute__
harti
2012-05-22
1
-6
/
+4
*
Hide DIR definition by making it an opaque struct typedef.
gleb
2012-05-19
1
-18
/
+3
*
Don't use ino_t in dumprestore protocol definition.
gleb
2012-05-18
1
-1
/
+10
*
Import work done under project/nand (@235533) into head.
gber
2012-05-17
1
-3
/
+17
*
Fix <stdatomic.h> after clang decided to rename all of its builtins to include
theraven
2012-05-03
1
-13
/
+16
*
Add a convenience macro for the returns_twice attribute, and apply it to
dim
2012-04-29
2
-4
/
+4
*
Fix a bug caused by some misplaced brackets.
theraven
2012-04-22
1
-2
/
+2
*
Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,
jasone
2012-04-17
2
-4
/
+30
*
Correctly expose xlocale functions if people include the headers in the wrong
theraven
2012-03-28
9
-5
/
+17
*
Expose some C11 stuff that is also C++11 stuff in C++11 mode.
theraven
2012-03-14
1
-1
/
+1
*
And remove the duplicate inlines...
theraven
2012-03-13
1
-2
/
+2
*
Fix the other missing prototypes.
theraven
2012-03-13
1
-0
/
+5
*
Add missing prototypes.
theraven
2012-03-13
1
-0
/
+5
*
More xlocale cleanups.
theraven
2012-03-13
1
-26
/
+26
*
Remove fifo.h. The only used function declaration from the header is
kib
2012-03-11
1
-1
/
+1
*
After r232498, programs built with -ansi or -std=c89 including <ctype.h>
dim
2012-03-06
2
-3
/
+3
*
Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build
theraven
2012-03-04
22
-414
/
+834
*
Revert r231673 and r231682 for now, until we can run a full make
dim
2012-02-14
21
-678
/
+269
*
Fix a misplaced __NO_TLS locations, and change a GNUism to a C11ism for
theraven
2012-02-14
1
-1
/
+1
*
Change some headers such that lang/gcc* ports no longer patch them.
tijl
2012-02-14
1
-3
/
+3
*
Cleanup of xlocale:
theraven
2012-02-14
21
-269
/
+678
*
Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor
dim
2012-02-07
2
-2
/
+2
*
Only use the static assertion when __generic is available.
ed
2012-01-17
1
-0
/
+3
*
Fix clang atomic to use for atomic_is_lock_free().
theraven
2012-01-17
1
-1
/
+1
*
Use the signal fence builtin in stdatomic.h when using the clang atomic
theraven
2012-01-16
1
-4
/
+1
*
xlocale.h: consistently use __va_list
avg
2012-01-15
1
-2
/
+2
*
Correct mistake in atomic_flag macros.
ed
2012-01-13
1
-3
/
+2
*
Add aligned_alloc(3).
ed
2012-01-09
1
-0
/
+1
*
Fix spelling of C11 and sort functions by name.
ed
2012-01-08
1
-2
/
+2
*
Spelling fixes for include/
uqs
2012-01-07
7
-12
/
+12
*
Implement fdlopen(3), an rtld interface to load shared object by file
kib
2012-01-07
1
-0
/
+1
*
Last attempt at <tgmath.h>: do enable the new code for C11 compilers.
ed
2012-01-06
1
-11
/
+17
*
Add an even faster implementation of <tgmath.h> for the future.
ed
2012-01-06
1
-0
/
+20
*
Remove redundant inclusion of <sys/cdefs.h>.
ed
2012-01-05
1
-2
/
+0
*
Remove _Complex_I workaround from <tgmath.h>.
ed
2012-01-05
1
-9
/
+4
*
Make _Complex_I a proper float _Complex when using GCC 4.2.
ed
2012-01-05
1
-1
/
+5
*
Reimplement <tgmath.h> on top of __generic().
ed
2012-01-05
1
-45
/
+66
*
Simply disallow <stdnoreturn.h> to be used in combination with C++.
ed
2012-01-03
1
-2
/
+4
*
Remove extraneous semicolons.
ed
2012-01-02
1
-2
/
+2
*
Extend <stdatomic.h> to support GCC 4.7's __atomic.
ed
2011-12-30
1
-7
/
+41
*
Don't define static_assert for C++.
ed
2011-12-29
1
-1
/
+10
*
In POSIX.1-2008:
delphij
2011-12-28
1
-1
/
+1
*
Fix some bugs in <stdatomic.h>.
ed
2011-12-26
1
-9
/
+12
*
As per C11, add static_assert() to <assert.h>.
ed
2011-12-26
1
-0
/
+6
*
Improve C11 bits in <stdlib.h>:
ed
2011-12-26
1
-5
/
+5
*
Make white space in this file a bit more consistent.
ed
2011-12-25
1
-14
/
+14
*
Fix field name.
ed
2011-12-25
1
-1
/
+1
*
Add <stdalign.h> and <stdnoreturn.h>.
ed
2011-12-25
3
-2
/
+85
*
Remove unneeded guard.
ed
2011-12-25
1
-5
/
+0
*
Restore __is_threaded in C++ mode. Some Google stuff needs it apparently.
theraven
2011-12-25
1
-1
/
+3
[next]