summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* No need to list opt_global.h. No need to force ALTQ here, since that'simp2014-11-181-3/+0
* opt_global.h is never needed in SRCS lists.imp2014-11-181-1/+1
* Document WITHOUT_USB_EXAMPLES and WITHOUT_TESTS_SUPPORTimp2014-11-182-0/+4
* LIB32 is supported for powerpc64 too. Make the note more general aboutimp2014-11-181-1/+1
* Fix typo pointed out by avg@ and Joerg Sonnenberger. Add a clarifyingimp2014-11-181-4/+4
* Acutally, replaces NO_INCS with WITHOUT_INCLUDES and makeimp2014-11-184-1/+11
* Implement the historic DIOCGDINFO ioctl for gpart on BSDimp2014-11-185-4/+78
* Missed a terminating ';'.jhibbits2014-11-181-1/+1
* Add Altera Parallel IO (PIO) device driver.br2014-11-183-0/+323
* Add Virtio MMIO bus driver.br2014-11-184-0/+941
* Re-work non-persistent filesystem detection as it was not possible tofeld2014-11-181-8/+7
* Collapse three contiguous comment blocks into one. Remove historicalglebius2014-11-181-8/+3
* Fix the i2c bus speed divisors for TI OMAP4 and AM335x.ian2014-11-181-5/+11
* Fix gpiobus_child_location_str() to return a real string with the mappedloos2014-11-182-14/+30
* Remove unnecessary code.loos2014-11-181-18/+0
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.ian2014-11-186-34/+153
* Use automated MK_INET*_SUPPORT code here as well.imp2014-11-181-16/+3
* Modernize comments about BIOSes being lame since in this detail theyimp2014-11-181-6/+10
* Add basic interrupt management code to gpiobus and ofw_gpiobus.loos2014-11-183-2/+128
* DTrace imposes a 128-byte limit on the length of the function component ofmarkj2014-11-173-22/+21
* Sync with userland variant.delphij2014-11-171-5/+3
* Use the correct device as the power_for_sleep() methoddchagin2014-11-171-3/+1
* Remove stray empty comment. The code is adequately explained in theimp2014-11-171-2/+0
* Clean up some languagebrd2014-11-172-18/+18
* Fix geom's "usage" generation to not fabricate usage/help output for anyfeld2014-11-171-0/+5
* Add logic for detecting non-persistent filesystems being utilized byfeld2014-11-171-0/+9
* Re-introduce padding fields removed with r264321 to keepjch2014-11-171-0/+2
* l2arc: restore correct rounding up of asize of compressed dataavg2014-11-171-7/+9
* Revert r269093 which introduced physical zio alignment transformavg2014-11-171-2/+1
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withngie2014-11-1752-109/+109
* The "intr" option is NFS-specific; fix examples in auto_master(5).trasz2014-11-171-3/+3
* Revert r273630 as the panic was fixed by r274619smh2014-11-171-2/+0
* Disable TRIM on file backed ZFS vdevs and fix TRIM on initsmh2014-11-176-9/+18
* Add reachover Makefiles for contrib/netbsd-tests/lib/librtngie2014-11-175-0/+81
* Finish r274175: do control plane MTU tracking.melifaro2014-11-176-28/+105
* Add mv, echo and hostname to the native-xtools target. Missed thesesbruno2014-11-161-0/+3
* No functional changes. Remove a couple outdated or inane comments andian2014-11-161-5/+35
* Correct the sequence of busdma sync ops involved with PRE/POSTREAD syncs.ian2014-11-161-8/+9
* Do the cache invalidate sequence from the outermost to innermost, requiredian2014-11-161-1/+1
* Do not do a cache invalidate on a PREREAD sync that is also a PREWRITE sync.ian2014-11-161-1/+1
* - Skip over the testcases that call cbrtl on platforms where LDBL_PREC == 53ngie2014-11-161-0/+8
* - Expect exp2_powers to fail on FreeBSD/i386ngie2014-11-161-0/+9
* Alias isinff to isinf on FreeBSDngie2014-11-161-0/+4
* Reset errno to 0 before running scalbn to be sure that the tested errno isngie2014-11-161-0/+3
* Skip the long-double epsilon checks on FreeBSD/i386ngie2014-11-161-0/+2
* Indent a couple lines properly and expand a comment. No functional changes.ian2014-11-161-4/+8
* Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andngie2014-11-164-77/+74
* Flush out many more static binaries that can be used in a jail for buildingsbruno2014-11-161-1/+33
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andngie2014-11-163-61/+63
* Add freebsd-testing and myself to MAINTAINERS for contrib/netbsd-tests andngie2014-11-161-0/+2
OpenPOWER on IntegriCloud