summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge llvm trunk r238337 from ^/vendor/llvm/dist, resolve conflicts, anddim2015-05-271987-94694/+174544
|\
| * Vendor import of llvm trunk r238337:dim2015-05-279858-221377/+478968
| * Vendor import of llvm RELEASE_361/final tag r237755 (effectively, 3.6.1 relea...dim2015-05-21412-5960/+12692
* | Fix a typo.gjb2015-05-261-1/+1
* | Fix spelling mistake in comment.gavin2015-05-261-1/+1
* | memmem(3): empty little string matches the beginning of the big stringemaste2015-05-263-12/+18
* | Use SVNREVISION and BUILDDATE if passed into the make(1)gjb2015-05-261-12/+14
* | Print error message if autoload fails due to missing DTB blob, otherwisegonzo2015-05-261-1/+3
* | Import new moduli from OpenBSD. Although there is no reason to distrustdes2015-05-261-261/+275
* | Print leading zeroes of UFS2 fs_id like we do for UFS1.ae2015-05-261-1/+1
* | Reindent after r283575.gjb2015-05-261-35/+35
* | Remove duplicate exists() sanity check.gjb2015-05-261-3/+0
* | Set STAGE_TARGETS only if RELEASEDIR exists.gjb2015-05-261-0/+2
* | Remove a continuation on error, since the relevant behavior cangjb2015-05-261-2/+2
* | Fix build WITHOUT_CDDL by unconditionnaly adding libproc and librtld_dbbapt2015-05-261-1/+1
* | MFi386: r283407nyan2015-05-261-2/+14
* | Provide ieee80211_get_counter() that sums up ieee802comglebius2015-05-261-0/+31
* | Add two counters to ieee80211com, that will be used to count transmissionglebius2015-05-268-1/+12
* | Make ieee80211broadcastaddr global, so that drivers or otherglebius2015-05-262-1/+5
* | Reduce diff before functional changes:glebius2015-05-261-3/+2
* | Do not allow a process to reap an orphan (a child currently beingjhb2015-05-262-12/+261
* | Migrate the scan iterator lock typedefs out into ieee80211_freebsd.h.adrian2015-05-262-5/+12
* | Migrate the 802.11s locks out into ieee80211_freebsd.h, so they can beadrian2015-05-263-18/+31
* | MFuser/delphij/zfs-arc-rebase@r281754:delphij2015-05-261-10/+9
* | Remove unused mutex and softc variables.loos2015-05-261-18/+0
* | Considers cases when NO_SHARED?=[no|NO] as dynamically linkingbapt2015-05-261-1/+1
* | Ensure that all arm kernel configs contain ALT_BREAK_TO_DEBUGGER and notian2015-05-2515-15/+11
* | Add KTR tracing for some MI ptrace events.jhb2015-05-255-2/+90
* | When I merged the lemul branch I missied kib@'s r282708 commit.dchagin2015-05-253-31/+5
* | ntp is now again libreadline free, so only build libreadline for gdbbapt2015-05-251-1/+1
* | Fix overlinking again after recent ntp updatesbapt2015-05-258-12/+22
* | Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.glebius2015-05-258-78/+0
* | Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-2525-169/+157
* | When sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR, RTM_IEEE80211_CAC andglebius2015-05-251-16/+32
* | Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-2524-127/+163
* | Set ic_softc in all 802.11 drivers. Not required right now, but will beglebius2015-05-2523-0/+23
* | Update wpi(4) to use the new mgmt RX API.adrian2015-05-252-6/+10
* | Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-2518-60/+185
* | Use ic_printf() instead of if_printf().glebius2015-05-251-3/+2
* | Store softc in ic_softc and access it without using struct ifnet.glebius2015-05-251-11/+12
* | Add void * member to struct ieee80211com, so that drivers can obtain theirglebius2015-05-251-0/+1
* | Remove unused include.glebius2015-05-251-1/+0
* | Use name from ieee80211com instead of parent ifnet, in debugging printfs.glebius2015-05-2510-50/+59
* | Don't compare array to NULL.glebius2015-05-251-5/+2
* | Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-2527-0/+28
* | Upgrade our copy of clang and llvm to 3.6.1 release.dim2015-05-25117-4164/+2067
* | zfs: fixes for a full stream received into an existing datasetavg2015-05-251-4/+6
* | dsl_dataset_promote_check: ensure that shared snaps do not become too longavg2015-05-251-0/+6
* | Unbreak build where WANT_GDB == "no', as libreadline is also used by ntpdc.markm2015-05-251-1/+1
* | xen: make sure xenpv bus is the last to attachroyger2015-05-251-1/+6
OpenPOWER on IntegriCloud