summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFH r289384-r293170gjb2016-01-047005-255923/+1386611
|\
| * Add rtwn(4) to the hardware list.brueffer2016-01-041-0/+3
| * Finish r293098: make ip6_getpmtu() and ip6_getpmtu_ctl() use new routing APImelifaro2016-01-041-20/+22
| * Fix a memory leak in gss_release_oid_setdfr2016-01-041-6/+16
| * Fix route lookup condition: do IPv6 route lookup for source based onmelifaro2016-01-041-1/+1
| * Maintain consistent behavior: make fib4_lookup_nh_ext() returnmelifaro2016-01-041-1/+4
| * loader.efi: support non-contiguous console modesemaste2016-01-041-2/+3
| * [net80211] fix duration field; it's unsigned, but not long.adrian2016-01-041-1/+1
| * Add rib_lookup_info() to provide API for retrieving individual routemelifaro2016-01-046-66/+237
| * Remove free'ing of an uninitialized variablengie2016-01-041-2/+0
| * Use `nitems(x)` macro instead of using hardcoded numbers for indices intongie2016-01-041-53/+59
| * Convert another `string` variable to `string_arr` missed in r293130ngie2016-01-041-3/+3
| * Rename nitems and string variables to avoid collisionsngie2016-01-041-105/+106
| * Make arguments for booke_init() u_long, to match register width.jhibbits2016-01-041-2/+2
| * Set the cacheline size before calling powerpc_init()jhibbits2016-01-041-2/+2
| * sh: Link tests/builtins/getopts9.0 to the build.jilles2016-01-031-0/+1
| * iwm: use m_collapse() to defragment a mbuf chainavos2016-01-031-14/+6
| * sh: Reduce size of builtins table.jilles2016-01-032-15/+12
| * Use /bin/rm to remove /firstboot*. Otherwise rm -i alias is pickedimp2016-01-031-2/+5
| * Fix ixl(4) compilation with PCI_IOV pre-r266974ngie2016-01-031-0/+4
| * [ath] remove the inline version of the register access macros.adrian2016-01-032-16/+13
| * Fix fib4_lookup_nh_ext() flags/flowid order messed up while merging.melifaro2016-01-031-2/+2
| * Initialize the rid for input.jhibbits2016-01-031-0/+1
| * Add error interrupt handler for Freescale PCI errorsjhibbits2016-01-031-1/+112
| * Eliminate code for walking through the early static env data. This codeian2016-01-031-22/+2
| * Store the pointer to the bootloader-provided env data in a static varian2016-01-031-4/+7
| * Add sys/types.h for for size_t, etcngie2016-01-031-0/+1
| * Remove 'struct route_int6' argument from in6_selectsrc() andmelifaro2016-01-037-53/+29
| * iwm: convert to ieee80211_tx_complete()avos2016-01-031-20/+17
| * iwm: reorganize if_iwmvar.havos2016-01-033-118/+113
| * Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().melifaro2016-01-033-36/+101
| * Revert r293070ngie2016-01-031-3/+0
| * - Use attach_md instead of hardcoding md(4) provider unit numbersngie2016-01-038-107/+67
| * Add "options ZFS" to NOTES so this will be tested with the LINTngie2016-01-031-0/+3
| * If md_exec_hook is defined, provide a way to create the stringsimp2016-01-031-2/+18
| * Add libsoft to the tree, just like lib32.imp2016-01-033-0/+25
| * Add new LIBSOFT option. This is similar to the LIB32 option, exceptimp2016-01-031-0/+5
| * Create a generalized exec hook that different architectures can hookimp2016-01-0311-3/+63
| * Reword the comment to better describe what I found while researching theian2016-01-021-8/+6
| * Cast pointer through uintptr_t on the way to uint64_t to squelch a warning.ian2016-01-021-1/+1
| * Work around problems that happen when there is ram at the end of theian2016-01-021-0/+14
| * Fix booting of 32-bit kernels on 64-bit G5 hardware.andreast2016-01-021-4/+4
| * Use 64-bit math when processing the lists of physical and excluded memoryian2016-01-021-8/+9
| * Fix the arm64 build by adding an all-important '&' to get a pointer.ian2016-01-021-1/+1
| * Hide transient EBADF errors caused by the parallel revoke(2) or forcedkib2016-01-021-3/+3
| * Bump the maximum number of interrupt controllers to allow for thenwhitehorn2016-01-022-1/+7
| * Make using the #address-cells property on the interrupt parent in devicenwhitehorn2016-01-023-6/+7
| * Add an OF_decode_addr() implementation for arm64.ian2016-01-022-0/+55
| * kbdmap.5: Use current names for ASCII control codes lf, ff, usemaste2016-01-021-4/+10
| * ... and that would've never worked. Sorry!adrian2016-01-021-8/+3
OpenPOWER on IntegriCloud