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
*
sh: Remove arbitrary length limit on << EOF markers.
jilles
2014-09-14
5
-49
/
+65
*
sh: Make checkend() a real function instead of an emulated nested function.
jilles
2014-09-14
1
-36
/
+39
*
Add a comment giving an overview of the driver. Remove leftover debugging.
ian
2014-09-14
1
-7
/
+23
*
sh: Add some const keywords.
jilles
2014-09-14
3
-3
/
+3
*
Added missing ZFS sysctls
smh
2014-09-14
2
-2
/
+75
*
Update CAM CCB accounting for the new status quo.
mav
2014-09-14
5
-22
/
+19
*
Fix mis-spelling of bits and types names in the vnode_pager_putpages().
kib
2014-09-14
1
-5
/
+5
*
Use non-recursive algorithm for traversing nvlists. This also removes
pjd
2014-09-14
6
-176
/
+306
*
Remove the limit on descriptors that can be send in one nvlist.
pjd
2014-09-14
1
-17
/
+96
*
Fix descriptors leak.
pjd
2014-09-14
1
-0
/
+5
*
Fix two small nits in ctl.conf(5).
trasz
2014-09-14
1
-2
/
+3
*
ZFS support isn't actually experimental anymore, so no need to scare
nwhitehorn
2014-09-14
1
-1
/
+1
*
Make the root-on-zfs part of the installer warn a user who booted the install...
allanjude
2014-09-14
1
-0
/
+58
*
Fix RTC clock writes on many Octeon boards.
kan
2014-09-14
1
-4
/
+5
*
Add delay to Octeon MDIO access routines.
kan
2014-09-14
1
-0
/
+2
*
Resolve an ambiguity with the definition of a new auth-group
allanjude
2014-09-13
1
-0
/
+1
*
Rename the choices in the partitioning methods dialog to reflect current
nwhitehorn
2014-09-13
1
-5
/
+5
*
Make the default choice for the chroot shell at the end be "No". This allows
nwhitehorn
2014-09-13
1
-1
/
+2
*
Revert r271504. A new patch to solve this issue will be made.
hselasky
2014-09-13
11
-193
/
+34
*
Replace the imx5 and imx6 iomux drivers with a single common driver that
ian
2014-09-13
11
-2036
/
+275
*
Create /tmp/bsdinstall_etc even if we aren't starting the installer so that
nwhitehorn
2014-09-13
1
-0
/
+3
*
Convert the at91_pinctrl driver to use the new fdt_pinctrl interface.
ian
2014-09-13
2
-79
/
+58
*
Create an interface and support routines for drivers that handle IO pin
ian
2014-09-13
4
-2
/
+260
*
Do not set net.inet.ip.{sourceroute,accept_sourceroute} in a vnet jail.
hrs
2014-09-13
2
-13
/
+31
*
Switch if_vlan(4) to rmlock.
melifaro
2014-09-13
1
-10
/
+13
*
Add the new iscsi(4) man page
allanjude
2014-09-13
4
-7
/
+122
*
We don't need an exclusive object lock on the expected execution path
alc
2014-09-13
2
-6
/
+16
*
Add ZFS support to the bsdinstall partition editor and sade.
nwhitehorn
2014-09-13
13
-45
/
+217
*
Switch if_vlan(4) to use counter(9) using new
melifaro
2014-09-13
1
-5
/
+48
*
MFV r271518:
delphij
2014-09-13
2
-10
/
+22
*
Make inclusion of fdt clock support conditional on fdt_clock, not just fdt.
ian
2014-09-13
1
-2
/
+2
*
MFV r271517:
delphij
2014-09-13
1
-1
/
+8
*
MFV r271516:
delphij
2014-09-13
1
-0
/
+3
*
MFV r271515:
delphij
2014-09-13
1
-0
/
+8
*
MFV r271512:
delphij
2014-09-13
1
-7
/
+2
*
MFV r271511:
delphij
2014-09-13
1
-12
/
+6
*
MFV r271510:
delphij
2014-09-13
2
-2
/
+2
*
Do not try to read i2c info when no transceiver is present.
melifaro
2014-09-13
1
-2
/
+4
*
Fix error handling in cpuset_setithread() introduced in r267716.
melifaro
2014-09-13
1
-6
/
+17
*
Implement control over command reordering via options and control mode page.
mav
2014-09-13
4
-87
/
+57
*
vt(4): Enclose vt_mouse_paste() prototype inside #ifndef SC_NO_CUTPASTE/#endif
dumbbell
2014-09-13
1
-0
/
+2
*
Add "readcache" and "writecache" LUN options to control default behavior.
mav
2014-09-13
2
-10
/
+20
*
Improve transmit sending offload, TSO, algorithm in general.
hselasky
2014-09-13
11
-34
/
+193
*
Implement range checks between UNMAP and READ/WRITE commands.
mav
2014-09-13
2
-22
/
+70
*
Propagate the error status of /usr/sbin/bhyve out of the vmrun.sh script.
rodrigc
2014-09-13
1
-3
/
+14
*
Add a sysctl to export the EFI memory map along with a handler in the
jhb
2014-09-13
2
-0
/
+114
*
Regen.
delphij
2014-09-13
1
-1
/
+13
*
Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,
delphij
2014-09-13
28
-103
/
+3104
*
Workaround for receiving Voice Calls using the E1750 dongle from
hselasky
2014-09-12
1
-3
/
+14
*
Simplify dvd package population with pkg-1.3.
gjb
2014-09-12
1
-7
/
+3
[next]