summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve memory detection in biosmem.cgrembo2015-02-231-6/+112
* Bump __FreeBSD_version for the mtio(4) / sa(4) ioctl and API additionsken2015-02-231-1/+1
* Don't close a block context if it couldn't be opened,grehan2015-02-231-1/+2
* Significant upgrades to sa(4) and mt(1).ken2015-02-2318-378/+6041
* Fix race in interrupt handling that could cause IO to hang up under heavynwhitehorn2015-02-231-6/+7
* There is no reason to do i+dcache writeback and invalidate when changingian2015-02-231-4/+0
* A lot of current code in network stack expects mbufs not havingglebius2015-02-231-0/+1
* Previous version of mbufq were fine initialized by M_ZERO, whileglebius2015-02-231-0/+3
* Add support for the DWC OTG v2 chipset found in the STM32F4 series ofhselasky2015-02-232-11/+48
* soreceive_generic() still has similar KASSERT(), therefore instead ofae2015-02-231-0/+2
* In some cases soreceive_dgram() can return no data, but has controlae2015-02-231-5/+5
* Macro fixes:hselasky2015-02-232-1/+3
* add MODULE_VERSION, needed to track module dependenciesluigi2015-02-231-0/+1
* Fill in missing dependencies for dtrace related tools so the bootstrap-toolsngie2015-02-231-0/+3
* Parallelize building bootstrap-toolsngie2015-02-231-1/+19
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7nwhitehorn2015-02-2213-61/+138
* sh: Add details about importing the environment and initializing OPTIND.jilles2015-02-221-7/+14
* Add some opcodes for assembling forthcoming VSX (Vector-Scalar eXtension)nwhitehorn2015-02-221-0/+5
* setmode(3): Make sure that setmode sets errno on failure.pfg2015-02-222-20/+47
* o Typo: securiy -> security.maxim2015-02-221-6/+6
* sfxge: implement if_get_counter callbackarybchik2015-02-225-2/+91
* sfxge: add common code support for changing TX queue pacearybchik2015-02-223-0/+73
* sfxge: correct event queue interrupt moderation timer quantaarybchik2015-02-225-7/+11
* sfxge: add indefinite article and update timestamparybchik2015-02-221-2/+2
* sfxge: list header in SRCSarybchik2015-02-221-0/+5
* sfxge: DMA allocated memory is set to zeros because of BUS_DMA_ZERO flagarybchik2015-02-222-2/+0
* sfxge: do no allow EFSYS_MEM_ALLOC sleeparybchik2015-02-221-1/+5
* sfxge: assert event queue lock in event handlersarybchik2015-02-221-0/+19
* sfxge: pass correct address to free allocated memory in the case of load errorarybchik2015-02-221-2/+2
* sfxge: using bus_space_*_stream_* API for better portabilityarybchik2015-02-221-35/+64
* sfxge: add missing Siena sensors to common codearybchik2015-02-221-0/+30
* sfxge: add missing common code NVRAM types and map from MCDIarybchik2015-02-222-0/+12
* sfxge: add new identities to Siena static configarybchik2015-02-221-1/+3
* Add llvm patch corresponding to r279161.dim2015-02-221-0/+55
* Pull in r230058 from upstream llvm trunk (by Benjamin Kramer):dim2015-02-221-0/+2
* pmccontrol(8): Replace malloc() + memset() with calloc()pfg2015-02-221-3/+1
* nice(): Correct return value and [EPERM] error.jilles2015-02-223-33/+32
* Add support to the bcm2835 mailbox driver to work before interrupts areandrew2015-02-221-21/+50
* Step 2 of eliminating the "games" distribution: Remove punch cardcperciva2015-02-228-372/+5
* sfxge: TxQ block level should use EFX_TXQ_LIMIT as maximum TxQ sizearybchik2015-02-221-7/+13
* sfxge: use sparse index to retrieve sensor valuearybchik2015-02-221-4/+6
* sfxge: use macros to acquire and release BAR locks everywherearybchik2015-02-221-10/+10
* sfxge: packet can't require more than n_dma_seg descriptors plus onearybchik2015-02-221-2/+2
* sfxge: use common definitions of MC shared memory offsets and PDU lengtharybchik2015-02-221-17/+12
* sfxge: synchronize EF10 registers headerarybchik2015-02-221-2/+134
* sfxge: style fixes and cleanuparybchik2015-02-229-16/+21
* Add the -c option for specifying the capacity of the disk image. Whenmarcel2015-02-223-15/+64
* Allow use of higher-resolution (e.g. 1920x1080) framebuffers on PS3.nwhitehorn2015-02-221-5/+5
* Don't require a scheme if no partitions are given. Change the codemarcel2015-02-222-10/+13
* msun: drop unnecessary checks.pfg2015-02-224-4/+4
OpenPOWER on IntegriCloud