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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r275136, it was not approved, it was sloppy, if a feature
jfv
2014-12-02
2
-84
/
+15
*
libelf: Fix cross-endian ELF note file / memory conversion
emaste
2014-12-02
1
-10
/
+10
*
Do the renaming of sb_cc to sb_ccc in a way with less code changes by
tuexen
2014-12-02
11
-55
/
+57
*
This configuration file removes several debugging options, including
gnn
2014-12-02
5
-0
/
+190
*
gpioctl: don't print the command line arguments.
rpaulo
2014-12-02
1
-3
/
+0
*
Switch to unified syntax so these can be built with clang 3.5.
andrew
2014-12-02
4
-175
/
+182
*
Use the APSR_nzcv format of mrc. The clang integrated assembler doesn't
andrew
2014-12-02
2
-4
/
+4
*
Fix the name of the coprocessor to include the "p" prefix, the clang
andrew
2014-12-02
1
-2
/
+2
*
Allow the UAL APSR_nzcv format for the mrc and mrc2 instructions. The clang
andrew
2014-12-02
1
-2
/
+2
*
The runtime linker needs to include a path to itself in the link map
jhb
2014-12-02
1
-0
/
+2
*
MFi386: r275305 (by rdivacky)
nyan
2014-12-02
1
-1
/
+1
*
Add missing Makefile defines so that the program in question can be
hselasky
2014-12-02
1
-1
/
+3
*
Convert persis_offset from global variable to softc field.
mav
2014-12-02
2
-11
/
+11
*
Reduce code duplication by creating ctl_set_res_ua() helper.
mav
2014-12-02
1
-87
/
+20
*
Removed unused variable and unify some names.
mav
2014-12-02
1
-10
/
+7
*
zfs_putpages: actually update mtime and ctime
avg
2014-12-02
1
-0
/
+1
*
Fix null pointer dereference.
trasz
2014-12-02
1
-1
/
+1
*
Fix an off-by-one in gpio_pin_list().
rpaulo
2014-12-02
1
-1
/
+1
*
Rewrite parts of gpioctl(8) to use the gpio(3) library.
rpaulo
2014-12-02
2
-61
/
+50
*
Remove unneded check. No need to do m_pullup to the size that we prepended.
ae
2014-12-02
2
-4
/
+0
*
Remove unneded check. No need to do m_pullup to the size that we prepended.
ae
2014-12-02
1
-2
/
+0
*
Remove route chaching support from ipsec code. It isn't used for some time.
ae
2014-12-02
19
-95
/
+5
*
Remove unused structure declarations.
ae
2014-12-02
1
-11
/
+0
*
Remove unused declartations.
ae
2014-12-02
1
-10
/
+0
*
Regenerate src.conf(5) after r275373
emaste
2014-12-02
1
-1
/
+11
*
Add elfcopy and man page to OptionalObsoleteFiles
emaste
2014-12-02
1
-0
/
+5
*
Let GNU ld be less obscure about missing symbols and DSOs. If the BFD
dim
2014-12-02
2
-4
/
+33
*
Sync the svn template with the one from ports
bapt
2014-12-02
1
-9
/
+15
*
Make this work with pkgng, and allow PORTS_OPTS to be passed in
phk
2014-12-01
1
-4
/
+4
*
Use the floating-point instruction on ARMv7 as the clang 3.5 integrated
andrew
2014-12-01
1
-0
/
+15
*
Set the correct architecture when targeting ARMv7
andrew
2014-12-01
1
-1
/
+1
*
Pull in the NetBSD global offset table handling code. Clang 3.5 creates
andrew
2014-12-01
1
-3
/
+9
*
Fix inverted logic introduced in r272154.
delphij
2014-12-01
1
-2
/
+5
*
Allow multiple devices to mmap. It's impossible to prevent this with
rpaulo
2014-12-01
1
-25
/
+6
*
Document ISP 2532 support and hint.isp.0.vports tunable.
mav
2014-12-01
1
-1
/
+5
*
Build infrastructure for elftoolchain tools
emaste
2014-12-01
14
-6
/
+188
*
Disable recursion for the process spinlock.
kib
2014-12-01
2
-2
/
+2
*
Track libarchive API change
emaste
2014-12-01
1
-6
/
+6
*
Temporarily disable non-FreeBSD NT_ note types
emaste
2014-12-01
1
-1
/
+5
*
Fix elftoolchain tools in-tree build
emaste
2014-12-01
5
-5
/
+7
*
When passing LUN IDs through treat ASCII values as fixed-length, not
mav
2014-12-01
1
-2
/
+9
*
Pull in r209785 from upstream libc++ trunk (by Marshall Clow):
dim
2014-12-01
1
-7
/
+59
*
Move ctlfe_onoffline() out of lock to let it sleep when needed.
mav
2014-12-01
1
-32
/
+9
*
Disable the vxlan code until the people reponsible for it can come up with
des
2014-12-01
1
-1
/
+1
*
The early-late divider was originally set to mountcritlocal. Since that
des
2014-12-01
1
-5
/
+2
*
Allow load_rc_config to be called without a service name.
des
2014-12-01
1
-17
/
+18
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
39
-101
/
+97
*
Face the fact that we have no idea where the ports tree really lives.
phk
2014-12-01
1
-2
/
+1
*
Update tools/shlib-compat.
gleb
2014-12-01
3
-14
/
+75
*
Provide mutual exclusion between zone allocation/destruction and
kib
2014-11-30
1
-2
/
+31
[next]