aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-02-169-12/+22
* Filemon: Fix panic when fork1() is called from kproc_create().Bryan Drewery2016-02-161-1/+1
* Remove the need for overriding depend.Bryan Drewery2016-02-161-4/+4
* Add missing dependency on sys/conf/newvers.sh.Bryan Drewery2016-02-161-2/+2
* Add an .ORDER for all/install.Bryan Drewery2016-02-161-0/+1
* Use built-in :tA here rather than realpath(1).Bryan Drewery2016-02-161-1/+1
* Don't descend into test directories for distribution->installconfig.Bryan Drewery2016-02-161-1/+1
* Test directories can build in parallel fine.Bryan Drewery2016-02-166-8/+4
* Fix a panic bug that cropped up in the PTE rewrite.Justin Hibbits2016-02-162-1/+3
* Consolidate common beforebuild logic.Bryan Drewery2016-02-165-9/+7
* fputs: Return the number of bytes written.Pedro F. Giffuni2016-02-151-1/+1
* Correct the ABI name for Linux/i386 binaries under FreeBSD/i386.John Baldwin2016-02-151-1/+1
* Sign extend the error value for failing Linux/i386 system calls. ThisJohn Baldwin2016-02-151-0/+2
* Add support for the Allwinner DMA controller. This will be used by the atAndrew Turner2016-02-157-0/+720
* Add support for the AXP209 Power System Management IC. This allows boardsAndrew Turner2016-02-152-0/+183
* Set sc->clkfreq removed in r295470Andrew Turner2016-02-151-0/+2
* getln: We cannot expand the buffer beyond INT_MAX.Pedro F. Giffuni2016-02-152-2/+12
* fputs: Return the number of bytes written.Pedro F. Giffuni2016-02-151-0/+3
* Fix the spelling of OF_getencprop. It will fix the data correctly for theAndrew Turner2016-02-152-6/+4
* Remove an unused FDT header, fdt_common.h should only be needed in a fewAndrew Turner2016-02-151-2/+0
* Remove an unused static inline function.Andrew Turner2016-02-151-11/+0
* Initial OMAP4 WUGEN pass-through driver. SPI interrupts are passedSvatopluk Kraus2016-02-152-0/+229
* Add support for the Allwinner i2c device. This is similar to the existingAndrew Turner2016-02-1510-318/+637
* Allow MIPS INTRNG code to be built without FDT support.Adrian Chadd2016-02-151-0/+2
* Move the twsi driver source to be under iicbus. It is in a separateAndrew Turner2016-02-143-1/+1
* Create the twsi device option in preparation to move the driver to a commonAndrew Turner2016-02-149-1/+11
* NTB: workaround for high traffic hardware hangConrad Meyer2016-02-143-35/+406
* ext2fs: Remove panics for rename() race conditions.Pedro F. Giffuni2016-02-141-5/+8
* Remove an unused include.Andrew Turner2016-02-141-1/+0
* Restore maximum number of host keys to 64.Hans Petter Selasky2016-02-141-1/+1
* Fix a bug that caused nothing to be skipped when skipping exactly theKevin Lo2016-02-141-1/+1
* Don't dereference a pointer immediately after determining that it isColin Percival2016-02-141-1/+1
* Fix variable assignment inside if-clause in the smsc driver.Hans Petter Selasky2016-02-141-1/+1
* Reduce the number of supported WLAN keys in the rum driver, else weHans Petter Selasky2016-02-142-4/+4
* hyperv/hn: Fix typo in commentSepherosa Ziehau2016-02-141-1/+1
* ioat(4): On error detected in ithread, defer HW reset to taskqueueConrad Meyer2016-02-132-0/+22
* ioat(4): Also check for errors if the channel is suspendedConrad Meyer2016-02-131-1/+1
* ioat(4): Decode/define more capabilities, operationsConrad Meyer2016-02-132-1/+23
* Hide ucontext_t and mcontext_t when neither POSIX nor XSI features areKonstantin Belousov2016-02-131-0/+2
* ioat(4): Recheck status register on zero-descriptor wakeupsConrad Meyer2016-02-131-3/+11
* Fix missing description for command usageDevin Teske2016-02-132-2/+6
* cd9660: More "check for NULL" cleaunps.Pedro F. Giffuni2016-02-121-10/+8
* Add a missing newline to a log message.Mark Johnston2016-02-121-1/+1
* Rename the flags field of struct nd_defrouter to "raflags".Mark Johnston2016-02-123-9/+9
* elfcopy: enable PE and EFI supportEd Maste2016-02-121-3/+4
* Add libpe for elfcopy(1) PE/COFF supportEd Maste2016-02-124-0/+42
* Simplify defrtrlist_update() slightly in preparation for future changes.Mark Johnston2016-02-121-28/+23
* Remove a bogus comment from nd6_na_input().Mark Johnston2016-02-121-6/+0
* Remove superfluous return statements from the neighbour discovery code.Mark Johnston2016-02-123-6/+0
* Update ELF Tool Chain to upstream rev 3400Ed Maste2016-02-1266-874/+4895
|\