aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to display the default FIB number for a process to theWill Andrews2013-08-263-1/+5
* Building upon SVN r254237, disable automated activation of alternate layoutsDevin Teske2013-08-263-19/+34
* Reimplement the FDOPT_NOERROR feature that was kicked out in r134081.Joerg Wunsch2013-08-261-5/+18
* MFprojects/camlock r254895:Alexander Motin2013-08-261-4/+28
* Use correct mailbox and PCIe PF number when querying RDMA parameters.Navdeep Parhar2013-08-261-1/+1
* fix up some comments and a white space issue...John-Mark Gurney2013-08-261-6/+6
* Remove most of the remaining sysctl name list macros. They were onlyJohn Baldwin2013-08-2613-300/+0
* Add support for my:John-Mark Gurney2013-08-261-0/+2
* Introduce superpages support for ARMv6/v7.Rafal Jaworowski2013-08-264-124/+1140
* Provide settings for superpage reservation system on ARM.Rafal Jaworowski2013-08-261-2/+9
* Add missing TAILQ initializer (omitted in r250634).Rafal Jaworowski2013-08-261-0/+1
* Remove comment that is no longer relevant since r254182.Gleb Smirnoff2013-08-261-4/+0
* Fix mbuf debugging printf()'s after the recent mbuf header changes.Andre Oppermann2013-08-261-4/+4
* Update the root device to be correct for use with crochet.Andrew Turner2013-08-261-1/+1
* Revert r251370 as it contains a deadlock.Andrew Turner2013-08-261-120/+0
* Migrate the ff_encap1() routine out into the normal output code.Adrian Chadd2013-08-263-39/+42
* drm/radeon: Disable build on i386/pc98Jean-Sébastien Pédron2013-08-261-2/+14
* drm/radeon: Rename the (S)DEBUG macros in atom.c to avoid conflictsJean-Sébastien Pédron2013-08-261-100/+100
* The second last argument of udp:::receive is supposed to contain theMark Johnston2013-08-261-1/+1
* Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston2013-08-2519-23/+322
* Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).Jilles Tjoelker2013-08-251-2/+2
* Bump __FreeBSD_version to 1000051 after Radeon KMS driver importJean-Sébastien Pédron2013-08-251-1/+1
* drm/radeon: Import the Radeon KMS driverJean-Sébastien Pédron2013-08-25343-2/+164152
* vga_pci: Remove left-over debugging printf()'sJean-Sébastien Pédron2013-08-251-4/+0
* vga_pci: Add API to map the Video BIOSJean-Sébastien Pédron2013-08-252-0/+105
* drm: Use the new drm_atomic.h, following the merge of projects/atomic64Jean-Sébastien Pédron2013-08-255-8/+11
* drm/ttm: Remove unused VM_ALLOC_DMA32 defineJean-Sébastien Pédron2013-08-251-2/+0
* drm/ttm: Fix a reversed condition and add missing locksJean-Sébastien Pédron2013-08-251-5/+7
* drm/ttm: Fix style in ttm_bo_release_mmap()Jean-Sébastien Pédron2013-08-251-2/+1
* drm/ttm: Fix unmap of buffer objectJean-Sébastien Pédron2013-08-252-6/+28
* ttm: "to_page->valid = VM_PAGE_BITS_ALL" before vm_page_dirty(to_page)Jean-Sébastien Pédron2013-08-251-1/+1
* drm/ttm: Improve comment in ttm_bo_vm_ctor() about lack of ref acquisitionJean-Sébastien Pédron2013-08-251-2/+10
* drm/ttm: When removing a range of pages from a pool, remove all of themJean-Sébastien Pédron2013-08-251-2/+5
* drm/ttm: Fix style errorsJean-Sébastien Pédron2013-08-251-15/+15
* drm/ttm: Make ttm_bo_wait() call uninterruptible in page fault handlerJean-Sébastien Pédron2013-08-251-1/+17
* drm/ttm: Import Linux commit ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4Jean-Sébastien Pédron2013-08-251-8/+11
* drm/ttm: Import Linux commit 014b34409fb2015f63663b6cafdf557fdf289628Jean-Sébastien Pédron2013-08-251-0/+1
* drm/ttm: Import Linux commit 630541863b29f88c7ab34e647758344e4cd1eafdJean-Sébastien Pédron2013-08-251-2/+9
* drm/ttm: Import Linux commit cc4c0c4de3c775be22072ec3251f2e581b63d9a0Jean-Sébastien Pédron2013-08-252-13/+1
* drm/ttm: Import Linux commit f2d476a110bc24fde008698ae9018c99e803e25cJean-Sébastien Pédron2013-08-251-2/+20
* drm/ttm: Import Linux commit 5e45d7dfd74100d622f9cdc70bfd1f9fae1671deJean-Sébastien Pédron2013-08-252-0/+80
* drm/ttm: Import Linux commit 7a1863084c9d90ce4b67d645bf9b0f1612e68f62Jean-Sébastien Pédron2013-08-252-31/+19
* drm/ttm: Import Linux commit 63d0a4195560362e2e00a3ad38fc331d34e1da9bJean-Sébastien Pédron2013-08-253-33/+42
* drm: Update drm_atomic.h, now that projects/atomic64 is in HEADJean-Sébastien Pédron2013-08-251-46/+35
* drm: Add missing bits to drmP.h, required by the Radeon driverJean-Sébastien Pédron2013-08-252-114/+332
* Fix CSUM compatibility mapping. SCTP is a layer 4 protocol.Andre Oppermann2013-08-251-1/+1
* Update the mis-predicted branch PMC names (for sandy bridge) to not clash.Adrian Chadd2013-08-251-2/+2
* Provide human readable debug output.Michael Tuexen2013-08-252-4/+4
* drm: Import drm_fixed.h from Linux 3.8Jean-Sébastien Pédron2013-08-251-0/+72
* drm: Update drm_pciids.h based on Linux 3.8Jean-Sébastien Pédron2013-08-251-457/+675