aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-119-262/+1505
* 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-241/+300
* 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