summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sys/boot: make use of the howmany() macro when available.pfg2016-04-263-7/+8
* Add GEOM::physpath documentation to devd.conf(5)asomers2016-04-261-0/+2
* sys/arm: make use of the howmany() macro when available.pfg2016-04-264-4/+4
* sys/powerpc: make use of the howmany() macro when available.pfg2016-04-263-4/+4
* Rework the list of all pmaps: embed the list link into pmap.br2016-04-262-24/+12
* ed(1): switch two statements so we check the index before dereferencing.pfg2016-04-261-1/+1
* Disable ACPI on arm64 ad it has only had minimal testing and is causingandrew2016-04-261-1/+1
* o Add device tree files and kernel configuration filesbr2016-04-269-5/+301
* Stop including machine/fdt.h from the fdt uart code, it's unneeded.andrew2016-04-261-3/+0
* Add the non-standard "IO interrupt" vector used by lowRISC.br2016-04-264-3/+29
* Add the implementation of basic bus_space_read/write functions.br2016-04-262-12/+183
* Fix calculation of LCD CH1 SCLK1 output frequency when SCLK2 /2 is usedjmcneill2016-04-261-2/+3
* Add the implementation of OF_decode_addr().br2016-04-261-0/+58
* Do not include fdt.h on RISC-V.br2016-04-261-1/+1
* Add support for RISC-V.br2016-04-261-3/+3
* Add support for 8-bit eMMC.jmcneill2016-04-261-2/+12
* Move arm's devmap to some generic place, so it can be usedbr2016-04-2646-341/+188
* Stop using sbrk in csh. This is a legacy interface and its use within cshandrew2016-04-261-1/+1
* Convert A10 interrupt controller to INTRNGmanu2016-04-264-223/+433
* Remove unportable calls to basename().ed2016-04-261-10/+11
* hyperv/hn: Change description to "Hyper-V Network Interface"sephe2016-04-261-1/+1
* Relax TOC offsets checking somewhat, allowing offset pointing tosobomax2016-04-261-1/+6
* hyperv/stor: Set description properly in probe devmethodsephe2016-04-261-1/+2
* hyperv/channel: Git rid of the sub-channel creation callbacksephe2016-04-263-11/+0
* hyperv/stor: Avoid sub-channel creation callback.sephe2016-04-261-15/+9
* hyperv/hn: Avoid sub-channel creation callback.sephe2016-04-264-39/+27
* hyperv/stor: Synchronize sub-channel offerssephe2016-04-261-0/+7
* hyperv/stor: Remove the useless hs_open_multi_channelsephe2016-04-261-7/+0
* [iwm] implement suspend/resume through ieee80211_{suspend,resume}_alladrian2016-04-262-1/+20
* [iwm] add extra transmit setup/completion logging so I can see what's going on.adrian2016-04-261-2/+17
* ddb: Make use of our roundup() macro when available.pfg2016-04-261-1/+1
* ext2fs: make use of the howmany() macro when available.pfg2016-04-261-4/+4
* [ath] add LDPC capability support and LDPC RX support.adrian2016-04-262-0/+18
* [ath] obey the STBC flag setting in iv_flags_htadrian2016-04-261-4/+9
* [ifconfig] add STBC TX/RX configurationadrian2016-04-261-1/+39
* [net80211] add the STBC ioctl support.adrian2016-04-261-0/+32
* [net80211] add STBC capability flags to iv_flags_ht.adrian2016-04-261-0/+12
* [net80211] add an ioctl for LDPC configuration.adrian2016-04-261-0/+1
* libcuse: make more use of the howmany() macro when available.pfg2016-04-261-1/+1
* libstand: make more use of the howmany() macro when available.pfg2016-04-261-1/+1
* libc: make more use of the howmany() macro when available.pfg2016-04-262-3/+2
* Use MIN() instead of MAX() as the previous syntax was wrote in a weird andaraujo2016-04-261-1/+1
* Fixes the comment to reflect the code.loos2016-04-251-2/+1
* Fix the logic in r298585: shm_prison_cansee returns an errno, so isjamie2016-04-251-1/+1
* [iwm] restart the VAP if there's a firmware panic.adrian2016-04-251-6/+13
* dev/random: use our roundup() macro instead of re-implementing it.pfg2016-04-253-7/+4
* Remove a variable and three lines of code which I should have removed asgad2016-04-251-5/+1
* 1. Removed -Wno-shift-negative-value from Makefiledavidcs2016-04-252-3/+2
* Increase DTRACE_FUNCNAMELEN from 128 to 192.markj2016-04-251-1/+1
* Allow DOF sections with excessively long probe function components.markj2016-04-251-1/+11
OpenPOWER on IntegriCloud