summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net80211 (trivial, noop): remove duplicate check from hostap_recv_mgmt()avos2016-04-201-5/+6
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemavos2016-04-2018-135/+84
* Fix KGDB backtrace on ARMwma2016-04-206-19/+83
* Fix MFS symbol redefinition with clang 3.8.0wma2016-04-201-0/+9
* Arm and arm64 both have fueword() implemented for some time. Correctkib2016-04-201-2/+2
* Don't use SYSDIR to avoid conflicts with existing usage.grehan2016-04-201-2/+2
* Indentation issues.pfg2016-04-209-25/+13
* Minor indentation issue.pfg2016-04-201-2/+1
* Use our nitems() macro when param.h is available.pfg2016-04-2015-26/+23
* Avoid a possible heap overflow in our nlm code by limiting the numbersbruno2016-04-201-0/+6
* Add compat strings used by OpenWRT to some Mediatek/Ralink driverssgalabov2016-04-203-6/+4
* Rework mtk_gpio_v1 driversgalabov2016-04-201-47/+50
* Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCssgalabov2016-04-202-4/+481
* Modify mx25l FDT compatible device handlingsgalabov2016-04-201-3/+17
* Include resets and clocks properties for PCI in FreeBSD RT3883 dtsi filesgalabov2016-04-201-0/+3
* Change OpenWRT imported dtsi filessgalabov2016-04-209-9/+9
* Group the ThunderX PCIe PEM newbus methods to help find them.andrew2016-04-201-3/+6
* Pull out the MSI/MSI-X handling calls to simplify future intrngandrew2016-04-201-5/+48
* Fix inverted priv check calls. Priv check returns zero on success andhselasky2016-04-201-3/+3
* Update the bhyve(8) man page:novel2016-04-201-1/+22
* sym(4): Don't double-free 'sim' in failure casecem2016-04-201-0/+1
* sound(4): Don't use-after-free in midi module unloadcem2016-04-201-4/+4
* kgssapi(4): Don't allow user-provided arguments to overrun stack buffercem2016-04-201-1/+3
* pty(4): Use strlcpy to guarantee destination buffer isn't overruncem2016-04-201-1/+1
* kgssapi(4): Fix string overrun in Kerberos principal constructioncem2016-04-201-1/+1
* i915kms: Fix memory leak if a CRT is detectedcem2016-04-201-2/+5
* drm2(4): Fix double-free in low-memory error pathcem2016-04-201-1/+3
* Make Racct macro slightly more gracious given RACCT_UNDEFINEDcem2016-04-201-1/+2
* aesni(4): Initialize error before usecem2016-04-201-0/+1
* i915kms intel_pm: Read from actual tsc_freq instead of uninitialized localcem2016-04-201-3/+4
* kern_rctl: Fix resource leak in error pathcem2016-04-201-0/+1
* radix rn_inithead: Fix minor leak in low memory conditionscem2016-04-201-0/+2
* bpf_getdltlist: Don't overrun 'lst'cem2016-04-201-1/+1
* Partially revert the change on r298325 where there is anaraujo2016-04-201-1/+1
* Re-ident lines.araujo2016-04-201-12/+4
* Use NULL instead of 0 for pointers.araujo2016-04-201-2/+2
* Use NULL instead of 0 for pointers.araujo2016-04-203-10/+10
* libc: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-203-6/+6
* nctgpio(4): Don't index past the end of sc->pins arraycem2016-04-201-1/+1
* SRAT: Don't overflow domain_pxm tablecem2016-04-201-5/+6
* Use nitems() from sys/param.h.araujo2016-04-201-4/+4
* linprocfs_doproclimits: Initialize error return before usecem2016-04-201-0/+2
* linprocfs: Don't print uninitialized valuescem2016-04-201-2/+3
* Use nitems() from sys/param.h.araujo2016-04-201-2/+2
* Don't leak fd on sectorsize malloc failurengie2016-04-201-1/+2
* Fix double fclose of `fp1` when freopen failsngie2016-04-201-1/+0
* Make sure fmemopen succeeds in :test_append_binary_pos before calling ftellngie2016-04-191-0/+2
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-1925-58/+45
* sys/boot: use our nitems() macro when it is available through param.h.pfg2016-04-194-4/+4
* X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-1911-15/+15
OpenPOWER on IntegriCloud