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
path:
root
/
sys
/
dev
/
xen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug which causes a panic in daopen(). The panic is caused by
ken
2012-06-24
1
-1
/
+1
*
Allow booting XENHVM kernel without Xen hypervisor.
fabient
2012-06-20
1
-0
/
+3
*
Free ballooned pages with the corresponding malloc type.
pluknet
2012-04-06
1
-1
/
+1
*
Correct failure to attach the PV block front device on Citrix
gibbs
2012-03-25
1
-15
/
+19
*
Final pass at having devices use their bus parent for dma tags. The
scottl
2012-03-12
1
-1
/
+1
*
Fix regression in the handling of blkback close events for
gibbs
2012-02-17
1
-6
/
+2
*
Fix a bug in the calculation of the maximum I/O request size.
gibbs
2012-02-16
2
-11
/
+44
*
Fix typo in a printf string: "specificed" -> "specified".
gibbs
2012-02-16
1
-4
/
+4
*
Enhance documentation, improve interoperability, and fix defects in
gibbs
2012-02-15
3
-95
/
+266
*
Fix the netback driver build for i386.
ken
2012-02-02
1
-0
/
+2
*
Xen netback driver rewrite.
ken
2012-01-26
3
-1249
/
+4723
*
Make XENHVM work on i386. The __ffs() function counts bits starting from
cperciva
2012-01-16
1
-1
/
+1
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
2
-2
/
+0
*
kern cons: introduce infrastructure for console grabbing by kernel
avg
2011-12-17
1
-0
/
+12
*
Replace `inline static' by `static inline'.
ed
2011-12-13
1
-1
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+5
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
3
-3
/
+3
*
Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls to
alc
2011-10-27
1
-2
/
+1
*
Update netfront so that it queries and honors published
gibbs
2011-09-21
1
-16
/
+52
*
Modify the netfront driver so it can successfully attach to
gibbs
2011-09-21
1
-11
/
+29
*
Correct suspend/resume support in the Netfront driver.
gibbs
2011-09-21
1
-26
/
+54
*
Add suspend/resume support to the Xen blkfront driver.
gibbs
2011-09-21
2
-46
/
+51
*
Properly handle suspend/resume events in the Xen device
gibbs
2011-09-20
1
-9
/
+31
*
Add support for alternative break-to-debugger support on the Xen console.
rwatson
2011-09-02
1
-1
/
+9
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
1
-4
/
+5
*
Several enhancements to the Xen block back driver.
gibbs
2011-06-13
1
-529
/
+1451
*
Monitor and emit events for XenStore changes to XenBus trees
gibbs
2011-06-11
4
-9
/
+4
*
MFC
attilio
2011-05-13
1
-11
/
+7
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-8
/
+13
*
Make various (pseudo) interfaces compile without INET in the kernel
bz
2011-04-27
1
-0
/
+12
*
Fix bug in the netfront driver that caused excessive packet drops during
gibbs
2011-01-29
1
-12
/
+1
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
1
-2
/
+2
*
Make "options XENHVM" compile for i386, not just amd64 -- a largely
rwatson
2011-01-04
4
-2
/
+10
*
A lack of console input is not the same thing as a byte of \0 input.
cperciva
2010-12-29
1
-3
/
+4
*
Set correct maximum I/O length. We can only handle I/O of up to
cperciva
2010-12-06
1
-1
/
+1
*
sys/dev/xen/blkback/blkback.c:
gibbs
2010-10-28
1
-2
/
+5
*
Improve the Xen para-virtualized device infrastructure of FreeBSD:
gibbs
2010-10-19
8
-1302
/
+3720
*
A number of netfront fixes and stability improvements:
ken
2010-06-08
1
-289
/
+359
*
Switch to our preferred 2-clause BSD license.
joel
2010-05-05
1
-12
/
+20
*
The proper fix for the delayed SCTP checksum is to
rrs
2010-03-12
1
-1
/
+1
*
- make printf conditional
kmacy
2010-02-21
1
-17
/
+21
*
In blkif_queue_cb(), test the return value from gnttab_claim_grant_reference()
gibbs
2009-12-29
1
-1
/
+1
*
Correct alignment and boundary constraints in blkfront's bus dma tag. The
gibbs
2009-12-28
1
-2
/
+2
*
Add media ioctl support and link notifications so that devd will attempt
gibbs
2009-12-01
1
-16
/
+46
*
Merge Scott Long's latest blkfront now that the licensing issues are resolved
kmacy
2009-11-30
2
-539
/
+654
*
Update license to reflect terms in xen 2.0 as of the time when the driver was...
kmacy
2009-11-30
2
-17
/
+40
*
remove annoying printf that cripples kdb on PV guests
kmacy
2009-11-24
1
-1
/
+0
*
fixup kernel core dumps on paravirtual guests
kmacy
2009-11-24
1
-1
/
+1
*
Remove commented out reference to if_watchdog and an assignment of zero to
jhb
2009-11-19
1
-4
/
+0
[next]