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
*
- 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
*
add core dump support to blkfront
kmacy
2009-08-30
1
-2
/
+87
*
Cleanups to the Xen console driver:
ed
2009-08-24
1
-41
/
+27
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
2
-4
/
+4
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
2
-4
/
+4
*
update backend_changed to reflect .m prototype
kmacy
2009-06-13
2
-2
/
+5
*
Fix compilation when compiled w/out WITNESS.
adrian
2009-06-07
1
-0
/
+1
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+1
*
Delete useless #ifdef; make it more obvious if setting TSO fails.
adrian
2009-05-27
1
-4
/
+1
*
Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.
adrian
2009-05-27
1
-1
/
+2
*
Enforce that there are actually enough xenbus TX ring descriptors available
adrian
2009-05-27
1
-3
/
+13
*
Comment tidyup; comment where the next explicit check should
adrian
2009-05-27
1
-11
/
+23
*
Ensure that there are enough TX mbuf ring slots available before beginning
adrian
2009-05-27
1
-1
/
+44
*
Do the invariant check before the mbuf is dereferenced.
adrian
2009-05-27
1
-2
/
+2
*
Flesh out some inline documentation which hopefully reflect the intended
adrian
2009-05-27
1
-0
/
+23
*
Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ...
adrian
2009-05-27
1
-0
/
+2
*
The merge in r189699 reverted part of the work done in a previous commit
adrian
2009-05-18
1
-5
/
+6
*
Disable some un-needed console debugging.
adrian
2009-05-18
1
-1
/
+1
*
don't acquire tty lock with console lock held
kmacy
2009-05-11
2
-1
/
+5
*
xen console lock needs to be a spin lock in case it is acquired from an inter...
kmacy
2009-05-11
3
-5
/
+16
*
Fix the Xen build for i386 PV mode.
dfr
2009-04-01
2
-2
/
+9
*
Merge in support for Xen HVM on amd64 architecture.
dfr
2009-03-11
9
-262
/
+1505
|
\
|
*
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
dfr
2008-11-22
12
-8290
/
+0
|
*
Add newline to sys/conf/files so that netfront.c compiles, s/ext_arg1/ext_args/
kmacy
2008-10-18
1
-3
/
+4
|
*
update console to pre-MPSAFE tty interfaces
kmacy
2008-10-15
1
-40
/
+167
*
|
fix non-witness compile
kmacy
2009-02-05
1
-0
/
+1
*
|
Adds support for SCTP checksum offload. This means
rrs
2009-02-03
1
-1
/
+12
*
|
break out of loop if we run out of mbufs
kmacy
2009-02-02
1
-5
/
+6
*
|
Last step of splitting up minor and unit numbers: remove minor().
ed
2009-01-28
1
-2
/
+2
*
|
merge 186535, 186537, and 186538 from releng_7_xen
kmacy
2008-12-29
5
-103
/
+103
*
|
Integrate 185578 from dfr
kmacy
2008-12-04
3
-241
/
+300
*
|
Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backend
dfr
2008-11-30
1
-81
/
+85
*
|
Remove unused consdev structure fields.
ed
2008-10-27
1
-1
/
+0
|
/
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-1
/
+1
*
Update xen/interface includes to the latest in mercurial
kmacy
2008-09-26
2
-6
/
+10
*
reflect header change in netfront
kmacy
2008-09-25
1
-1
/
+1
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
1
-1
/
+1
*
Evidently the block device starts at 767.
kmacy
2008-08-24
1
-1
/
+1
*
make block devices start at 0
kmacy
2008-08-23
1
-3
/
+4
*
For reasons that I have not delved in to Xen 3.2 netback now does header spli...
kmacy
2008-08-21
1
-21
/
+38
*
change netfront to match xen31_6
kmacy
2008-08-20
2
-3
/
+3
*
mark blkfront_info as ready
kmacy
2008-08-20
1
-1
/
+2
[next]