aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Delete pp_isadma. It isn't use, and the code that used it has beenWarner Losh2014-08-141-17/+1
* Streamline format extensions. Either the compiler supports them, andWarner Losh2014-08-141-3/+2
* Avoid pointless (but harmless) actions on unmanaged pages.Alan Cox2014-08-141-2/+3
* Added 4K quirks for Corsair Force GT and Samsung 840 SSDsSteven Hartland2014-08-142-4/+20
* Renamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfpSteven Hartland2014-08-141-1/+1
* Add a new loader tunable, vm.kmem_zmax which allows a system administratorXin LI2014-08-141-2/+9
* Re-instate UMA cached backend for 4K - 64K allocations. New consumersXin LI2014-08-141-12/+1
* Use the max guest memory address when creating its iommu domain.Neel Natu2014-08-142-1/+21
* Add AIC to at91sam9260 support, now that it is needed for multipass toWarner Losh2014-08-143-1/+3
* Add support for multipass to Atmel, for both FDT and !FDT cases.Warner Losh2014-08-145-17/+14
* Start to add FDT support.Warner Losh2014-08-142-9/+107
* Add support for FDT and !FDT configs on Atmel, though FDT isn'tWarner Losh2014-08-142-10/+18
* From https://sourceware.org/ml/newlib/2014/msg00113.htmlWarner Losh2014-08-143-3/+190
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-138-3/+170
* If vm_page_grab() allocates a new page, the page is not inserted intoKonstantin Belousov2014-08-133-6/+8
* Fix typo when displaying the HPET timer unit number.Neel Natu2014-08-131-1/+2
* Truncate the ctfmerge command line, like we do with SYSTEM_LD.Warner Losh2014-08-121-1/+2
* Correct a comment brought over from amd64. i386 doesn't use longJohn Baldwin2014-08-121-8/+1
* Change SCTP sysctl from auth_disable to auth_enable. This isMichael Tuexen2014-08-123-22/+18
* - Fix radix tree memory leakage when unloading modules using radixHans Petter Selasky2014-08-121-20/+64
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-1214-164/+388
* Turn off kern.geom.part.mbr.enforce_chs by default.Andrey V. Elsukov2014-08-121-2/+2
* Revision r269457 removed the Giant around mount and unmount code, butKonstantin Belousov2014-08-121-2/+6
* Add sysctl and loader tunable kern.geom.part.mbr.enforce_chs that is setAndrey V. Elsukov2014-08-121-0/+10
* Change {_,}pmap_allocpte() so that they look for the flag PMAP_ENTER_NOSLEEPAlan Cox2014-08-111-20/+11
* Similar to r250143, optimize MODULES_OVERRIDE such that SUBDIR isn'tEnji Cooper2014-08-111-3/+3
* blkfront: add support for unmapped IORoger Pau Monné2014-08-111-5/+7
* Move KASSERT into locked region.Gleb Smirnoff2014-08-111-2/+1
* Remove dependence on source tree options. Move all kernel moduleWarner Losh2014-08-1114-29/+76
* Use M_WAITOK in sf_buf_init().Gleb Smirnoff2014-08-111-2/+1
* Provide sf_buf_ref() to optimize refcounting of already allocatedGleb Smirnoff2014-08-113-2/+23
* - Remove unneeded include.Marcelo Araujo2014-08-111-1/+0
* Add some more OS_MARK() probes to the AR9300 HAL.Adrian Chadd2014-08-112-0/+8
* Fix two files forgotten in r269783 (vt_generate_cons_palette)Jean-Sébastien Pédron2014-08-102-7/+7
* vt(4): Colors are indexed against a console palette, not a VGA paletteJean-Sébastien Pédron2014-08-107-33/+45
* On sparc64, do not keep mappings for the destroyed sf_bufs. Sparc64Konstantin Belousov2014-08-103-1/+52
* vt(4): Add vtbuf_dirty*_locked() to lock vtbuf once, not twiceJean-Sébastien Pédron2014-08-101-13/+21
* fbd: Fix a bug where vt_fb_attach() success would be considered a failureJean-Sébastien Pédron2014-08-101-2/+3
* Undo r195846 for now - allow raw frame transmit in monitor mode.Adrian Chadd2014-08-101-9/+3
* Fix string length argument passed to "sysctl_handle_string()" so thatHans Petter Selasky2014-08-101-2/+2
* Change the NFS server's printf related to hittingRick Macklem2014-08-101-4/+3
* Handle various ways that interrupt config data can be malformed byIan Lepore2014-08-101-8/+22
* Use a separate variable for resource id, because 'i' may increment at aIan Lepore2014-08-101-5/+5
* Per discussion on arm@, the compiler generates misalignedWarner Losh2014-08-091-5/+33
* Improve comments by listing a criteria for automatic increment of receive socketHiren Panchasara2014-08-091-3/+5
* Bump the HAL_REGRANGE fields from 16 bit to 32 bit.Adrian Chadd2014-08-092-6/+7
* Update the text of a KASSERT() to reflect the changes in r269728.Alan Cox2014-08-091-1/+1
* Small modification of the sctp_input() cleanup to avoid havingMichael Tuexen2014-08-091-7/+7
* Add two new debug mark entries for chip power configuration.Adrian Chadd2014-08-091-0/+3
* Work around some rather annoying chip hangs in the AR9331 chip.Adrian Chadd2014-08-091-1/+13