freebsd.git
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 baptReally update to 8d3b186
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 hselaskyAdd quirk to disable 64-bit XHCI DMA after r276717.
2015-03-02 ianRevert r279338. The casts are apparently bogus, despit...
2015-03-02 hselaskyUpdate Exynos5 XHCI attach code after r276717.
2015-03-02 neelFix warnings/errors when building vmm.ko with gcc:
2015-03-02 jmggive others fair warning that _SPARE2 isn't just cxgb...
2015-03-02 hrsFix group membership of cloned interfaces when one...
2015-03-02 jkimFix white spaces.
2015-03-02 traszMake fuse(4) respect FOPEN_DIRECT_IO. This is required...
2015-03-02 gjbProperly evaluate XZ_CMD from the chroot.
2015-03-02 kenChange the sa(4) driver to check for long position...
2015-03-02 bro Add more room for EFI boot blocks
2015-03-02 gjbUse xz(1) to compress FreeBSD/arm images.
2015-03-02 hrsImplement Enhanced DAD algorithm for IPv6 described in
2015-03-02 baptRemove pregenerated text version of the texinfo documen...
2015-03-02 baptInstall manpage version of texinfo documentation for...
2015-03-02 baptGenerate manpage out of the texinfo files using texi2mdoc
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-03-02 baptRemove WIP code
2015-03-02 baptImport CVS snapshot of mandoc as of 20150302
2015-03-02 baptInstall old texinfo pages in the form of mdoc(7) pages
2015-03-02 baptConvert texinfo to mdoc(7) using texi2mdoc
2015-03-02 adrianAdd support for the AP135 2.0 reference platform.
2015-03-02 adrianBring over the initial QCA955x SoC support framework.
2015-03-02 adrianLay some groundwork for having this stuff hang off...
2015-03-02 adrian[QCA955x] make the USB EHCI interrupts shareable.
2015-03-02 adrianAdd initial QCA955x support to if_arge.c.
2015-03-02 adrianAdd a MII mode for SGMII.
2015-03-01 jillessh: Fix more compiler warnings.
2015-03-01 nwhitehornMissed local diff.
2015-03-01 jillessh: Fix compiler warnings related to duplicate or missi...
2015-03-01 impnandfs_meta_bread() calls bread() which can set bp...
2015-03-01 impDon't leak 'used' in a few error cases.
2015-03-01 impUnlock the main lock before returning rather than after...
2015-03-01 nwhitehornInitialize NX stack capabilities and direct map status...
2015-03-01 nwhitehornMerge r278429 from ppc64:
2015-03-01 dumbbellRecord the dependency to x86bios in vga_pci
2015-03-01 karglGive compilers a stronger hint to inline the functions
2015-03-01 adrianAR8327: Disable energy-efficient ethernet support in...
2015-03-01 karglWhen j0() and j1() were converted to j0f() and j1f...
2015-03-01 adrianBump the port mask on the AR8327 ethernet switch from...
2015-03-01 traszMake the "automounted" flag work for FUSE filesystems.
2015-03-01 dumbbellvt(4): Add support to "downgrade" from eg. vt_fb to...
2015-03-01 dumbbellvgapci: New vga_pci_repost() function
2015-03-01 andrewFix the dtrace ARM atomic compare-and-set functions...
2015-03-01 adrianAdd very initial QCA955x awareness to the GPIO code.
2015-03-01 adrianFlesh out some more QCA955x ethernet PLL setup.
2015-03-01 adrianAdd Ethernet PLL values for the QCA955x.
2015-03-01 adrianMake QCA955X_GMAC_REG_ETH_CFG defined like most other...
2015-03-01 adrianAdd QCA955x support to the EHCI setup path.
2015-03-01 alcUse RW_NEW rather than calling bzero().
2015-03-01 rstoneCorrect a typo.
2015-03-01 neelFree up the IPI slot used by IPI_STOP_HARD.
2015-03-01 rstoneTeach pciconf how to dump out SR-IOV capability
2015-03-01 rstoneValidate the schema that the PF driver passed to us
2015-03-01 rstoneDocument the interface for defining a configuration...
2015-03-01 rstoneAdd an rc.d script to invoke iovctl(8) during boot
2015-03-01 rstoneAdd main() for iovctl and hook iovctl into build
2015-03-01 rstoneAdd functions for parsing the iovctl config file
2015-03-01 rstoneAdd iovctl functions for validating config
2015-03-01 rstoneAdd manpage documenting iovctl config file format.
2015-03-01 rstoneAdd a manpage for iovctl(8)
2015-03-01 rstoneRevert r279454. The new directory didn't get added...
2015-03-01 rstoneAdd main() for iovctl and hook iovctl into build
2015-03-01 rstonePass SR-IOV configuration to kernel using an nvlist
2015-03-01 rstoneAdd function to validate the consistency of SR-IOV...
2015-03-01 rstoneAdd infrastructure for exporting config schema from...
2015-03-01 rstoneAdd interface to destroy SR-IOV VFs
2015-03-01 rstoneAllocate PCI I/O memory spaces for VFs
2015-03-01 rstoneEmulate the Device ID and Vendor ID registers for VFs
2015-03-01 rstoneImplement interface to create SR-IOV Virtual Functions
2015-03-01 rstoneAdd manpages for SR-IOV enable/disable driver interface
2015-03-01 rstoneDocument pci_iov_attach/detach in pci.9
2015-03-01 rstoneAllow passthrough devices to be hinted.
2015-03-01 rstoneAdd some pcib methods to get ARI-related information
2015-03-01 rstoneRefactor PCI resource allocation
2015-03-01 rstoneRefactor PCI device creation
2015-03-01 rstoneFix build of nv_tests.cc
2015-03-01 rstoneMove libnv into the kernel and hook it into the kernel...
2015-03-01 rstoneAdd macros to make code compile in kernel
2015-03-01 rstoneAllow Illumos code to co-exist with nv(9)
2015-03-01 rstonePrevent creation of an invalid nvlist
2015-03-01 rstoneDon't allocate memory for operations that do not insert
2015-03-01 rstoneAdd function to force an nvlist into the error state
2015-03-01 rstoneImplement asprintf in libkern
2015-03-01 rstoneExtend the unit test to fix the bug caught in r277925
2015-03-01 rstoneAdd tests for dnvlist_take_*
2015-03-01 rstoneAdd tests for dnv_get_*
2015-03-01 rstoneAdd tests for nvlist_free* functions
2015-03-01 rstoneAdd tests for nvlist_take_*
2015-03-01 rstoneAdd test cases for nvlist_move_*
2015-03-01 rstoneAdd tests for nvlist_pack/unpack
2015-03-01 rstoneAdd tests for nvlist_clone
2015-03-01 rstoneTests of basic nvlist add functions
2015-03-01 rstoneRevert r279422. My "apply patch and commit" script...
2015-03-01 rstoneTests of basic nvlist add functions
2015-03-01 rstoneMake libnv headers includable from C++
2015-02-28 adrianAdd another register definition for the AR8327.
next