aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Addendum to r254141: Allow recursion on the free pages queues lock inAlan Cox2013-08-211-1/+1
* Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore2013-08-216-3/+206
* Make the uart ns8250 high-level interface public rather than static.Ian Lepore2013-08-212-38/+73
* Fix 'make depend'.Ulrich Spörlein2013-08-211-3/+3
* Fix the (unused for now) SCSI_PROTO_iSCSI define to match style(9).Edward Tomasz Napierala2013-08-211-1/+1
* Make the noop clock successfully do nothing, because doing nothing andIan Lepore2013-08-211-1/+31
* Define the uart clocks so that they can be en/disabled at runtime.Ian Lepore2013-08-212-1/+30
* Enhance the ZFS vdev layer to maintain both a logical and a physicalJustin T. Gibbs2013-08-2125-71/+325
* Use an if/else sequence rather than unrelated if statements, so that aIan Lepore2013-08-211-7/+7
* Check for generic ns16550 after all other types. A device may be compatibleIan Lepore2013-08-211-3/+3
* MFV r254421:Xin LI2013-08-216-26/+57
|\
| * Update vendor/illumos/dist and vendor-sys/illumos/distXin LI2013-08-166-26/+57
* | MFV r254220:Xin LI2013-08-201-7/+17
|\|
| * Update vendor-sys/illumos/dist to illumos-gate 14133:4caa3904e52a:Xin LI2013-08-161-7/+17
* | Pull in r182983 from upstream clang trunk:Dimitry Andric2013-08-201-5/+10
* | Pull in r188716 from upstream clang trunk:Dimitry Andric2013-08-201-2/+4
* | Enable VFP on ARMADA XP.Andrew Turner2013-08-201-0/+1
* | Display P/N information in the description.Navdeep Parhar2013-08-201-3/+3
* | Stop an ipoib interface before detaching it.John Baldwin2013-08-201-0/+2
* | Force keyboards which don't have the requiredHans Petter Selasky2013-08-201-2/+6
* | Correct a typo in the event mask mnemonic.Bjoern A. Zeeb2013-08-201-1/+1
* | Catch up with various changes to if_data and make this compile againBjoern A. Zeeb2013-08-201-2/+9
* | After r241616 properly export ifi_baudrate_pf in the 32bit compat case.Bjoern A. Zeeb2013-08-201-1/+2
* | Make the standard sdhci(4) driver work for the TI OMAP family SoCs.Ian Lepore2013-08-205-1/+571
* | Added sysctl to turn off calls to vmem_check().Peter Holm2013-08-201-3/+9
* | Fix the zeroing loop. I must have been drunk when I wrote this...Dag-Erling Smørgrav2013-08-201-6/+6
* | Do not create superpage mappings in the iommu.Neel Natu2013-08-201-1/+18
* | Extract the location of the remapping hardware units from the ACPI DMAR table.Neel Natu2013-08-201-60/+54
* | Fix breakage caused by r254466 in minidumpsys().Neel Natu2013-08-201-4/+8
* | - Increase the active lru refresh interval to 10 minutes. This has beenJeff Roberson2013-08-191-4/+12
* | - Use an arbitrary but reasonably large import size for kva on architecturesJeff Roberson2013-08-192-3/+11
* | Enable VFP on the Zedboard.Andrew Turner2013-08-191-0/+1
* | Subversion requires atomic functions we only support on arm with clang.Andrew Turner2013-08-191-1/+3
* | Remove incorrect 'const' qualifier from pointers to dynamic stringJohn Baldwin2013-08-191-1/+1
* | Bump __FreeBSD_version to 1000046 after the addition of M_PROTO[9-12]Andre Oppermann2013-08-191-1/+1
* | Do not use pv_kva on ARMv6/v7 and save some space on each vm_page. It's onlyRafal Jaworowski2013-08-192-1/+3
* | Simplify and clean up pmap_clearbit()Rafal Jaworowski2013-08-191-7/+2
* | Allow UART_POLL_FREQ to be set as a kernel option as well as via tunableIan Lepore2013-08-193-2/+5
* | Fix ARMv6/v7 mapping's wired status.Rafal Jaworowski2013-08-191-1/+2
* | Clear all L2 PTE protection bits before their configuration.Rafal Jaworowski2013-08-192-2/+2
* | Simplify pv_entry removal or ARMv6/v7:Rafal Jaworowski2013-08-191-36/+18
* | Reorder the mbuf defines to make more sense and group related flagsAndre Oppermann2013-08-193-30/+38
* | Migrate the net80211 protocol specific use of M_FRAG, M_FIRSTFRAG andAndre Oppermann2013-08-192-6/+9
* | Add entry for packages-9.2-release directory.Glen Barber2013-08-191-0/+1
* | Add four additional M_PROTOFLAGS[9-12] for protocol specific use.Andre Oppermann2013-08-191-4/+6
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up andAndre Oppermann2013-08-1915-12/+37
* | Add support for parameterised device tree sources to the device tree compiler.David Chisnall2013-08-194-18/+145
* | Move the SCTP specific definition of M_NOTIFICATION onto a protocolAndre Oppermann2013-08-192-2/+5
* | Remove the unused M_NOFREE mbuf flag. It didn't have any in-tree usersAndre Oppermann2013-08-193-13/+3
* | Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specificAndre Oppermann2013-08-193-4/+11