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
*
In the Xen block front driver, take advantage of backends that
gibbs
2013-06-26
2
-27
/
+175
*
sys/dev/xen/blkfront/blkfront.c:
gibbs
2013-06-16
1
-1
/
+1
*
Properly track the different reasons new I/O is temporarily disabled, and
gibbs
2013-06-15
2
-16
/
+58
*
Improve debugger visibility into queuing functions by removing the macro
gibbs
2013-06-14
2
-178
/
+197
*
sys/dev/xen/netfront/netfront.c:
gibbs
2013-06-14
1
-1
/
+1
*
Specify a maximum TSO length limiting the segment chain to what the
andre
2013-06-03
1
-0
/
+2
*
sys/dev/xen/blkfront/blkfront.c:
gibbs
2013-06-01
1
-11
/
+0
*
sys/dev/xen/blkfront/blkfront.c:
gibbs
2013-06-01
1
-20
/
+20
*
Style changes. No intended functional changes.
gibbs
2013-05-31
1
-5
/
+5
*
Style cleanups. No intended functional changes.
gibbs
2013-05-31
1
-725
/
+687
*
Style cleanups. No intended functional changes.
gibbs
2013-05-31
2
-659
/
+664
*
Make netif_free() safe to call on a partially initialized softc.
gibbs
2013-05-31
1
-2
/
+5
*
Apply the ad* => ada* IDE device name transition to the Xen block
gibbs
2013-05-31
1
-10
/
+10
*
Correct panic on detach of Xen PV network interfaces.
gibbs
2013-05-22
1
-3
/
+7
*
- Correct spelling in comments
gabor
2013-04-17
1
-1
/
+1
*
- Correct mispellings of the word necessary
gabor
2013-04-17
1
-1
/
+1
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+2
*
Remove files not connected to the build. It's confusing enough that
marius
2013-01-03
2
-474
/
+0
*
- Replace partially incorrect function names in panic(9) strings with
marius
2013-01-03
1
-42
/
+16
*
- Fix !SMP build.
marius
2013-01-03
1
-13
/
+11
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Redo r242889, now using the method from projects/amd64_xen_pv r240747.
dim
2012-11-12
1
-4
/
+4
*
Fix a typo.
rdivacky
2012-11-11
1
-1
/
+1
*
Change the XNB_ASSERT from a statement expression to do-while(0) as its
rdivacky
2012-11-11
1
-2
/
+2
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-14
/
+0
*
s/ is is / is /g
eadler
2012-09-14
1
-3
/
+3
*
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
[next]