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
*
ahci(4) and siis(4) are ready to process the unmapped i/o requests
kib
2013-03-19
2
-2
/
+2
*
UFS support of the unmapped i/o for the user data buffers.
kib
2013-03-19
5
-35
/
+62
*
Commit the removal of a whitespace to record the proper commit message
kib
2013-03-19
1
-1
/
+1
*
Support unmapped i/o for the md(4).
kib
2013-03-19
6
-15
/
+39
*
Support unmapped i/o for the md(4).
kib
2013-03-19
1
-40
/
+204
*
The geom_part provider supports unmapped bio iff the underlying
kib
2013-03-19
1
-0
/
+1
*
A flag for the geom disk driver to indicate that it accepts the
kib
2013-03-19
2
-1
/
+20
*
Do not remap usermode pages into KVA for physio.
kib
2013-03-19
6
-13
/
+23
*
Do not map the swap i/o pbufs if the geom provider for the swap
kib
2013-03-19
2
-13
/
+34
*
Pass unmapped buffers for page in requests if the filesystem indicated support
kib
2013-03-19
1
-6
/
+30
*
A flag for the filesystem to indicate to the upper levels that it accepts
kib
2013-03-19
1
-0
/
+1
*
Add a helper function vfs_bio_bzero_buf() to zero the portion of the
kib
2013-03-19
2
-0
/
+27
*
Return "start" and "end" to u_long world. Because rman handle addresses as
ray
2013-03-19
1
-4
/
+3
*
Implement the concept of the unmapped VMIO buffers, i.e. buffers which
kib
2013-03-19
23
-315
/
+955
*
iwn(4) doesn't support adhoc mode.
glebius
2013-03-19
1
-3
/
+2
*
Add a convenience macro bread_gb() to wrap a call to
kib
2013-03-19
1
-1
/
+4
*
Cast "start" to u_long. Temporary fix to unbreak tinderbox.
ray
2013-03-19
1
-2
/
+2
*
Assert that a ccb passed to cam_periph_mapmem() for XPT_SCSI_IO and
kib
2013-03-19
1
-0
/
+4
*
Fix remainder calculation when biosize is not a power of 2
emaste
2013-03-19
2
-6
/
+6
*
Add new USB ID.
hselasky
2013-03-19
2
-0
/
+4
*
Remove obsolete objformat information.
joel
2013-03-19
1
-27
/
+1
*
Plug memory leak in dsl_check_snap_cb()
mm
2013-03-19
1
-1
/
+2
*
mdoc: remove superfluous paragraph macro.
joel
2013-03-19
1
-1
/
+0
*
Separate the locking macros that are used in the packet flow path
ae
2013-03-19
2
-7
/
+9
*
Fix style and comments.
ae
2013-03-19
2
-12
/
+19
*
There are actually two different cases when mlock(2) returns
glebius
2013-03-19
1
-2
/
+7
*
Fix typo in previous commit: Exit if */dev/dumpdev* does not exist, not if
cperciva
2013-03-19
1
-1
/
+1
*
If dumpdev is AUTO but no dump device has been set -- i.e., there is no swap
cperciva
2013-03-19
1
-0
/
+3
*
Fix the powerpc64 build. MACHINE_CPUARCH is common for powerpc/powerpc64,
jhibbits
2013-03-19
1
-1
/
+1
*
Don't hesitate to ask parent to setup IRQ finally.
ray
2013-03-18
1
-3
/
+0
*
Add bhyve to examples.
neel
2013-03-18
3
-0
/
+183
*
Allow simplebus to attach to another simplebus.
ray
2013-03-18
1
-0
/
+2
*
Hide "no default resources for" warning under bootverbose. It's ok to use
ray
2013-03-18
1
-2
/
+3
*
Allow simplebus to attach in less strict way, when "simple-bus" listed on not
ray
2013-03-18
1
-2
/
+2
*
List TrackPoint device before generic model.
jkim
2013-03-18
1
-1
/
+1
*
Add preliminary support for IBM/Lenovo TrackPoint.
jkim
2013-03-18
4
-4
/
+281
*
Simplify the assignment of memory to virtual machines by requiring a single
neel
2013-03-18
12
-170
/
+181
*
Reduce stack usage.
pjd
2013-03-18
1
-3
/
+5
*
Correct the definition for Exar XR17V258IV: we must use a config_function
rstone
2013-03-18
1
-0
/
+1
*
Tweak some comments.
jhb
2013-03-18
1
-4
/
+4
*
Partially revert r195702. Deferring stops is now implemented via a set of
jhb
2013-03-18
8
-28
/
+11
*
o Switch to use physical addresses in rman for FDT.
ray
2013-03-18
4
-11
/
+16
*
do_vfp_vmrs and do_vfp_vmsr should not return anything.
andrew
2013-03-18
1
-11
/
+7
*
Keep the default AuthorizedKeysFile setting. Although authorized_keys2
des
2013-03-18
1
-2
/
+1
*
Add support for the vmsr and vmrs instructions. This supports the system
andrew
2013-03-18
1
-0
/
+66
*
Some ARM vmov similar to 'vmov.f32 s1, s2' will incorrectly have the second
andrew
2013-03-18
1
-4
/
+4
*
Add new USB ID.
hselasky
2013-03-18
2
-0
/
+2
*
Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,
jhibbits
2013-03-18
11
-65
/
+1457
*
r119712 introduced SIS_TYPE_83816 but it was not actually set in
yongari
2013-03-18
2
-3
/
+2
*
Print out the current fifo queue depth correctly - not just the max
adrian
2013-03-18
1
-1
/
+2
[next]