aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Address issues found by the XCode code analyzer.Michael Tuexen2016-04-185-35/+35
* Add MK_AUTO_OBJ=no to ${MAKE} invocation if PKG_VERSION needs to beGlen Barber2016-04-181-2/+2
* Follow-up r298220: Don't pass down META_MODE which will still enable it.Bryan Drewery2016-04-181-0/+1
* META_MODE: Disable during installworld and similar.Bryan Drewery2016-04-181-0/+8
* Cause an error during 'make install' if trying to compile with CC.Bryan Drewery2016-04-181-0/+7
* Follow-up r297842: Rework header generation to fix always rebuilding.Bryan Drewery2016-04-185-131/+148
* META_MODE: Clean .meta files with 'make cleandepend'.Bryan Drewery2016-04-181-0/+3
* Reuse our roundup2() macro instead of reinventing the wheel.Pedro F. Giffuni2016-04-182-6/+2
* Re-use our roundup2() macro instead of reinventing the wheel.Pedro F. Giffuni2016-04-181-6/+4
* libipsec: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-181-1/+1
* rbootd: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-181-2/+2
* Add the ability to read a SAS device's Target Port NAA designatorAlan Somers2016-04-182-0/+14
* ftpd: replace malloc + memset 0 with calloc.Pedro F. Giffuni2016-04-181-3/+2
* libstand: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-183-10/+10
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-2/+2
* libbluetooth: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-181-2/+2
* rexec(3): use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-181-5/+5
* User NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-2/+2
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-183-3/+3
* Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainEd Maste2016-04-1810-10/+10
* Fix signed/unsigned warnings.Michael Tuexen2016-04-182-4/+5
* Pull the MSI/MSI-X handling functions out to help with INTRNG integration.Andrew Turner2016-04-181-7/+62
* Fixed indentation, minor style.Sergey Kandaurov2016-04-181-12/+12
* Fix a warning about an unused variable.Michael Tuexen2016-04-181-1/+1
* Put panic() calls under INVARIANTS.Michael Tuexen2016-04-183-0/+26
* Fix tinderbox LINT build.Xin LI2016-04-181-1/+0
* Minor cosmetic cleanupEnji Cooper2016-04-181-2/+2
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* strchr(3) will return NULL if it cannot find the character in theMarcelo Araujo2016-04-182-2/+2
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* MFV r298178:Xin LI2016-04-1878-952/+4426
|\
| * Vendor import of file 4.26.vendor/file/5.26Xin LI2016-04-1876-948/+4419
* | User NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* | Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* | Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* | Cleanup debug output.Michael Tuexen2016-04-181-39/+39
* | Don't use anonymous unions.Michael Tuexen2016-04-183-4/+4
* | Remove a left-over debug printf().Michael Tuexen2016-04-181-10/+0
* | Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detectionStanislav Galabov2016-04-182-8/+12
* | Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-4/+4
* | Use NULL for pointers.Marcelo Araujo2016-04-181-1/+1
* | Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-183-7/+7
* | Use NULL instead of 0.Marcelo Araujo2016-04-181-3/+3
* | The malloc will return NULL if it can't allocate memory.Marcelo Araujo2016-04-181-1/+1
* | Use nitems instead of 'sizeof(mapnames) / sizeof(mapnames[0]'.Marcelo Araujo2016-04-181-2/+2
* | Add the kern.vt.enable_bell sysctl, which was not documented previously.Warren Block2016-04-181-5/+18
* | [urtwn] default to announcing RX 64K aggregates.Adrian Chadd2016-04-181-0/+1
* | [net80211] put in a comment about the not-quite-correctness of A-MPDU paramet...Adrian Chadd2016-04-181-0/+8
* | Use a loop instead of a goto in sysctl_kern_proc_kstack().Mark Johnston2016-04-171-6/+3
* | Fix the description of the first two arguments to proc:::create.Mark Johnston2016-04-171-2/+2