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
...
|
*
Make the malloc(3) family of functions weak and make their non-weak
marcel
2013-05-25
1
-0
/
+12
|
*
Add C11 macros CMPLX(), CMPLXF() and CMPLXL().
ed
2013-05-25
1
-0
/
+12
|
*
Fix <uchar.h> in for C++11.
ed
2013-05-25
1
-3
/
+10
|
*
Add proper prerequisites for even two more headers.
ed
2013-05-21
1
-1
/
+3
|
*
Allow certain headers to be included more easily.
ed
2013-05-21
3
-9
/
+13
|
*
Add <uchar.h>.
ed
2013-05-21
5
-4
/
+108
|
*
Add pipe2() system call.
jilles
2013-05-01
1
-0
/
+1
|
*
Enable improved <tgmath.h> for Clang even when not using C11.
ed
2013-04-27
1
-1
/
+2
|
*
- sl_find does not modify 'name'
eadler
2013-04-23
1
-1
/
+1
|
*
- Correct mispellings of the word necessary
gabor
2013-04-17
1
-1
/
+1
*
|
Add stage-install.sh so we can do away with the need to have
sjg
2013-04-19
1
-8
/
+0
*
|
sync from head
sjg
2013-04-12
4
-1
/
+8
|
\
\
|
|
/
|
*
Add static/const keywords to the arrays.
ed
2013-04-09
1
-1
/
+3
|
*
Add an implementation of open_memstream() and open_wmemstream(). These
jhb
2013-02-27
2
-0
/
+2
|
*
FreeBSD uses #if __BSD_VISIBLE to hide non-standard functions, fix this.
zeising
2013-02-14
1
-1
/
+1
|
*
Add strchrnul(), a GNU function similar to strchr(), except that it returns
zeising
2013-02-13
1
-0
/
+3
*
|
Cleanup
sjg
2013-02-17
1
-2
/
+1
*
|
Avoid problems with read-only osreldate.h
sjg
2013-02-16
1
-0
/
+1
*
|
ftpd needs telnet.h so install it regardless
sjg
2013-02-16
1
-2
/
+1
*
|
Updated dependencies
sjg
2013-02-16
7
-14
/
+0
*
|
Sync with HEAD.
obrien
2013-02-08
7
-98
/
+35
|
\
\
|
|
/
|
*
Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headers
jhb
2013-02-05
1
-4
/
+21
|
*
Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along
gahr
2013-01-30
1
-0
/
+1
|
*
MK_* variable should be compared to "no" not "NO".
brooks
2013-01-25
1
-1
/
+1
|
*
Don't install telnet.h if it will be installed by libtelnet.
brooks
2013-01-24
1
-1
/
+6
|
*
Add CLOCK_PROCESS_CPUTIME_ID to <time.h>, to synchronize the CLOCK_*
dim
2013-01-14
1
-0
/
+1
|
*
Replace our implementation of the vis(3) and unvis(3) APIs with
brooks
2012-12-18
2
-92
/
+4
|
*
Add change missed in 243245.
trasz
2012-11-18
1
-0
/
+1
|
*
Use defined() to test macro definitions.
demon
2012-11-14
1
-1
/
+1
|
|
|
\
|
\
|
\
|
\
|
\
|
\
|
\
*
-
-
-
-
-
-
-
.
\
Sync from head
sjg
2012-11-04
15
-94
/
+89
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Replace our version of the pwcache(3) API with NetBSD's implementation.
brooks
2012-10-19
2
-0
/
+8
|
*
|
|
|
|
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
attilio
2012-10-18
1
-3
/
+2
|
*
|
|
|
|
Include a piece that was left out during r241629.
attilio
2012-10-17
1
-1
/
+1
|
*
|
|
|
|
Disconnect non-MPSAFE NTFS from the build in preparation for dropping
attilio
2012-10-17
1
-1
/
+1
|
*
|
|
|
|
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
attilio
2012-10-17
1
-6
/
+1
|
*
|
|
|
|
Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping
attilio
2012-10-16
1
-1
/
+1
|
*
|
|
|
|
rpc: convert all uid and gid variables to u_int.
pfg
2012-10-04
2
-7
/
+7
|
*
|
|
|
|
RPC: Convert all uid and gid variables of the type uid_t and gid_t.
pfg
2012-10-02
2
-8
/
+7
|
*
|
|
|
|
- Simplify the implementation of atomic_compare_exchange_strong_explicit.
tijl
2012-09-30
1
-26
/
+13
|
*
|
|
|
|
Complete revert of r239963:
pfg
2012-09-27
2
-7
/
+8
|
*
|
|
|
|
- Make C11 atomic macros usable in expressions:
tijl
2012-09-26
1
-25
/
+33
|
*
|
|
|
|
Integrate nvmecontrol(8) into the amd64 and i386 builds.
jimharris
2012-09-17
1
-2
/
+2
|
*
|
|
|
|
o Create directory sys/netpfil, where all packet filters should
glebius
2012-09-14
1
-8
/
+0
|
*
|
|
|
|
POSIX requires sigevent to be visible after mqueue.h is included.
davidxu
2012-09-10
1
-1
/
+1
|
*
|
|
|
|
Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME.
davidxu
2012-09-10
1
-0
/
+1
|
*
|
|
|
|
Add missing prototype for clock_getcpuclockid.
davidxu
2012-09-10
1
-0
/
+11
|
*
|
|
|
|
Revert r240060: (Partial)
pfg
2012-09-02
16
-127
/
+1
|
*
|
|
|
|
Fix RPC headers for C++
pfg
2012-09-02
16
-11
/
+137
|
*
|
|
|
|
Bring some changes from Bull's NFSv4 libtirpc implementation.
pfg
2012-09-01
2
-8
/
+7
|
*
|
|
|
|
Properly enable Clang-style atomics when available.
ed
2012-08-31
1
-1
/
+1
[prev]
[next]