| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge llvm trunk r238337 from ^/vendor/llvm/dist, resolve conflicts, and | dim | 2015-05-27 | 1987 | -94694/+174544 |
|\ |
|
| * | Vendor import of llvm trunk r238337: | dim | 2015-05-27 | 9858 | -221377/+478968 |
| * | Vendor import of llvm RELEASE_361/final tag r237755 (effectively, 3.6.1 relea... | dim | 2015-05-21 | 412 | -5960/+12692 |
* | | Fix a typo. | gjb | 2015-05-26 | 1 | -1/+1 |
* | | Fix spelling mistake in comment. | gavin | 2015-05-26 | 1 | -1/+1 |
* | | memmem(3): empty little string matches the beginning of the big string | emaste | 2015-05-26 | 3 | -12/+18 |
* | | Use SVNREVISION and BUILDDATE if passed into the make(1) | gjb | 2015-05-26 | 1 | -12/+14 |
* | | Print error message if autoload fails due to missing DTB blob, otherwise | gonzo | 2015-05-26 | 1 | -1/+3 |
* | | Import new moduli from OpenBSD. Although there is no reason to distrust | des | 2015-05-26 | 1 | -261/+275 |
* | | Print leading zeroes of UFS2 fs_id like we do for UFS1. | ae | 2015-05-26 | 1 | -1/+1 |
* | | Reindent after r283575. | gjb | 2015-05-26 | 1 | -35/+35 |
* | | Remove duplicate exists() sanity check. | gjb | 2015-05-26 | 1 | -3/+0 |
* | | Set STAGE_TARGETS only if RELEASEDIR exists. | gjb | 2015-05-26 | 1 | -0/+2 |
* | | Remove a continuation on error, since the relevant behavior can | gjb | 2015-05-26 | 1 | -2/+2 |
* | | Fix build WITHOUT_CDDL by unconditionnaly adding libproc and librtld_db | bapt | 2015-05-26 | 1 | -1/+1 |
* | | MFi386: r283407 | nyan | 2015-05-26 | 1 | -2/+14 |
* | | Provide ieee80211_get_counter() that sums up ieee802com | glebius | 2015-05-26 | 1 | -0/+31 |
* | | Add two counters to ieee80211com, that will be used to count transmission | glebius | 2015-05-26 | 8 | -1/+12 |
* | | Make ieee80211broadcastaddr global, so that drivers or other | glebius | 2015-05-26 | 2 | -1/+5 |
* | | Reduce diff before functional changes: | glebius | 2015-05-26 | 1 | -3/+2 |
* | | Do not allow a process to reap an orphan (a child currently being | jhb | 2015-05-26 | 2 | -12/+261 |
* | | Migrate the scan iterator lock typedefs out into ieee80211_freebsd.h. | adrian | 2015-05-26 | 2 | -5/+12 |
* | | Migrate the 802.11s locks out into ieee80211_freebsd.h, so they can be | adrian | 2015-05-26 | 3 | -18/+31 |
* | | MFuser/delphij/zfs-arc-rebase@r281754: | delphij | 2015-05-26 | 1 | -10/+9 |
* | | Remove unused mutex and softc variables. | loos | 2015-05-26 | 1 | -18/+0 |
* | | Considers cases when NO_SHARED?=[no|NO] as dynamically linking | bapt | 2015-05-26 | 1 | -1/+1 |
* | | Ensure that all arm kernel configs contain ALT_BREAK_TO_DEBUGGER and not | ian | 2015-05-25 | 15 | -15/+11 |
* | | Add KTR tracing for some MI ptrace events. | jhb | 2015-05-25 | 5 | -2/+90 |
* | | When I merged the lemul branch I missied kib@'s r282708 commit. | dchagin | 2015-05-25 | 3 | -31/+5 |
* | | ntp is now again libreadline free, so only build libreadline for gdb | bapt | 2015-05-25 | 1 | -1/+1 |
* | | Fix overlinking again after recent ntp updates | bapt | 2015-05-25 | 8 | -12/+22 |
* | | Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE. | glebius | 2015-05-25 | 8 | -78/+0 |
* | | Change three methods in struct ieee80211com, namely ic_updateslot, | glebius | 2015-05-25 | 25 | -169/+157 |
* | | When sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR, RTM_IEEE80211_CAC and | glebius | 2015-05-25 | 1 | -16/+32 |
* | | Convert malloc/free back to #define's, as part of OS portability work. | adrian | 2015-05-25 | 24 | -127/+163 |
* | | Set ic_softc in all 802.11 drivers. Not required right now, but will be | glebius | 2015-05-25 | 23 | -0/+23 |
* | | Update wpi(4) to use the new mgmt RX API. | adrian | 2015-05-25 | 2 | -6/+10 |
* | | Begin plumbing ieee80211_rx_stats through the receive path. | adrian | 2015-05-25 | 18 | -60/+185 |
* | | Use ic_printf() instead of if_printf(). | glebius | 2015-05-25 | 1 | -3/+2 |
* | | Store softc in ic_softc and access it without using struct ifnet. | glebius | 2015-05-25 | 1 | -11/+12 |
* | | Add void * member to struct ieee80211com, so that drivers can obtain their | glebius | 2015-05-25 | 1 | -0/+1 |
* | | Remove unused include. | glebius | 2015-05-25 | 1 | -1/+0 |
* | | Use name from ieee80211com instead of parent ifnet, in debugging printfs. | glebius | 2015-05-25 | 10 | -50/+59 |
* | | Don't compare array to NULL. | glebius | 2015-05-25 | 1 | -5/+2 |
* | | Make net80211 drivers supply their device name to the net80211 layer, so | glebius | 2015-05-25 | 27 | -0/+28 |
* | | Upgrade our copy of clang and llvm to 3.6.1 release. | dim | 2015-05-25 | 117 | -4164/+2067 |
* | | zfs: fixes for a full stream received into an existing dataset | avg | 2015-05-25 | 1 | -4/+6 |
* | | dsl_dataset_promote_check: ensure that shared snaps do not become too long | avg | 2015-05-25 | 1 | -0/+6 |
* | | Unbreak build where WANT_GDB == "no', as libreadline is also used by ntpdc. | markm | 2015-05-25 | 1 | -1/+1 |
* | | xen: make sure xenpv bus is the last to attach | royger | 2015-05-25 | 1 | -1/+6 |