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
*
Unbreak MIPS build following rev. 282726
thomas
2015-05-11
8
-6
/
+49
*
Add the ofw_bus_subr.h change missed in r282770.
andrew
2015-05-11
1
-0
/
+3
*
Fix virtual machine disk format creating by passing VMFORMAT
gjb
2015-05-11
1
-3
/
+4
*
Hide code only used on i386 and amd64.
andrew
2015-05-11
1
-1
/
+6
*
Add ofw_bus_find_compatible to find a compatible ofw node. This will be
andrew
2015-05-11
1
-15
/
+54
*
cpu-v6.h should only be used in the kernel, add an error to enforce this.
andrew
2015-05-11
1
-0
/
+7
*
zfs ioctls: use fget_write / fget_read instead of getf wrapper for fget
avg
2015-05-11
1
-5
/
+23
*
Move to use __ARM_ARCH in more places in the kernel.
andrew
2015-05-11
2
-21
/
+12
*
Use the ACLE spelling of _ARM_ARCH_6: "__ARM_ARCH >= 6"
andrew
2015-05-11
1
-1
/
+2
*
Use MIN from sys/param.h instead of handrolling the macro
ngie
2015-05-11
1
-3
/
+1
*
Revert r282672.
delphij
2015-05-11
1
-1
/
+1
*
Remove some commented-out upstream code for handling traps from usermode
markj
2015-05-10
2
-224
/
+0
*
msecs_to_jiffies() is implemented using tvtohz(9), which always returns a
markj
2015-05-10
1
-1
/
+1
*
Prepare for supporting driver-overridden curchan when submitting scan
adrian
2015-05-10
10
-12
/
+22
*
find_next_bit() and find_next_zero_bit(): if the caller-specified offset
markj
2015-05-10
1
-0
/
+4
*
Merge bmake-20150505 improve detection of malformed conditionals.
sjg
2015-05-10
15
-30
/
+111
|
\
|
*
Tag bmake-20150505
sjg
2015-05-10
231
-0
/
+68658
|
*
Import bmake-20150505 detect typo's in .if variable references.
sjg
2015-05-10
13
-26
/
+106
*
|
ctf_add_type(): when looking up an integer or floating point type in the
markj
2015-05-10
1
-4
/
+17
*
|
Unbreak build following rev. 282726
thomas
2015-05-10
7
-0
/
+133
*
|
Fix typo introduced in previous commit.
adrian
2015-05-10
1
-1
/
+1
*
|
synaptics: more support for semi-MT trackpads.
rpaulo
2015-05-10
2
-70
/
+179
*
|
Create a relocatable instance of ubldr for ARM. The original ubldr,
ian
2015-05-10
2
-25
/
+63
*
|
Ensure the result from signed subtraction under modulus does not
hselasky
2015-05-10
1
-1
/
+1
*
|
recv(),send(): Directly call interposing entry instead of going through PLT.
jilles
2015-05-10
2
-2
/
+10
*
|
Don't check the return value from self_reloc(), it can't fail and doesn't
ian
2015-05-10
1
-2
/
+0
*
|
The self-relocation code is not efi-specific, move it to boot/common.
ian
2015-05-10
7
-21
/
+16
*
|
Ensure libmd symbols do not clash with libcrypto
thomas
2015-05-10
14
-1
/
+195
*
|
Put recycle pointer in own memory area which is not mmap'able.
hselasky
2015-05-10
1
-5
/
+9
*
|
Use the new gic option on all configs that need it.
andrew
2015-05-10
16
-8
/
+24
*
|
For half and reverse line feeds, recognize both SUSv2-style escape-digit
bapt
2015-05-10
2
-7
/
+33
*
|
Remove extendline definition
bapt
2015-05-10
1
-3
/
+0
*
|
Use calloc(3) instead of malloc(3) + memset(3)
bapt
2015-05-10
1
-2
/
+4
*
|
The initial logic for allocating the new string was wrong, the conversion
bapt
2015-05-10
1
-5
/
+2
*
|
Use strndup(3) instead of malloc(3) + memcpy(3)
bapt
2015-05-10
1
-7
/
+11
*
|
Use the new gic option. While here remove extra whitespace from the ned of
andrew
2015-05-10
2
-4
/
+6
*
|
Remove useless call to extendarray
bapt
2015-05-10
1
-1
/
+0
*
|
Add the gic to files.arm under "device gic" and use it with the
andrew
2015-05-10
3
-2
/
+4
*
|
First pass clenup over the Marvell db-88f6xxx kernel configs.
andrew
2015-05-10
4
-124
/
+120
*
|
The pwdb function is only used once to check the database rename it
bapt
2015-05-10
1
-10
/
+4
*
|
if the check of the pw db fails return the failed value
bapt
2015-05-10
1
-37
/
+35
*
|
Initialize pcids array for the proc0 pmap.
kib
2015-05-10
1
-0
/
+5
*
|
Tweak assert to also print the thread address.
kib
2015-05-10
1
-2
/
+2
*
|
Some style(9) fixes
bapt
2015-05-10
1
-9
/
+16
*
|
On exec, single-threading must be enforced before arguments space is
kib
2015-05-10
7
-51
/
+119
*
|
Clean up the style to use "options<space><tab>".
andrew
2015-05-10
1
-3
/
+3
*
|
Satisfy vm_object uma zone destructor requirements after r282660 when
kib
2015-05-10
1
-0
/
+6
*
|
Turn ieee80211_start_scan_locked() into a swscan module private method.
adrian
2015-05-10
3
-80
/
+77
*
|
Attempt to address Bug #176201 - don't advertise what the AP announced
adrian
2015-05-10
1
-1
/
+18
*
|
Fix a couple bugs in 64-bit powerpc fasttrap argument retrieval.
jhibbits
2015-05-10
1
-3
/
+3
[next]