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
*
Correct and clarify comment for __SMBF.
bdrewery
2015-02-11
1
-1
/
+1
*
Sort the entries by build knob, then MACHINE_ARCH like other areas of the tree
ngie
2015-02-04
1
-13
/
+12
*
Clean up more usb related files when MK_USB == no when dealing with
ngie
2015-02-04
1
-1
/
+5
*
Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX.
jilles
2015-01-31
1
-0
/
+2
*
Make install cuse headers if MK_CUSE != no
ngie
2015-01-25
1
-1
/
+4
*
Deorbit the IEEE-488/GPIB support.
phk
2014-12-25
1
-5
/
+1
*
Fix the build by installing acpi_hpet.h correctly.
rpaulo
2014-10-24
1
-1
/
+1
*
The current POSIX semaphore implementation stores the _has_waiters flag
jhb
2014-10-24
1
-1
/
+2
*
HPET: create /dev/hpetN as a way to access HPET from userland.
rpaulo
2014-10-24
1
-1
/
+3
*
Fix build with rpcgen using a recent (tested with gcc 4.9.1) GNU cpp
bapt
2014-10-09
1
-8
/
+3
*
Add explicit_bzero(3) and its kernel counterpart.
delphij
2014-10-07
1
-0
/
+3
*
unistd: drop argument names from setpgrp(3) prototype.
pfg
2014-09-19
1
-1
/
+1
*
unistd: move setpgrp(2) to the __BSD_VISIBLE section
pfg
2014-09-18
1
-1
/
+1
*
Roll back r271012 even more aggressively.
ed
2014-09-05
1
-1
/
+1
*
Leave the C11 keywords alone when we have a recent version of GCC.
ed
2014-09-03
1
-1
/
+1
*
Add bsearch_b to the libc map and the stdlib header.
pfg
2014-09-01
1
-7
/
+7
*
Add lock annotations to the header files of our threading libraries.
ed
2014-09-01
1
-27
/
+49
*
Add guards to ptrdiff_t definition in include/stddef.h
kan
2014-08-21
1
-0
/
+3
*
Update our stub resolver to final version of libbind.
ume
2014-08-12
5
-54
/
+159
*
Add re-entrant versions of the hash functions based on the GNU api.
pfg
2014-07-21
1
-2
/
+18
*
Revert r268826:
pfg
2014-07-18
1
-5
/
+3
*
Minor sorting to match the NetBSD header
pfg
2014-07-18
1
-3
/
+5
*
Fix some edge cases with rewinddir():
jhb
2014-07-11
1
-0
/
+1
*
Don't install GSS-API headers when the GSSAPI option has been disabled.
tijl
2014-06-13
1
-2
/
+7
*
Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.
pfg
2014-05-30
4
-3
/
+53
*
Initial import of character device in userspace support for FreeBSD.
hselasky
2014-05-23
1
-0
/
+1
*
include: Don't expose L_cuserid in strict C standard compliance mode.
jilles
2014-05-11
1
-1
/
+1
*
include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLE
jilles
2014-05-11
9
-19
/
+19
*
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
2
-2
/
+2
*
langinfo.h: Hide YESSTR and NOSTR in strict POSIX mode.
jilles
2014-04-19
1
-1
/
+1
*
Add support for some block functions that come from OS X. These are
theraven
2014-04-02
2
-0
/
+18
*
Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4
tijl
2014-04-01
4
-4
/
+4
*
Remove AppleTalk support.
glebius
2014-03-14
1
-1
/
+1
*
Remove IPX support.
glebius
2014-03-14
1
-8
/
+1
*
Update jemalloc to version 3.5.0.
jasone
2014-01-23
1
-0
/
+18
*
Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if the
nwhitehorn
2014-01-20
1
-0
/
+1
*
Replace Sun RPC license with a 3-clause BSD license. This license change
hrs
2013-12-09
16
-423
/
+454
*
Install teken.h for userland.
ray
2013-12-05
1
-0
/
+3
*
Replace Sun Industry Standards Source License for Sun RPC code with a
hrs
2013-11-25
1
-45
/
+24
*
Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,
hrs
2013-11-25
23
-596
/
+572
*
Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQ
hrs
2013-11-25
1
-0
/
+2
*
Attempt to move the POSIX iconv* symbols out of runtime linker space.
peter
2013-11-17
1
-6
/
+1
*
Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm than
peter
2013-11-03
2
-28
/
+1
*
Install include files for netpfil/pf when requested by the Makefile
sbruno
2013-11-01
1
-0
/
+5
*
Move new pf includes to the pf directory. The pfvar.h remain
glebius
2013-10-27
1
-0
/
+7
*
Add a dummy statement to the beginning of the pthread_cleanup_pop() macro
tijl
2013-10-22
1
-0
/
+1
*
Set proper permissions on the generated osreldate.h file; a file readable
ian
2013-09-30
1
-0
/
+1
*
Remove BIND.
des
2013-09-30
1
-5
/
+0
*
Allow the path to the system source directory to be passed in to
ian
2013-09-28
1
-2
/
+4
*
Prevent the set -e from mk-osreldate.sh from propagating into newvers.sh.
nwhitehorn
2013-09-28
1
-1
/
+3
[next]