aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Close races between device close and request processing.Alexander Motin2015-09-112-39/+44
* Ensure that ERROR chunks are always padded by implementing thisMichael Tuexen2015-09-114-26/+38
* Reference/release devices on every I/O, rather on open/close.Alexander Motin2015-09-111-104/+120
* Add support for PPP-Max-Payload PPPoE tag (RFC4638).Alexander Motin2015-09-112-0/+58
* Revert $FreeBSD$.Cy Schubert2015-09-111-1/+1
* Fix mutex errors.Cy Schubert2015-09-111-1/+1
* Fixup typos in comments.Cy Schubert2015-09-111-5/+9
* bufdonebio is now unused. Retire it too.Warner Losh2015-09-111-18/+0
* Add stack_save_td_running(), a function to trace the kernel stack of aMark Johnston2015-09-1114-39/+165
* Remove the arg0 field from struct amd64_frame. Its existence was a bug,Mark Johnston2015-09-112-2/+1
* Merge stack(9) implementations for i386 and amd64 under x86/.Mark Johnston2015-09-118-178/+94
* MFV r283513:Mark Johnston2015-09-111-2/+12
* MFV r283512:Mark Johnston2015-09-111-3/+3
* Remove the v_cache_min and v_cache_max sysctls. They are unused and haveMark Johnston2015-09-114-11/+3
* dev_strategy and dev_strategy_csw are unused since r281825. RemoveWarner Losh2015-09-112-52/+0
* Add a comment that to clarify how to determine the amount of received DDPJohn Baldwin2015-09-101-0/+13
* Do not hold the process around the vm_fault() call from the trap()s.Konstantin Belousov2015-09-108-198/+22
* Reimplement CTL High Availability.Alexander Motin2015-09-1022-1992/+2399
* Remove unused target and initiator IDs.Alexander Motin2015-09-1011-72/+42
* Disable CTL_IO_DELAY feature.Alexander Motin2015-09-102-21/+7
* Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6 forgotten in the previous commit.Hiroki Sato2015-09-101-2/+0
* Update USB quirk.Hans Petter Selasky2015-09-101-1/+1
* - Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These are quite old APIs andHiroki Sato2015-09-101-5/+0
* - Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These are quite old APIs andHiroki Sato2015-09-101-107/+22
* Do not add IN6_IFF_TENTATIVE when ND6_IFF_NO_DAD.Hiroki Sato2015-09-101-4/+6
* Remove IN6_IFF_NOPFX. This flag was no longer used.Hiroki Sato2015-09-102-6/+0
* - Remove GIF_{SEND,ACCEPT}_REVETHIP.Hiroki Sato2015-09-102-56/+25
* Also make kern.maxfilesperproc a boot time tunable.Adrian Chadd2015-09-101-1/+2
* For open("name", O_DIRECTORY | O_CREAT), do not try to create theKonstantin Belousov2015-09-091-1/+4
* Rework copyinstr to:Andrew Turner2015-09-091-4/+6
* Add new USB ID.Hans Petter Selasky2015-09-092-0/+2
* Remove a check which caused spurious SIGSEGV on usermode access to theKonstantin Belousov2015-09-091-10/+4
* Add PVR identifier for E6500, from the reference.Justin Hibbits2015-09-091-0/+1
* Correct setting R92C_TDECTRL_BLK_DESC_NUM_M bit.Kevin Lo2015-09-091-1/+1
* Remove duplicate entry for Sierra Wireless Aircard 875Renato Botelho2015-09-082-2/+1
* - Fix Sierra MC7354 ID from a bad copy/paste, correct ID is 68C0Renato Botelho2015-09-081-1/+1
* drm/ttm: Drain taskqueue if taskqueue_cancel_timeout() returned an errorJean-Sébastien Pédron2015-09-081-2/+1
* Add support for pmap_mincore on arm64 by walking the page tables to findAndrew Turner2015-09-081-1/+67
* The swap pager is compatible with direct dispatch. It does its ownWarner Losh2015-09-081-11/+42
* Allow us to set the console device tree node. This is needed as not allAndrew Turner2015-09-081-10/+18
* isci: check return value of pci_alloc_msix()Jim Harris2015-09-081-2/+2
* isci: explicitly enable/disable PCI busmasterJim Harris2015-09-081-0/+2
* Revert r286984 (adding opt_random.h to sys/modules/zfs/Makefile)Enji Cooper2015-09-081-1/+1
* Remove opt_random.h header pollution from sys/random.h by movingEnji Cooper2015-09-082-4/+2
* Enable TSF timer in monitor mode.Kevin Lo2015-09-081-1/+15
* Add TSF field into TX/RX radiotap headersKevin Lo2015-09-082-2/+16
* Fix comparison in run_key_set_cb().Kevin Lo2015-09-081-4/+5
* - Remove empty key_update_* functions.Kevin Lo2015-09-082-28/+8
* To simplify upcoming changes to the inactive queue scan, change the codeAlan Cox2015-09-081-18/+8
* Don't call enable_all_rings if the adapter has been freed.Adrian Chadd2015-09-071-2/+5