| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS r217053: Fix the Xen console to not spew \0 bytes when there is no | Colin Percival | 2011-01-06 | 1 | -3/+4 |
| * | MFC Xen-related commits r215470, r215472, r215525, r215663, r215813, r215819, | Colin Percival | 2010-12-20 | 1 | -1/+1 |
| * | Synchronize Xen support with current, excluding console API changes in | Justin T. Gibbs | 2010-11-24 | 8 | -1728/+4287 |
| * | MFC 199549, 199997, 204158, 207673, and 208901. | Kenneth D. Merry | 2010-06-11 | 1 | -328/+436 |
| * | MFC of 2 items to fix the csum for v6 issue: | Randall Stewart | 2010-04-05 | 1 | -1/+1 |
| * | remove gratuitous comment | Kip Macy | 2009-11-25 | 1 | -1/+0 |
| * | MFC core dump support | Kip Macy | 2009-11-25 | 1 | -2/+87 |
| * | MFC 196403: Temporarily revert the new-bus locking for 8.0 release. | John Baldwin | 2009-08-20 | 2 | -4/+4 |
| * | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao | 2009-08-02 | 2 | -4/+4 |
| * | update backend_changed to reflect .m prototype | Kip Macy | 2009-06-13 | 2 | -2/+5 |
| * | Fix compilation when compiled w/out WITNESS. | Adrian Chadd | 2009-06-07 | 1 | -0/+1 |
| * | Last minute TTY API change: remove mutex argument from tty_alloc(). | Ed Schouten | 2009-05-29 | 1 | -1/+1 |
| * | Delete useless #ifdef; make it more obvious if setting TSO fails. | Adrian Chadd | 2009-05-27 | 1 | -4/+1 |
| * | Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed. | Adrian Chadd | 2009-05-27 | 1 | -1/+2 |
| * | Enforce that there are actually enough xenbus TX ring descriptors available | Adrian Chadd | 2009-05-27 | 1 | -3/+13 |
| * | Comment tidyup; comment where the next explicit check should | Adrian Chadd | 2009-05-27 | 1 | -11/+23 |
| * | Ensure that there are enough TX mbuf ring slots available before beginning | Adrian Chadd | 2009-05-27 | 1 | -1/+44 |
| * | Do the invariant check before the mbuf is dereferenced. | Adrian Chadd | 2009-05-27 | 1 | -2/+2 |
| * | Flesh out some inline documentation which hopefully reflect the intended | Adrian Chadd | 2009-05-27 | 1 | -0/+23 |
| * | Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ... | Adrian Chadd | 2009-05-27 | 1 | -0/+2 |
| * | The merge in r189699 reverted part of the work done in a previous commit | Adrian Chadd | 2009-05-18 | 1 | -5/+6 |
| * | Disable some un-needed console debugging. | Adrian Chadd | 2009-05-18 | 1 | -1/+1 |
| * | don't acquire tty lock with console lock held | Kip Macy | 2009-05-11 | 2 | -1/+5 |
| * | xen console lock needs to be a spin lock in case it is acquired from an inter... | Kip Macy | 2009-05-11 | 3 | -5/+16 |
| * | Fix the Xen build for i386 PV mode. | Doug Rabson | 2009-04-01 | 2 | -2/+9 |
| * | Merge in support for Xen HVM on amd64 architecture. | Doug Rabson | 2009-03-11 | 9 | -262/+1505 |
| * | fix non-witness compile | Kip Macy | 2009-02-05 | 1 | -0/+1 |
| * | Adds support for SCTP checksum offload. This means | Randall Stewart | 2009-02-03 | 1 | -1/+12 |
| * | break out of loop if we run out of mbufs | Kip Macy | 2009-02-02 | 1 | -5/+6 |
| * | Last step of splitting up minor and unit numbers: remove minor(). | Ed Schouten | 2009-01-28 | 1 | -2/+2 |
| * | merge 186535, 186537, and 186538 from releng_7_xen | Kip Macy | 2008-12-29 | 5 | -103/+103 |
| * | Integrate 185578 from dfr | Kip Macy | 2008-12-04 | 3 | -241/+300 |
| * | Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backend | Doug Rabson | 2008-11-30 | 1 | -81/+85 |
| * | Remove unused consdev structure fields. | Ed Schouten | 2008-10-27 | 1 | -1/+0 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -1/+1 |
| * | Update xen/interface includes to the latest in mercurial | Kip Macy | 2008-09-26 | 2 | -6/+10 |
| * | reflect header change in netfront | Kip Macy | 2008-09-25 | 1 | -1/+1 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
| * | Evidently the block device starts at 767. | Kip Macy | 2008-08-24 | 1 | -1/+1 |
| * | make block devices start at 0 | Kip Macy | 2008-08-23 | 1 | -3/+4 |
| * | For reasons that I have not delved in to Xen 3.2 netback now does header spli... | Kip Macy | 2008-08-21 | 1 | -21/+38 |
| * | change netfront to match xen31_6 | Kip Macy | 2008-08-20 | 2 | -3/+3 |
| * | mark blkfront_info as ready | Kip Macy | 2008-08-20 | 1 | -1/+2 |
| * | include vmparam.h for KERNBASE and fix typo | Kip Macy | 2008-08-20 | 1 | -2/+3 |
| * | register netfront before xenbus does its probing | Kip Macy | 2008-08-20 | 1 | -1/+1 |
| * | Integrate the Xen console driver. | Ed Schouten | 2008-08-20 | 1 | -165/+36 |
| * | Make sure that machine addresses are vm_paddr_t | Kip Macy | 2008-08-17 | 1 | -6/+7 |
| * | Compile fixes for xen build. | Kip Macy | 2008-08-15 | 2 | -4/+0 |
| * | Import Xen paravirtual drivers. | Kip Macy | 2008-08-12 | 12 | -0/+8270 |