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
*
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
*
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
[next]