summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* After r283600, NODELAY flag to inodedep_lookup() function is unused.kib2015-05-271-38/+17
* Right now, dounmount() is called with unreferenced mount point.kib2015-05-275-16/+20
* Add V_MNTREF flag to the vn_start_write(9) andkib2015-05-272-12/+17
* Currently, softupdate code detects overstepping on the workitemskib2015-05-276-14/+131
* sfxge: mask ifmedia options (pauses) when looking for matching modearybchik2015-05-271-3/+5
* 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
OpenPOWER on IntegriCloud