aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump FreeBSD_version for src.opts.mk changes (about a week late).Warner Losh2014-05-151-1/+1
* oea64 uses 4k pages, too.Justin Hibbits2014-05-151-1/+1
* Implement a PCI interrupt router to route PCI legacy INTx interrupts toJohn Baldwin2014-05-155-0/+57
* Fix return value. Should be logic one or zero.Ruslan Bukin2014-05-151-1/+1
* A page mask size is 12-bits, not 11.Justin Hibbits2014-05-151-1/+1
* Add a new target cscope-hook.Rui Paulo2014-05-151-0/+19
* Update dis_tables.c to the latest Illumos version.Peter Grehan2014-05-151-17/+188
* Increase the TSS limit by one byte. The processor requires an additional byteNeel Natu2014-05-144-8/+10
* Give suitably-endowed ARMs a register similar to the x86 TSC register.Mark Murray2014-05-142-1/+53
* Implement USB device side driver code for SAF1761 and compatibleHans Petter Selasky2014-05-144-8/+2106
* Fix typo.Ruslan Bukin2014-05-141-1/+1
* Disable configuration of the host frame interval register untilHans Petter Selasky2014-05-141-0/+7
* Make sure the USB audio driver is loaded last. This is important whenHans Petter Selasky2014-05-141-1/+1
* Remove extra newlines.Aleksandr Rybalko2014-05-141-8/+0
* Initialize loginclass mutex using MTX_SYSINIT instead of using SI_SUB_CPU.Edward Tomasz Napierala2014-05-141-10/+1
* Change the USB audio kernel module linking order, so that the USBHans Petter Selasky2014-05-141-1/+1
* - Isochronous transfers should use the alternate next transferHans Petter Selasky2014-05-135-25/+35
* On a fork allow read-only wired pages to be copy-on-write shared between theAlan Cox2014-05-131-5/+5
* Disable TX IP/TCP/UDP checksum offloading for RTL8168C/RTL8168CP.Pyun YongHyeon2014-05-131-15/+10
* Fix checksum computation. Previously it didn't include carry.Pyun YongHyeon2014-05-131-2/+3
* Be even more paranoid about overflow.Don Lewis2014-05-121-4/+4
* Update terminal sizes in any case when new vt(4) driver arrive.Aleksandr Rybalko2014-05-121-2/+4
* 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