| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 82 | -572/+583 |
* | Make sure IFM_AVALID is also set when checking ifm_status. | rpaulo | 2013-08-07 | 1 | -1/+1 |
* | Add a missing module version declaration to if_tun(4). | markj | 2013-08-07 | 1 | -0/+1 |
* | Fix a timing issue with the wired driver. | rpaulo | 2013-08-07 | 1 | -1/+30 |
* | Pass variables prefixed with both LD_ and LD_32_ to the run-time linker. | markj | 2013-08-07 | 1 | -13/+17 |
* | Fill in the description fields for M_FICT_PAGES. | markj | 2013-08-07 | 1 | -1/+1 |
* | Change <sys/diskpc98.h> to not redefine the same symbols that are | marcel | 2013-08-07 | 7 | -52/+49 |
* | MFV r254011: | delphij | 2013-08-06 | 1 | -15/+55 |
* | Adjust make knobs to know that WITH_ICONV installs a /usr/bin/iconv | sbruno | 2013-08-06 | 1 | -0/+4 |
* | Make the various driver MSIX setup routines fallback to MSI more | jfv | 2013-08-06 | 4 | -50/+50 |
* | - Fix a bug in the MSI allocation logic so an MSI is also employed if a | marius | 2013-08-06 | 1 | -21/+7 |
* | As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSI | marius | 2013-08-06 | 2 | -40/+41 |
* | When the igb driver is static there are cases when early interrupts occur, | jfv | 2013-08-06 | 1 | -0/+4 |
* | Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6, | hrs | 2013-08-06 | 2 | -41/+29 |
* | This bug fix is in a code path in rename taken when there is a | mckusick | 2013-08-06 | 1 | -1/+1 |
* | fix fat-fingering in r253996 | avg | 2013-08-06 | 1 | -1/+0 |
* | opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUG | avg | 2013-08-06 | 27 | -6/+99 |
* | Fix build on arm and mips. | hrs | 2013-08-06 | 2 | -9/+4 |
* | Add MD (for now) atomic_store_acq_<type>() and use it in pmap_activate() | marius | 2013-08-06 | 2 | -10/+26 |
* | Block reporting of ZFS features for suspended pools. | mav | 2013-08-06 | 1 | -0/+5 |
* | Disable r252840 when ZFS TRIM is enabled (vfs.zfs.trim.enabled=1) and really | mav | 2013-08-06 | 2 | -5/+6 |
* | Make `zpool clear` to reopen also reconnected cache and spare devices. | mav | 2013-08-06 | 1 | -0/+8 |
* | Make ZFS to use separate thread to handle SPA_ASYNC_REMOVE async events. | mav | 2013-08-06 | 2 | -16/+61 |
* | dtrace: fix compilation with gcc | avg | 2013-08-06 | 1 | -0/+1 |
* | Make section headings for different quirk types consistent. | dwmalone | 2013-08-06 | 1 | -2/+2 |
* | Remove dead code. | trasz | 2013-08-06 | 2 | -44/+0 |
* | Fix formatting warning. | ae | 2013-08-06 | 1 | -1/+1 |
* | We no longer need to align the stack before calling swi_handler as it is | andrew | 2013-08-06 | 1 | -3/+0 |
* | Remove weirdly-named autofoo file. This is not needed for the (FreeBSD) | erwin | 2013-08-06 | 1 | -98/+0 |
* | Update Bind to 9.8.5-P2 | erwin | 2013-08-06 | 274 | -19947/+29902 |
|\ |
|
| * | Vendor import of BIND 9.8.5-P2 | erwin | 2013-07-31 | 3 | -2/+8 |
| * | Vendor import of Bind 9.8.5-P1 | erwin | 2013-07-24 | 268 | -19956/+29559 |
| * | Vendor import of Bind 9.8.4-P2 | erwin | 2013-03-27 | 4 | -5/+9 |
* | | Update ciss(4) with new models of raid controllers from HP | sbruno | 2013-08-06 | 2 | -0/+27 |
* | | Micro-optimize OFW syscons 8-bit blank. | jhibbits | 2013-08-06 | 1 | -5/+13 |
* | | Remove an unnecessary panic. The PVO's PTE entry and the PTEG's PTE entry may | jhibbits | 2013-08-06 | 1 | -3/+0 |
* | | - Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specified | hrs | 2013-08-06 | 2 | -6/+6 |
* | | Evict pages from the PTEG when it's full and trying to insert a new PTE, | jhibbits | 2013-08-06 | 1 | -7/+77 |
* | | With the addition of journalled soft updates, the "newblk" structures | mckusick | 2013-08-05 | 1 | -1/+1 |
* | | To better understand performance problems with journalled soft updates, | mckusick | 2013-08-05 | 1 | -9/+43 |
* | | Document IPv6 timer value change in r253970. | hrs | 2013-08-05 | 1 | -0/+7 |
* | | Let the platform calculate the timer frequency at runtime, and use that for | cognet | 2013-08-05 | 3 | -14/+26 |
* | | - Use time_uptime instead of time_second in data structures for | hrs | 2013-08-05 | 23 | -253/+287 |
* | | Do not override the ENOENT error for the empty path, or EFAULT errors | kib | 2013-08-05 | 1 | -1/+2 |
* | | When entering exception handlers we may not have an aligned stack. This is | andrew | 2013-08-05 | 3 | -6/+17 |
* | | The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node, | kib | 2013-08-05 | 2 | -0/+25 |
* | | Correct a fat-finger in the last delta. | jfv | 2013-08-05 | 1 | -1/+1 |
* | | MFprojects/camlock r249006: | mav | 2013-08-05 | 1 | -16/+13 |
* | | MFprojects/camlock r249505: | mav | 2013-08-05 | 5 | -44/+71 |
* | | Note NULL encryption method for GELI | crees | 2013-08-05 | 1 | -3/+6 |