aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Nuke a couple of unnecessary assigments. Nothing uses the values of rstartDon Lewis2014-05-121-2/+0
* Build modules in parallel. This has been tested by several people atIan Lepore2014-05-121-0/+2
* Cleanup some style nits.Ian Lepore2014-05-121-8/+4
* Interrupts need to be disabled on entry to cpu_sleep() for ARM. GivenIan Lepore2014-05-121-2/+2
* Disable TX checksum offload for UDP-Lite completely. It wasn't used forMichael Tuexen2014-05-121-5/+9
* Create driver file templates, kernel module Makefile and add initialHans Petter Selasky2014-05-125-0/+301
* Repair some races in IPI handling:Nathan Whitehorn2014-05-123-2/+23
* s/JIRA/Jenkins/g in comments. I was confused.Warner Losh2014-05-121-2/+2
* Attempt to walk a fine line between current usage (/usr/ports whichWarner Losh2014-05-111-0/+11
* accept(),accept4(): Don't set *addrlen = 0 on [ECONNABORTED].Jilles Tjoelker2014-05-111-15/+2
* OF_peer() in IEEE 1275 returns 0 if no peer exists, not -1.Nathan Whitehorn2014-05-111-1/+1
* Fix locking. The dst_object must remain locked on the retry of theKonstantin Belousov2014-05-111-0/+1
* With the new-and-improved vm_fault_copy_entry() (r265843), we can alwaysAlan Cox2014-05-111-2/+9
* Fix interrupt allocation after changes to nexus. This makes PS3 bootNathan Whitehorn2014-05-111-2/+12
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-111-2/+2
* Revert accidental commit of SUBDIR_PARALLEL for sys/modules. (It hasn'tIan Lepore2014-05-111-2/+0
* In cf_get_method, when we don't already know what clock speed the CPU isColin Percival2014-05-111-5/+6
* Optimise host mode data roundtrip time. When BULK data is submitted toHans Petter Selasky2014-05-112-26/+71
* Move the PS3 framebuffer console to use vt instead of syscons and adjustNathan Whitehorn2014-05-113-629/+51
* Add cpu_l2cache_drain_writebuf(), use it to implement generic_bs_barrier().Ian Lepore2014-05-114-1/+39
* Enable SMP for Exynos-based platforms (i.e. Chromebook)Peter Grehan2014-05-111-1/+1
* Use vt(4) by default on 32-bit PowerPC now that it is fully functional andNathan Whitehorn2014-05-111-5/+2
* Port over mmap routine from syscons. This lets X11 work on PowerPC with vt.Nathan Whitehorn2014-05-111-12/+51
* Make ofwfb not be painfully slow. This reduces the time for a verbose bootNathan Whitehorn2014-05-111-25/+63
* Make ofwfb actually work again. Apparently the API it was written againstNathan Whitehorn2014-05-111-4/+33
* Make the hardware memory and instruction barrier functions work on armv4Ian Lepore2014-05-112-3/+5
* Rename platform_gpio_init to be SoC specificAndrew Turner2014-05-103-3/+3
* Rename platform_gpio_init to be platform specific, and make it static asAndrew Turner2014-05-102-4/+4
* Rename platform_gpio_init to be SoC specific, and make it static as it'sAndrew Turner2014-05-101-4/+4
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.Ian Lepore2014-05-1012-55/+55
* About 9% of the pmap_protect() calls being performed by vm_map_copy_entry()Alan Cox2014-05-101-1/+2
* For the upgrade case in vm_fault_copy_entry(), when the entry does notKonstantin Belousov2014-05-101-40/+67
* bitrotted compat cruft removal:Warner Losh2014-05-102-8/+1
* Remove the compatibility hack for FreeBSD 7 systems forWarner Losh2014-05-102-6/+0
* Simplify clang ifdefs in the kernel a bit. IntroduceWarner Losh2014-05-104-39/+24
* When printing the map with the ddb 'show procvm' command, do not dumpKonstantin Belousov2014-05-101-1/+1
* Print the entry address in addition to the object. The variable isKonstantin Belousov2014-05-101-1/+2
* Simplify code slightly. Passing an array by &array[0] does work, but isNathan Whitehorn2014-05-101-1/+1
* Do not configure all pins as outputs as this can lead to short circuits whenLuiz Otavio O Souza2014-05-101-4/+8
* Remove an old mistake of mine. This has sneak in the code i sent to gonzoLuiz Otavio O Souza2014-05-101-10/+0
* Add the lm75 i2c digital temperature sensor driver.Luiz Otavio O Souza2014-05-102-0/+575
* Whitespace change.Michael Tuexen2014-05-101-1/+1
* Optimise host channel disabling:Hans Petter Selasky2014-05-102-38/+68
* Fix the required calibration flags for the Centrino 1000 NIC.Adrian Chadd2014-05-101-4/+6
* Add in support to optionally pin the swi threads.Adrian Chadd2014-05-101-1/+30
* Fix typo in FORMAT_EXTENSIONS which breaks universe.Warner Losh2014-05-101-1/+1
* Introduce kern.opts.mk to hold all the options for kernel moduleWarner Losh2014-05-093-1/+32
* Call idcache_inv_all from the AP core entry code before turning on the MMU.Ian Lepore2014-05-092-9/+16
* Fix a regression issue:Hans Petter Selasky2014-05-091-7/+7
* Invert platform check.Hans Petter Selasky2014-05-091-2/+2