summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright dateskreuzer2014-05-121-0/+1
* Nuke a couple of unnecessary assigments. Nothing uses the values of rstarttruckman2014-05-121-2/+0
* Build modules in parallel. This has been tested by several people atian2014-05-121-0/+2
* Cleanup some style nits.ian2014-05-121-8/+4
* Interrupts need to be disabled on entry to cpu_sleep() for ARM. Givenian2014-05-121-2/+2
* Disable TX checksum offload for UDP-Lite completely. It wasn't used fortuexen2014-05-121-5/+9
* Create driver file templates, kernel module Makefile and add initialhselasky2014-05-125-0/+301
* units(1): call el_end()eadler2014-05-121-0/+1
* units(1): unbreak -f option, fix some style, increase compatibility.eadler2014-05-121-6/+4
* units(1): use common functionseadler2014-05-121-3/+2
* Repair some races in IPI handling:nwhitehorn2014-05-123-2/+23
* s/JIRA/Jenkins/g in comments. I was confused.imp2014-05-121-2/+2
* Attempt to walk a fine line between current usage (/usr/ports whichimp2014-05-111-0/+11
* accept(),accept4(): Don't set *addrlen = 0 on [ECONNABORTED].jilles2014-05-111-15/+2
* Allow libstdc++ and libsupc++ to compile with clang again, after thedim2014-05-112-4/+3
* Minor fixes to previous change introducing switch -H, as per commentsthomas2014-05-112-16/+22
* OF_peer() in IEEE 1275 returns 0 if no peer exists, not -1.nwhitehorn2014-05-111-1/+1
* Fix locking. The dst_object must remain locked on the retry of thekib2014-05-111-0/+1
* With the new-and-improved vm_fault_copy_entry() (r265843), we can alwaysalc2014-05-111-2/+9
* printf: fix regression after illumos merges.pfg2014-05-111-3/+5
* Fix interrupt allocation after changes to nexus. This makes PS3 bootnwhitehorn2014-05-111-2/+12
* include: Don't expose L_cuserid in strict C standard compliance mode.jilles2014-05-111-1/+1
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEjilles2014-05-1110-21/+21
* Revert accidental commit of SUBDIR_PARALLEL for sys/modules. (It hasn'tian2014-05-111-2/+0
* In cf_get_method, when we don't already know what clock speed the CPU iscperciva2014-05-111-5/+6
* Typo fixes and some language/punctuation improvements.brueffer2014-05-111-12/+12
* Optimise host mode data roundtrip time. When BULK data is submitted tohselasky2014-05-112-26/+71
* Move the PS3 framebuffer console to use vt instead of syscons and adjustnwhitehorn2014-05-113-629/+51
* Add cpu_l2cache_drain_writebuf(), use it to implement generic_bs_barrier().ian2014-05-114-1/+39
* Enable SMP for Exynos-based platforms (i.e. Chromebook)grehan2014-05-111-1/+1
* Use vt(4) by default on 32-bit PowerPC now that it is fully functional andnwhitehorn2014-05-111-5/+2
* Port over mmap routine from syscons. This lets X11 work on PowerPC with vt.nwhitehorn2014-05-111-12/+51
* mesg: remove advertising clauseeadler2014-05-111-5/+1
* look(1): add compability with other implementations.eadler2014-05-112-1/+8
* Make ofwfb not be painfully slow. This reduces the time for a verbose bootnwhitehorn2014-05-111-25/+63
* libedit: add H_SAVE_FP which saves history to a file pointer.eadler2014-05-114-9/+35
* Make ofwfb actually work again. Apparently the API it was written againstnwhitehorn2014-05-111-4/+33
* Make the hardware memory and instruction barrier functions work on armv4ian2014-05-112-3/+5
* prinf: replace use of alloca with variable length array.pfg2014-05-101-3/+1
* Rename platform_gpio_init to be SoC specificandrew2014-05-103-3/+3
* Really, I don't want to install src.opts.mk at all.imp2014-05-101-3/+0
* Rename platform_gpio_init to be platform specific, and make it static asandrew2014-05-102-4/+4
* Rename platform_gpio_init to be SoC specific, and make it static as it'sandrew2014-05-101-4/+4
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-1012-55/+55
* About 9% of the pmap_protect() calls being performed by vm_map_copy_entry()alc2014-05-101-1/+2
* sh: In getopts, unset OPTARG where POSIX says we should.jilles2014-05-104-13/+26
* Invalidate the cache for the named posix semaphore when opened andkib2014-05-101-29/+36
* sh: Add new tests to the Makefile.jilles2014-05-101-0/+2
* Style.kib2014-05-101-2/+2
* sh: Don't discard getopts state on unknown option or missing argument.jilles2014-05-103-8/+17
OpenPOWER on IntegriCloud