aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* poll: Unify userspace pollfd pointer nameConrad Meyer2018-10-261-13/+11
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-265-36/+52
* Add statistics for TRIM comandsWarner Losh2018-10-263-6/+60
* Redo r339563: Remove joy(4) driver.Warner Losh2018-10-266-400/+0
* Put a workaround in for command timeout malfunctioningWarner Losh2018-10-262-1/+22
* o Add pmap lock around pmap_fault_fixup() to ensure other thread will notRuslan Bukin2018-10-261-4/+15
* Remove #warning since it breaks libsysdecodeWarner Losh2018-10-261-2/+0
* Bump to 1300002 for sys/joystick.h removal reversion.Warner Losh2018-10-262-2/+1
* Add warning to sys/joystick.h announcing its planned demise.Warner Losh2018-10-261-0/+2
* Revert r339563.Warner Losh2018-10-268-0/+453
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-2635-177/+250
* cxgbe(4): Add a knob to split the rx queues for a netmap enabledNavdeep Parhar2018-10-251-8/+66
* Implement O_BENEATH and AT_BENEATH.Konstantin Belousov2018-10-2511-58/+72
* Remove a dead store.Mark Johnston2018-10-251-1/+1
* Update comment for AMI00[12]0 override.Warner Losh2018-10-251-4/+4
* Add FALLTHROUGH comments to appease Coverity.Mark Johnston2018-10-252-8/+10
* Bump __FreeBSD_version following the OpenSSL shared library versionGlen Barber2018-10-251-1/+1
* Remove a redundant check.Mark Johnston2018-10-251-1/+1
* cxgbe(4): Allow "pass" filters to distribute matching traffic using aNavdeep Parhar2018-10-253-3/+8
* cxgbe(4): Update the VI's default queue when netmap is enabled/disabled.Navdeep Parhar2018-10-253-5/+14
* Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis2018-10-2519-0/+42
* cxgbe(4): new sysctl to display the start of the RSS region for a VI.Navdeep Parhar2018-10-251-0/+2
* Correct condition to detect mount(2) support by a filesystem.Konstantin Belousov2018-10-241-2/+4
* Add a !NUMA definition for vm_domainset_iter_policy_ref_init().Mark Johnston2018-10-241-0/+8
* Add an #include required after r339686.Mark Johnston2018-10-241-0/+1
* Use a vm_domainset iterator in keg_fetch_slab().Mark Johnston2018-10-242-55/+69
* Remove redundant redeclaration of netmap_vp_reg().Bjoern A. Zeeb2018-10-241-1/+0
* rip6_input() inp validation after epoch(9)Bjoern A. Zeeb2018-10-241-41/+45
* pf: Fix copy/paste error in IPv6 address rewritingKristof Provost2018-10-241-1/+1
* pf: ifp can never be NULL in pfi_ifaddr_event()Kristof Provost2018-10-231-1/+4
* Only call sigdeferstop() for NFS.Konstantin Belousov2018-10-237-58/+285
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2018-10-234-4/+65
* For the moment, put back the MOUSE_PROTO_{BUS,INPORT} #defines untilWarner Losh2018-10-231-3/+3
* cxgbe/iw_cxgbe: save the ep in the driver-private provider_data field.Navdeep Parhar2018-10-231-0/+1
* Support the SHA224 HMAC algorithm in ccr(4).John Baldwin2018-10-231-0/+12
* Add sha224 to the authctx union.John Baldwin2018-10-231-0/+2
* Initialize static domainsets regardless of whether an SRAT is present.Mark Johnston2018-10-232-2/+6
* Initializer error variable in nvdimm_spa_uio().Konstantin Belousov2018-10-231-0/+1
* Revert r339634.Eric Joyner2018-10-232-9/+3
* Refactor domainset iterators for use by malloc(9) and UMA.Mark Johnston2018-10-237-70/+88
* Add the check that current VNET is ready and access to srchash is allowed.Andrey V. Elsukov2018-10-235-5/+21
* Add the check that current VNET is ready and access to srchash isAndrey V. Elsukov2018-10-231-0/+11
* Fix ipw_start(), where logic was reverted in r287197.Gleb Smirnoff2018-10-231-1/+1
* Remove softc from idhash when interface is destroyed.Andrey V. Elsukov2018-10-231-3/+7
* netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione2018-10-2313-2333/+2764
* iflib: drain enqueued tasks before detaching from taskqgroupEric Joyner2018-10-232-3/+9
* dpaa: Mark BMan and QMan as earlier driver modulesJustin Hibbits2018-10-232-2/+4
* cxgbe(4): improve the accuracy of various TSO limits reported to the kernel.Navdeep Parhar2018-10-222-3/+10
* cxgbe(4): Use automatic cidx updates with ofld and ctrl queues.Navdeep Parhar2018-10-221-12/+33
* Consolidate identical ELF auxargs type defintions.Brooks Davis2018-10-228-247/+44