aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add two counters to ieee80211com, that will be used to count transmissionGleb Smirnoff2015-05-268-1/+12
* | Make ieee80211broadcastaddr global, so that drivers or otherGleb Smirnoff2015-05-262-1/+5
* | Reduce diff before functional changes:Gleb Smirnoff2015-05-261-3/+2
* | Do not allow a process to reap an orphan (a child currently beingJohn Baldwin2015-05-262-12/+261
* | Migrate the scan iterator lock typedefs out into ieee80211_freebsd.h.Adrian Chadd2015-05-262-5/+12
* | Migrate the 802.11s locks out into ieee80211_freebsd.h, so they can beAdrian Chadd2015-05-263-18/+31
* | MFuser/delphij/zfs-arc-rebase@r281754:Xin LI2015-05-261-10/+9
* | Remove unused mutex and softc variables.Luiz Otavio O Souza2015-05-261-18/+0
* | Considers cases when NO_SHARED?=[no|NO] as dynamically linkingBaptiste Daroussin2015-05-261-1/+1
* | Ensure that all arm kernel configs contain ALT_BREAK_TO_DEBUGGER and notIan Lepore2015-05-2515-15/+11
* | Add KTR tracing for some MI ptrace events.John Baldwin2015-05-255-2/+90
* | When I merged the lemul branch I missied kib@'s r282708 commit.Dmitry Chagin2015-05-253-31/+5
* | ntp is now again libreadline free, so only build libreadline for gdbBaptiste Daroussin2015-05-251-1/+1
* | Fix overlinking again after recent ntp updatesBaptiste Daroussin2015-05-258-12/+22
* | Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.Gleb Smirnoff2015-05-258-78/+0
* | Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-2525-169/+157
* | When sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR, RTM_IEEE80211_CAC andGleb Smirnoff2015-05-251-16/+32
* | Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-2524-127/+163
* | Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-2523-0/+23
* | Update wpi(4) to use the new mgmt RX API.Adrian Chadd2015-05-252-6/+10
* | Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-2518-60/+185
* | Use ic_printf() instead of if_printf().Gleb Smirnoff2015-05-251-3/+2
* | Store softc in ic_softc and access it without using struct ifnet.Gleb Smirnoff2015-05-251-11/+12
* | Add void * member to struct ieee80211com, so that drivers can obtain theirGleb Smirnoff2015-05-251-0/+1
* | Remove unused include.Gleb Smirnoff2015-05-251-1/+0
* | Use name from ieee80211com instead of parent ifnet, in debugging printfs.Gleb Smirnoff2015-05-2510-50/+59
* | Don't compare array to NULL.Gleb Smirnoff2015-05-251-5/+2
* | Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-2527-0/+28
| |
| \
*-. \ Upgrade our copy of clang and llvm to 3.6.1 release.Dimitry Andric2015-05-25117-4164/+2067
|\ \ \
| | * | Vendor import of llvm RELEASE_361/final tag r237755 (effectively, 3.6.1 relea...vendor/llvm/llvm-release_361-r237755vendor/llvm/llvm-3.6.xDimitry Andric2015-05-21412-5960/+12692
| * | | Vendor import of clang RELEASE_361/final tag r237755 (effectively, 3.6.1 rele...vendor/clang/clang-release_361-r237755vendor/clang/clang-3.6.xDimitry Andric2015-05-2143-102/+418
* | | | zfs: fixes for a full stream received into an existing datasetAndriy Gapon2015-05-251-4/+6
* | | | dsl_dataset_promote_check: ensure that shared snaps do not become too longAndriy Gapon2015-05-251-0/+6
* | | | Unbreak build where WANT_GDB == "no', as libreadline is also used by ntpdc.Mark Murray2015-05-251-1/+1
* | | | xen: make sure xenpv bus is the last to attachRoger Pau Monné2015-05-251-1/+6
* | | | Remove excess Giant acquisition around the dounmount() call.Konstantin Belousov2015-05-251-2/+0
* | | | sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-2573-6471/+32780
* | | | Use the correct number of arguments for theMark Johnston2015-05-251-8/+8
* | | | Remove unused references to calltrap.Mark Johnston2015-05-252-4/+0
* | | | lockstat(1): document the -V option.Mark Johnston2015-05-252-2/+8
* | | | Remove a reference to the PBDRY flag, which itself was removed in r248470.Mark Johnston2015-05-251-14/+1
* | | | For objcopy, use --input-target and --output-targetCraig Rodrigues2015-05-254-5/+5
* | | | Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificOleksandr Tymoshenko2015-05-245-20/+27
* | | | Remove SUBDIR_DEPEND for non-existent libreadline directoryEnji Cooper2015-05-241-1/+0
* | | | Linux nanosleep() and clock_nanosleep() system calls alwaysDmitry Chagin2015-05-241-37/+24
* | | | Convert SCM_TIMESTAMP in recvmsg().Dmitry Chagin2015-05-242-1/+18
* | | | The latest cp tool is trying to use the btrfs clone operation that isDmitry Chagin2015-05-242-3/+16
* | | | Hide vfs.pfs.trace variable if it is not used.Dmitry Chagin2015-05-242-0/+8
* | | | Fix an mbuf(9) leak in sendmsg() under failure condition andDmitry Chagin2015-05-241-2/+1
* | | | Regen for r283492.Dmitry Chagin2015-05-2415-24/+60