summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* A lack of console input is not the same thing as a byte of \0 input.cperciva2010-12-291-3/+4
* Set correct maximum I/O length. We can only handle I/O of up tocperciva2010-12-061-1/+1
* sys/dev/xen/blkback/blkback.c:gibbs2010-10-281-2/+5
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-198-1302/+3720
* A number of netfront fixes and stability improvements:ken2010-06-081-289/+359
* Switch to our preferred 2-clause BSD license.joel2010-05-051-12/+20
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-1/+1
* - make printf conditionalkmacy2010-02-211-17/+21
* In blkif_queue_cb(), test the return value from gnttab_claim_grant_reference()gibbs2009-12-291-1/+1
* Correct alignment and boundary constraints in blkfront's bus dma tag. Thegibbs2009-12-281-2/+2
* Add media ioctl support and link notifications so that devd will attemptgibbs2009-12-011-16/+46
* Merge Scott Long's latest blkfront now that the licensing issues are resolvedkmacy2009-11-302-539/+654
* Update license to reflect terms in xen 2.0 as of the time when the driver was...kmacy2009-11-302-17/+40
* remove annoying printf that cripples kdb on PV guestskmacy2009-11-241-1/+0
* fixup kernel core dumps on paravirtual guestskmacy2009-11-241-1/+1
* Remove commented out reference to if_watchdog and an assignment of zero tojhb2009-11-191-4/+0
* add core dump support to blkfrontkmacy2009-08-301-2/+87
* Cleanups to the Xen console driver:ed2009-08-241-41/+27
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-202-4/+4
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-022-4/+4
* update backend_changed to reflect .m prototypekmacy2009-06-132-2/+5
* Fix compilation when compiled w/out WITNESS.adrian2009-06-071-0/+1
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Delete useless #ifdef; make it more obvious if setting TSO fails.adrian2009-05-271-4/+1
* Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.adrian2009-05-271-1/+2
* Enforce that there are actually enough xenbus TX ring descriptors availableadrian2009-05-271-3/+13
* Comment tidyup; comment where the next explicit check shouldadrian2009-05-271-11/+23
* Ensure that there are enough TX mbuf ring slots available before beginningadrian2009-05-271-1/+44
* Do the invariant check before the mbuf is dereferenced.adrian2009-05-271-2/+2
* Flesh out some inline documentation which hopefully reflect the intendedadrian2009-05-271-0/+23
* Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ...adrian2009-05-271-0/+2
* The merge in r189699 reverted part of the work done in a previous commitadrian2009-05-181-5/+6
* Disable some un-needed console debugging.adrian2009-05-181-1/+1
* don't acquire tty lock with console lock heldkmacy2009-05-112-1/+5
* xen console lock needs to be a spin lock in case it is acquired from an inter...kmacy2009-05-113-5/+16
* Fix the Xen build for i386 PV mode.dfr2009-04-012-2/+9
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-119-262/+1505
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-2212-8290/+0
| * Add newline to sys/conf/files so that netfront.c compiles, s/ext_arg1/ext_args/kmacy2008-10-181-3/+4
| * update console to pre-MPSAFE tty interfaceskmacy2008-10-151-40/+167
* | fix non-witness compilekmacy2009-02-051-0/+1
* | Adds support for SCTP checksum offload. This meansrrs2009-02-031-1/+12
* | break out of loop if we run out of mbufskmacy2009-02-021-5/+6
* | Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-2/+2
* | merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-295-103/+103
* | Integrate 185578 from dfrkmacy2008-12-043-241/+300
* | Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backenddfr2008-11-301-81/+85
* | Remove unused consdev structure fields.ed2008-10-271-1/+0
|/
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Update xen/interface includes to the latest in mercurialkmacy2008-09-262-6/+10
OpenPOWER on IntegriCloud