aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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-161-2/+36
* 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
* 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-164-33/+65
* 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
* 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
* [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
* MFV r301526:Mark Johnston2016-08-162-85/+224
* MFV r301525:Mark Johnston2016-08-161-1/+8
* MFV r301524:Mark Johnston2016-08-161-2/+12
* MFV r296989:Mark Johnston2016-08-161-4/+4
* Remove the mcd(4) driver for Mitsumi CD-ROM players.John Baldwin2016-08-158-2161/+0
* Clean up the new sc cn open and close functions (old sc cn grab and ungrabBruce Evans2016-08-151-17/+11
* Eliminate use of sys_fsync() and sys_fdatasync().Ed Schouten2016-08-154-12/+5
* sem_post(): wake up the sleeper only after adjusting has_waitersEric Badger2016-08-151-3/+3
* Let CloudABI use fdatasync() as well.Ed Schouten2016-08-151-3/+2
* Restructure the grabbing functions into mere wrappers of new open andBruce Evans2016-08-151-8/+26
* Implement VOP_FDATASYNC() for UFS.Konstantin Belousov2016-08-152-22/+68
* Implement VOP_FDATASYNC() for msdosfs.Konstantin Belousov2016-08-153-0/+13
* Regen after r304176, fdatasync(2) addition.Konstantin Belousov2016-08-1511-12/+68
* Add an implementation of fdatasync(2).Konstantin Belousov2016-08-155-20/+52
* VOP_FSYNC() does not take cred as an argument. Correct comment.Konstantin Belousov2016-08-151-1/+0
* Fix restoring the kbd_mode part of the keyboard state in grab/ungrab.Bruce Evans2016-08-152-10/+8
* Add support for register dumps on VF devices.John Baldwin2016-08-152-7/+62
* Update mailbox writes to work with VF devices.John Baldwin2016-08-151-4/+31
* Make SGE parameter handling more VF-friendly.John Baldwin2016-08-154-4/+11
* [Oops, the previous commit was missing the update to syscons.h.]Bruce Evans2016-08-151-1/+1
* Like scr_lock, the grab count needs to be per-physical-device to work.Bruce Evans2016-08-151-2/+2
* Disable some more unsafe things in (low level) console mode:Bruce Evans2016-08-151-5/+6
* Change all uses of 'debugger' to kdb_active and remove this variable. ThisBruce Evans2016-08-151-8/+6
* Fix command: ipfw set (enable|disable) N (where N > 4).Oleg Bulyzhin2016-08-151-2/+4
* Quick fix for locking fixes in r172250. The lock added there was per-Bruce Evans2016-08-152-8/+9
* pf: Add missing byte-order swap to pf_match_addr_rangeKristof Provost2016-08-151-6/+6
* e1000: Add support for Kaby Lake IDsSean Bruno2016-08-156-14/+45
* Remove duplicate definition of get_pcb_td(). gcc works for detectingBruce Evans2016-08-151-1/+0
* Ensure that sctp_it_ctl.cur_it does not point to a free object (duringMichael Tuexen2016-08-151-2/+2
* Add the ARMv8.1 identification registers to the list we print when booting.Andrew Turner2016-08-152-3/+150
* hyperv/hn: Switch to vmbus xact APIs for sub-channel alloc request.Sepherosa Ziehau2016-08-154-37/+77
* hyperv/hn: Simplify chimney sending buffer disconnection.Sepherosa Ziehau2016-08-152-19/+19