aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hyperv/storvsc: Deliver CAM_SEL_TIMEOUT upon SRB status error.Sepherosa Ziehau2016-08-172-100/+61
* Add support for set/get cam search modeDavid C Somayajulu2016-08-176-6/+271
* Add ql_minidump.hDavid C Somayajulu2016-08-171-0/+470
* Upgrade fw, bootloader and minidump template to version 5.4.58David C Somayajulu2016-08-1713-148769/+150464
* PCIe HotPlug: Detect bridges that are not really HotPlug capableEric van Gyzen2016-08-171-15/+34
* Fix a stupid typo (or copy/paste buffer malfunction).Gleb Smirnoff2016-08-161-1/+1
* We should not be allowing a timeout to reset when a drain is in progress onGleb Smirnoff2016-08-161-1/+1
* bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller2016-08-1632-411/+4076
* bhndb(4): Drop MIPS-incompatible __builtin_ctz dependency.Landon J. Fuller2016-08-162-21/+40
* Bug 211013 reports that a write error to a UFS filesystem runningKirk McKusick2016-08-162-22/+125
* Only expect :encode_tv_random_million to fail on 64-bit platformsEnji Cooper2016-08-161-1/+4
|\
| * Only expect :encode_tv_random_million to fail on 64-bit platformsEnji Cooper2016-08-161-1/+4
| * MFhead @ r304232Enji Cooper2016-08-16144-3175/+3163
| |\
| * \ MFhead @ r304091Enji Cooper2016-08-1446-127/+724
| |\ \
| * \ \ MFhead @ r304061Enji Cooper2016-08-13171-977/+9287
| |\ \ \
| * \ \ \ MFhead @ r304038Enji Cooper2016-08-13165-3431/+4739
| |\ \ \ \
| * | | | | Expect :raw to fail on FreeBSDEnji Cooper2016-08-131-0/+4
| * | | | | Skip 64kB bucket testcasesEnji Cooper2016-08-131-1/+11
| * | | | | Expect :mutexattr2 to fail on FreeBSDEnji Cooper2016-08-131-0/+17
| * | | | | Hack around output differences between FreeBSD and other BSDsEnji Cooper2016-08-131-0/+6
| * | | | | Adjust CFLAGS for fmod_test so it can find isqemu.hEnji Cooper2016-08-131-0/+3
| * | | | | Checkpoint initial integration workEnji Cooper2016-08-12217-13328/+33134
| |\ \ \ \ \
| | * | | | | Remove CVS directories accidentally added in r303980vendor/NetBSD/tests/08.11.2016_18.01Enji Cooper2016-08-1276-132/+0
| | * | | | | Update ^/vendor/NetBSD/tests/dist to a more recent snapshotEnji Cooper2016-08-12389-18033/+33886
* | | | | | | Remove prototypes missed in r303951.Mark Johnston2016-08-161-3/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | In UFS_BALLOC(), invalidate pages of indirect buffers on failed blockKonstantin Belousov2016-08-161-4/+4
* | | | | | On unwind after failed block allocation in ffs_balloc_ufs{1,2}, assertKonstantin Belousov2016-08-161-0/+34
* | | | | | Add two new macros, SLIST_CONCAT and LIST_CONCAT. Note in both theKirk McKusick2016-08-162-3/+77
* | | | | | When looking up dandling buffers for unwing after failing blockKonstantin Belousov2016-08-161-2/+4
* | | | | | When block allocation fails in UFS_BALLOC(), and the volume does notKonstantin Belousov2016-08-161-4/+4
* | | | | | In ffs_balloc_ufs{1,2} routines, assert that unwind records do notKonstantin Belousov2016-08-161-0/+12
* | | | | | Use nitems() from sys/param.h.Marcelo Araujo2016-08-161-2/+2
* | | | | | Use nitems() from sys/param.h.Marcelo Araujo2016-08-161-3/+3
* | | | | | A few more wording tweaks as suggested (with some modificationsRandall Stewart2016-08-161-8/+8
* | | | | | Here we update the modular tcp to be able to switch to anRandall Stewart2016-08-166-37/+116
* | | | | | Only use WaitForKeys event if it exists, this is not the case in u-boot efi i...Emmanuel Vadot2016-08-161-2/+7
* | | | | | Use %ju modifier for u_int64_t and %jd modifier for off_t.Emmanuel Vadot2016-08-162-2/+2
* | | | | | tty: Use proper definition of exit status code and stdin macroSofian Brabez2016-08-161-3/+4
* | | | | | Comments describing how to properly use the new lock_add functionsRandall Stewart2016-08-161-0/+19
* | | | | | This cleans up the timer code in TCP and also makes it so we do notRandall Stewart2016-08-162-98/+93
* | | | | | Trim unneeded bootstrap after r301470 made 9.1 the minimum supported release.Bryan Drewery2016-08-161-10/+0
* | | | | | Don't conflate enum nss_status return values values with int (NS_SUCCESS,Brooks Davis2016-08-161-38/+38
* | | | | | The fdatasync(2) call must be cancellation point.Konstantin Belousov2016-08-166-1/+67
* | | | | | [mips] fix use-before-initialised.Adrian Chadd2016-08-161-0/+2
* | | | | | hyperv/hn: Simplify RNDIS message checks on RX path.Sepherosa Ziehau2016-08-162-7/+11
* | | | | | hyperv/hn: Simplify RNDIS NVS message sending.Sepherosa Ziehau2016-08-166-41/+58
* | | | | | hyperv/hn: Factor out hn_nvs_send/hn_nvs_send_sglistSepherosa Ziehau2016-08-164-27/+49
* | | | | | tcp/lro: Make # of LRO entries tunableSepherosa Ziehau2016-08-161-1/+11
* | | | | | Regenerate DTrace tests.Mark Johnston2016-08-164-0/+30
* | | | | | MFV r304057:Mark Johnston2016-08-1617-54/+1095
|\ \ \ \ \ \