summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* For the upgrade case in vm_fault_copy_entry(), when the entry does notkib2014-05-101-40/+67
* arcconfig: add oneeadler2014-05-101-0/+3
* bitrotted compat cruft removal:imp2014-05-102-8/+1
* grep -L returns non-zero status if none of the files had the patternimp2014-05-101-1/+1
* Sprinkle a few more .WAITs into the mix after csu, libc, msun and theimp2014-05-101-1/+5
* Move DOCCOMPRESS to MK variable.imp2014-05-104-4/+14
* We haven't done anything with _UPGRADING in ~forever (was present, butimp2014-05-101-1/+1
* Remove last two NO_MAN= in the tree. In both of these cases, MAN= isimp2014-05-102-3/+2
* Remove some useless, commented out code. Remove name space polution inimp2014-05-101-11/+4
* g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the portsimp2014-05-103-57/+1
* Remove the compatibility hack for FreeBSD 7 systems forimp2014-05-102-6/+0
* Simplify clang ifdefs in the kernel a bit. Introduceimp2014-05-104-39/+24
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-106-20/+14
* Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove aimp2014-05-104-11/+17
* Support, to the extent we generate proper command lines, compilingimp2014-05-102-9/+31
* Optionally allow building the historical FreeBSD make program andimp2014-05-103-0/+10
* Remove a few more vestiges of allowing WITHOUT_BMAKE to imply you wantimp2014-05-101-11/+4
* Document WITHOUT_SYSCALL_COMPAT and WITHOUT_GNU_GREP_COMPAT.imp2014-05-102-0/+6
* When printing the map with the ddb 'show procvm' command, do not dumpkib2014-05-101-1/+1
* Print the entry address in addition to the object. The variable iskib2014-05-101-1/+2
* Simplify code slightly. Passing an array by &array[0] does work, but isnwhitehorn2014-05-101-1/+1
* Fix -width argument to Bl -tag.kevlo2014-05-101-1/+1
OpenPOWER on IntegriCloud