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
*
Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order to
attilio
2012-10-14
8
-84
/
+84
*
Correct an error in pmap_pv_reclaim(). It can legitimately encounter
alc
2012-10-14
1
-2
/
+2
*
Import a FreeBSD port of the FUSE Linux module.
attilio
2012-10-13
28
-0
/
+9093
*
Move vm_page_requeue() to the only file that uses it.
alc
2012-10-13
3
-34
/
+32
*
* Update the comment that explains the choice of values in the
kargl
2012-10-13
1
-6
/
+7
*
- Fix typo
gabor
2012-10-13
1
-1
/
+1
*
- Regen after GNU sort removal
gabor
2012-10-13
1
-4
/
+1
*
- Remove WITH_GNU_SORT support
gabor
2012-10-13
1
-1
/
+0
*
Eliminate the conditional for releasing the page queues lock in
alc
2012-10-13
3
-7
/
+1
*
- Remove GNU sort and the WITH_GNU_SORT knob
gabor
2012-10-13
73
-21390
/
+6
*
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
[next]