summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unsigned comparison < 0kevlo2013-08-071-1/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-0782-572/+583
* Make sure IFM_AVALID is also set when checking ifm_status.rpaulo2013-08-071-1/+1
* Add a missing module version declaration to if_tun(4).markj2013-08-071-0/+1
* Fix a timing issue with the wired driver.rpaulo2013-08-071-1/+30
* Pass variables prefixed with both LD_ and LD_32_ to the run-time linker.markj2013-08-071-13/+17
* Fill in the description fields for M_FICT_PAGES.markj2013-08-071-1/+1
* Change <sys/diskpc98.h> to not redefine the same symbols that aremarcel2013-08-077-52/+49
* MFV r254011:delphij2013-08-061-15/+55
* Adjust make knobs to know that WITH_ICONV installs a /usr/bin/iconvsbruno2013-08-061-0/+4
* Make the various driver MSIX setup routines fallback to MSI morejfv2013-08-064-50/+50
* - Fix a bug in the MSI allocation logic so an MSI is also employed if amarius2013-08-061-21/+7
* As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSImarius2013-08-062-40/+41
* When the igb driver is static there are cases when early interrupts occur,jfv2013-08-061-0/+4
* Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6,hrs2013-08-062-41/+29
* This bug fix is in a code path in rename taken when there is amckusick2013-08-061-1/+1
* fix fat-fingering in r253996avg2013-08-061-1/+0
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGavg2013-08-0627-6/+99
* Fix build on arm and mips.hrs2013-08-062-9/+4
* Add MD (for now) atomic_store_acq_<type>() and use it in pmap_activate()marius2013-08-062-10/+26
* Block reporting of ZFS features for suspended pools.mav2013-08-061-0/+5
* Disable r252840 when ZFS TRIM is enabled (vfs.zfs.trim.enabled=1) and reallymav2013-08-062-5/+6
* Make `zpool clear` to reopen also reconnected cache and spare devices.mav2013-08-061-0/+8
* Make ZFS to use separate thread to handle SPA_ASYNC_REMOVE async events.mav2013-08-062-16/+61
* dtrace: fix compilation with gccavg2013-08-061-0/+1
* Make section headings for different quirk types consistent.dwmalone2013-08-061-2/+2
* Remove dead code.trasz2013-08-062-44/+0
* Fix formatting warning.ae2013-08-061-1/+1
* We no longer need to align the stack before calling swi_handler as it isandrew2013-08-061-3/+0
* Remove weirdly-named autofoo file. This is not needed for the (FreeBSD)erwin2013-08-061-98/+0
* Update Bind to 9.8.5-P2erwin2013-08-06274-19947/+29902
|\
| * Vendor import of BIND 9.8.5-P2erwin2013-07-313-2/+8
| * Vendor import of Bind 9.8.5-P1erwin2013-07-24268-19956/+29559
| * Vendor import of Bind 9.8.4-P2erwin2013-03-274-5/+9
* | Update ciss(4) with new models of raid controllers from HPsbruno2013-08-062-0/+27
* | Micro-optimize OFW syscons 8-bit blank.jhibbits2013-08-061-5/+13
* | Remove an unnecessary panic. The PVO's PTE entry and the PTEG's PTE entry mayjhibbits2013-08-061-3/+0
* | - Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specifiedhrs2013-08-062-6/+6
* | Evict pages from the PTEG when it's full and trying to insert a new PTE,jhibbits2013-08-061-7/+77
* | With the addition of journalled soft updates, the "newblk" structuresmckusick2013-08-051-1/+1
* | To better understand performance problems with journalled soft updates,mckusick2013-08-051-9/+43
* | Document IPv6 timer value change in r253970.hrs2013-08-051-0/+7
* | Let the platform calculate the timer frequency at runtime, and use that forcognet2013-08-053-14/+26
* | - Use time_uptime instead of time_second in data structures forhrs2013-08-0523-253/+287
* | Do not override the ENOENT error for the empty path, or EFAULT errorskib2013-08-051-1/+2
* | When entering exception handlers we may not have an aligned stack. This isandrew2013-08-053-6/+17
* | The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node,kib2013-08-052-0/+25
* | Correct a fat-finger in the last delta.jfv2013-08-051-1/+1
* | MFprojects/camlock r249006:mav2013-08-051-16/+13
* | MFprojects/camlock r249505:mav2013-08-055-44/+71
OpenPOWER on IntegriCloud