aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant variable declaration.Cy Schubert2017-05-231-4/+0
* Add COMPAT_FREEBSD11 on arm64, the arch is almost tier-1.Konstantin Belousov2017-05-231-0/+1
* Remove superfluous parentheses.Edward Tomasz Napierala2017-05-231-2/+2
* Fix possible double releasing for SA and SP references.Andrey V. Elsukov2017-05-234-8/+6
* Regen.Konstantin Belousov2017-05-2311-1158/+997
* Commit the 64-bit inode project.Konstantin Belousov2017-05-2342-449/+1216
* Fix possible double releasing for SA reference.Andrey V. Elsukov2017-05-234-31/+41
* [ar71xx] remove dead code!Adrian Chadd2017-05-231-40/+0
* [ar71xx] add a very simple early boot driver called "caldata" to commit cross...Adrian Chadd2017-05-232-0/+177
* [arswitch] add phy debugging to the internal PHY read/write functions.Adrian Chadd2017-05-231-0/+15
* Add parent interface reference counting to if_vlan.Alexander Motin2017-05-231-14/+26
* "struct ata_params" field "reserved206[2]" actually starts at offset 20*7*.Ravi Pokala2017-05-221-1/+1
* Fix powerpc compiler error.Stephen McConnell2017-05-221-2/+2
* Replacing iterating over rootpath by strsep(3).Mariusz Zaborski2017-05-221-8/+6
* Fix regression in ndis(4) after r286410. This adds a bunch of checks forGleb Smirnoff2017-05-224-47/+65
* Check for IPV6 TCP/UDP CSUM offload in pkt header during transmits.David C Somayajulu2017-05-221-1/+2
* Remove glimpse make target added in r181432Enji Cooper2017-05-221-13/+1
* The connect() system call should return -1 and set errno to EAFNOSUPPORTMichael Tuexen2017-05-222-0/+18
* Add support for Amazon Elastic Network Adapter (ENA) NICZbigniew Bodek2017-05-227-0/+4539
* Regen sysent after r318634, no open(2) in capability modeEd Maste2017-05-222-2/+2
* disallow open(2) in capability modeEd Maste2017-05-222-9/+0
* xen/netfront: don't drop the RX lock in xn_rxeofRoger Pau Monné2017-05-221-2/+0
* Refactor & compact struct i6addr_t #ifdef: remove redundant structureCy Schubert2017-05-221-14/+2
* [ar71xx] fix up dump space a la what jhb@ did elsewhere a while ago.Adrian Chadd2017-05-211-2/+2
* msdosfs: constifyEd Maste2017-05-211-4/+4
* msdosfs: correct constant and typo in commentEd Maste2017-05-211-1/+1
* msdosfs: capitalize FAT appropriatelyEd Maste2017-05-217-60/+60
* Add get_cpu() and put_cpu().Mark Johnston2017-05-211-0/+8
* [net80211] prepare for A-MSDU/A-MPDU offload crypto / sequence number checking.Adrian Chadd2017-05-208-12/+14
* Exclude ccr(4) from arm LINT since it excludes cxgbe(4).John Baldwin2017-05-191-0/+1
* msdosfs: use C99 typesEd Maste2017-05-199-133/+133
* mlx4: Use the CQ quota for SRIOV when creating completion EQsHans Petter Selasky2017-05-192-5/+4
* Increase maximum text segment size.Michal Meloun2017-05-191-1/+1
* Fix the queue delay estimation in PIE/FQ-PIE when the timestampDon Lewis2017-05-192-6/+16
* Fix boot up on ARMADA38X uniprocessor variantWojciech Macek2017-05-191-1/+1
* Fix MPIC mask/unmaskWojciech Macek2017-05-191-6/+18
* Poll PHY status using internal e6000sw registersWojciech Macek2017-05-192-6/+53
* xen/netfront: don't drop the ring RX lock with inconsistent ring stateRoger Pau Monné2017-05-191-43/+39
* Enable proper configuration of CESA MBUS windowsWojciech Macek2017-05-194-62/+72
* Improve busy-wait loop during switch phy access in e6000swWojciech Macek2017-05-191-8/+39
* xen/blkfront: correctly detach a disk with active usersRoger Pau Monné2017-05-191-4/+7
* Sync qsort.c with userland r318515.Xin LI2017-05-191-47/+82
* net/vlan: Revert 305177Sepherosa Ziehau2017-05-191-1/+1
* The result of right shifting a negative signed value is implementationDon Lewis2017-05-192-42/+76
* Don't bother enqueuing a page immediately before freeing it.Mark Johnston2017-05-181-1/+1
* Fix a few uses of kern_yield() in the TTM and the LinuxKPI.Mark Johnston2017-05-182-3/+3
* Avoid open-coding PRI_UNCHANGED.Mark Johnston2017-05-181-1/+1
* Fix typo.Edward Tomasz Napierala2017-05-181-1/+1
* Normalize SYSDIR on SRCTOP instead of .CURDIREnji Cooper2017-05-181-1/+1
* Normalize .PATH on SRCTOPEnji Cooper2017-05-181-1/+1