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
*
Don't exclude XPT SIM from locking in xpt_create_path_unlocked().
mav
2012-10-13
1
-9
/
+4
*
Use xpt_create_path_unlocked() for initial debug path compilation because
mav
2012-10-13
1
-6
/
+1
*
Extend SIM lock coverage during the bus registration process.
mav
2012-10-13
1
-8
/
+7
*
Make a command for pkg_info changeable like pkg_version in
ume
2012-10-13
1
-1
/
+1
*
Fix XPT_DEBUG paths operations locking:
mav
2012-10-13
1
-8
/
+16
*
XPT_DEV_MATCH is probably the only xpt_action() method that is called
mav
2012-10-13
2
-3
/
+15
*
Cleanup documentation: cloning route support has been removed in r186119.
melifaro
2012-10-13
2
-26
/
+0
*
Add forgotten documentation for new NGM_NETFLOW_V9INFO message.
melifaro
2012-10-13
1
-0
/
+3
*
Fix the non-TDMA build.
adrian
2012-10-13
1
-3
/
+2
*
SVN r240684 broke the ability of the dot module to map include dependencies.
dteske
2012-10-13
1
-46
/
+66
*
Replace all uses of the vm page queues lock by a new R/W lock.
alc
2012-10-12
3
-61
/
+80
*
Some 3G modems return the wrong signature in echo packets and make it
n_hibma
2012-10-12
1
-1
/
+2
*
Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID or
mav
2012-10-12
1
-2
/
+4
*
Temporary fix for kern/172364.
np
2012-10-12
1
-1
/
+1
*
Use global knob in the TP_PARA_REG3 register to disable congestion
np
2012-10-12
2
-4
/
+6
*
Add locking to adv(4) driver and mark it MPSAFE.
jhb
2012-10-12
7
-172
/
+207
*
Fix type in last commit.
glebius
2012-10-12
1
-1
/
+1
*
Get SIM lock in several places while calling CAM functions.
mav
2012-10-12
1
-5
/
+13
*
Protect xpt_getattr() calls with the SIM lock and assert that.
mav
2012-10-12
4
-15
/
+19
*
Use CLOCK_UPTIME to get the uptime.
emaste
2012-10-12
1
-1
/
+1
*
Be more explicit on how "intact" incoming packets in raw sockets are.
glebius
2012-10-12
1
-2
/
+6
*
Revert fixup of ip_len from r241480. Now stack isn't yet
glebius
2012-10-12
1
-1
/
+0
*
In ip_stripoptions():
glebius
2012-10-12
4
-9
/
+6
*
Remove whitespace.
joel
2012-10-12
2
-4
/
+3
*
Since the moduledata structure member priv is a void pointer, using
kevlo
2012-10-12
1
-1
/
+1
*
Virtio SCSI driver
grehan
2012-10-11
10
-1
/
+2878
*
Patch from Bryan to fix a virtqueue issue:
grehan
2012-10-11
1
-4
/
+3
*
Make local function static.
emaste
2012-10-11
1
-1
/
+1
*
Fix tiypo.
ray
2012-10-11
1
-1
/
+1
*
Point freebsd.org cluster machines to mx1 for their smarthost.
peter
2012-10-11
1
-1
/
+1
*
Use separate malloc buckets for CAM devices, CCBs and paths. This will
mav
2012-10-11
1
-12
/
+15
*
Don't duplicate path/ccb allocation code, use existing functions.
mav
2012-10-11
3
-39
/
+15
*
Exclude potential circular symlink when creating src tarball.
emaste
2012-10-11
1
-1
/
+1
*
Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specific
melifaro
2012-10-11
3
-0
/
+56
*
Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements.
mav
2012-10-11
1
-2
/
+3
*
Fix my last commit. Only call strunvis after properly checking the argument is
stefanf
2012-10-11
1
-5
/
+7
*
Decode the first two fstab fields with strunvis(3). This allows having spaces
stefanf
2012-10-11
2
-1
/
+15
*
Apply some style. Checked with md5.
stefanf
2012-10-11
1
-25
/
+26
*
Add APE firmware support and improve firmware handshake procedure.
yongari
2012-10-11
2
-48
/
+627
*
For 5717C/5719C/5720C and 57765 PHYs, do not perform any special
yongari
2012-10-11
1
-0
/
+9
*
Rework controller reset procedure. Previously driver saved
yongari
2012-10-11
2
-34
/
+24
*
Count number of times each queue pair's interrupt handler is invoked.
jimharris
2012-10-10
3
-0
/
+95
*
Put the nvme_qpair mutex on its own cacheline.
jimharris
2012-10-10
1
-3
/
+8
*
- Remove ancient checks for sim->softc == NULL. It can't be NULL, as it is
mav
2012-10-10
1
-57
/
+3
*
Add man pages for nvme(4) and nvd(4).
jimharris
2012-10-10
3
-0
/
+270
*
Pull in r164132 from upstream llvm trunk:
dim
2012-10-10
14
-52
/
+73
*
Pull in r163710 from upstream llvm trunk:
dim
2012-10-10
2
-0
/
+2
*
NULL-ify last previously used pointer instead of last possible pointer.
mav
2012-10-10
1
-3
/
+3
*
Add a "clearstats" subcommand to cxgbetool that lets you clear the
np
2012-10-10
1
-0
/
+25
*
Upgrade to 9.8.3-P4:
delphij
2012-10-10
3
-34
/
+40
[next]