summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* DIRDEPS_BUILD: Hookup CLANG_EXTRAS.bdrewery2016-02-1631-0/+1282
* Remove an unused variable that snuck into the previous revision.jhb2016-02-161-1/+0
* Fetch the current thread and it's syscall state from the trussinfo objectjhb2016-02-163-24/+27
* The locking annotations for struct sockbuf originally used the key fromjhb2016-02-162-21/+23
* Fix naive use of ftell(3).pfg2016-02-161-1/+1
* Another conversion u_long -> rman_res_tjhibbits2016-02-161-5/+5
* crontab: ftruncate() with ftello() instead of ftell().pfg2016-02-161-1/+1
* cron: use (char *)NULL instead of (char *)0 in execle.pfg2016-02-161-2/+3
* Whitespace changes.tuexen2016-02-164-6/+7
* Improve the teardown of the SCTP stack.tuexen2016-02-165-54/+109
* Add CLEANDEPEND[FILES|DIRS] and simplify the tags cleanup to use it.bdrewery2016-02-161-8/+18
* Always remove .depend.* regardless of WITH_FAST_DEPEND in case of changingbdrewery2016-02-161-2/+1
* Remove temporary hack from r294370 for SSH upgrades.bdrewery2016-02-161-8/+0
* Convert a few more long -> rman_res_t.jhibbits2016-02-162-6/+6
* Revert r295648 for now.bdrewery2016-02-161-4/+4
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-1610-10/+26
* Allow elfcopy to convert between two non-ELF formatsemaste2016-02-161-0/+12
* Use EARLY_DRIVER_MODULE() for ti_scm driver to be attached beforeskra2016-02-161-1/+2
* Do not use DMA channels used by GPU.skra2016-02-163-33/+62
* Add a sysctl to read the internal temperature of the AXP209 Powerandrew2016-02-161-0/+41
* Add an analog audio driver for the audio codec found on the Allwinnerandrew2016-02-164-0/+862
* Support PEM that is not a PCI endpoint on ThunderXzbb2016-02-165-33/+169
* Temporary overwrite bad definition of elm interrupt property in Linuxskra2016-02-161-0/+4
* Only read the power state register when we will be using its value. Whileandrew2016-02-161-10/+13
* Add myself as ports committer (including calendar)olivier2016-02-162-0/+3
* ichsmb: add PCI device ID for Intel Sunrise Point-H SMBus controllervangyzen2016-02-161-0/+4
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-169-12/+22
* Filemon: Fix panic when fork1() is called from kproc_create().bdrewery2016-02-161-1/+1
* Remove the need for overriding depend.bdrewery2016-02-161-4/+4
* Add missing dependency on sys/conf/newvers.sh.bdrewery2016-02-161-2/+2
* Add an .ORDER for all/install.bdrewery2016-02-161-0/+1
* Use built-in :tA here rather than realpath(1).bdrewery2016-02-161-1/+1
* Don't descend into test directories for distribution->installconfig.bdrewery2016-02-161-1/+1
* Test directories can build in parallel fine.bdrewery2016-02-166-8/+4
* Fix a panic bug that cropped up in the PTE rewrite.jhibbits2016-02-162-1/+3
* Consolidate common beforebuild logic.bdrewery2016-02-165-9/+7
* fputs: Return the number of bytes written.pfg2016-02-151-1/+1
* Correct the ABI name for Linux/i386 binaries under FreeBSD/i386.jhb2016-02-151-1/+1
* Sign extend the error value for failing Linux/i386 system calls. Thisjhb2016-02-151-0/+2
* Add support for the Allwinner DMA controller. This will be used by the atandrew2016-02-157-0/+720
* Add support for the AXP209 Power System Management IC. This allows boardsandrew2016-02-152-0/+183
* Set sc->clkfreq removed in r295470andrew2016-02-151-0/+2
* getln: We cannot expand the buffer beyond INT_MAX.pfg2016-02-152-2/+12
* fputs: Return the number of bytes written.pfg2016-02-151-0/+3
* Fix the spelling of OF_getencprop. It will fix the data correctly for theandrew2016-02-152-6/+4
* Remove an unused FDT header, fdt_common.h should only be needed in a fewandrew2016-02-151-2/+0
* Remove an unused static inline function.andrew2016-02-151-11/+0
* Initial OMAP4 WUGEN pass-through driver. SPI interrupts are passedskra2016-02-152-0/+229
* Add support for the Allwinner i2c device. This is similar to the existingandrew2016-02-1510-318/+637
* Allow MIPS INTRNG code to be built without FDT support.adrian2016-02-151-0/+2
OpenPOWER on IntegriCloud