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