aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Delete useless #ifdef; make it more obvious if setting TSO fails.Adrian Chadd2009-05-271-4/+1
* Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.Adrian Chadd2009-05-271-1/+2
* Enforce that there are actually enough xenbus TX ring descriptors availableAdrian Chadd2009-05-271-3/+13
* Comment tidyup; comment where the next explicit check shouldAdrian Chadd2009-05-271-11/+23
* Ensure that there are enough TX mbuf ring slots available before beginningAdrian Chadd2009-05-271-1/+44
* Do the invariant check before the mbuf is dereferenced.Adrian Chadd2009-05-271-2/+2
* Flesh out some inline documentation which hopefully reflect the intendedAdrian Chadd2009-05-271-0/+23
* Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ...Adrian Chadd2009-05-271-0/+2
* The merge in r189699 reverted part of the work done in a previous commitAdrian Chadd2009-05-181-5/+6
* Disable some un-needed console debugging.Adrian Chadd2009-05-181-1/+1
* don't acquire tty lock with console lock heldKip Macy2009-05-112-1/+5
* xen console lock needs to be a spin lock in case it is acquired from an inter...Kip Macy2009-05-113-5/+16
* Fix the Xen build for i386 PV mode.Doug Rabson2009-04-012-2/+9
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-119-259/+1502
* fix non-witness compileKip Macy2009-02-051-0/+1
* Adds support for SCTP checksum offload. This meansRandall Stewart2009-02-031-1/+12
* break out of loop if we run out of mbufsKip Macy2009-02-021-5/+6
* Last step of splitting up minor and unit numbers: remove minor().Ed Schouten2009-01-281-2/+2
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-295-103/+103
* Integrate 185578 from dfrKip Macy2008-12-043-237/+296
* Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backendDoug Rabson2008-11-301-81/+85
* Remove unused consdev structure fields.Ed Schouten2008-10-271-1/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Update xen/interface includes to the latest in mercurialKip Macy2008-09-262-6/+10
* reflect header change in netfrontKip Macy2008-09-251-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* Evidently the block device starts at 767.Kip Macy2008-08-241-1/+1
* make block devices start at 0Kip Macy2008-08-231-3/+4
* For reasons that I have not delved in to Xen 3.2 netback now does header spli...Kip Macy2008-08-211-21/+38
* change netfront to match xen31_6Kip Macy2008-08-202-3/+3
* mark blkfront_info as readyKip Macy2008-08-201-1/+2
* include vmparam.h for KERNBASE and fix typoKip Macy2008-08-201-2/+3
* register netfront before xenbus does its probingKip Macy2008-08-201-1/+1
* Integrate the Xen console driver.Ed Schouten2008-08-201-165/+36
* Make sure that machine addresses are vm_paddr_tKip Macy2008-08-171-6/+7
* Compile fixes for xen build.Kip Macy2008-08-152-4/+0
* Import Xen paravirtual drivers.Kip Macy2008-08-1212-0/+8270