aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Correct an error in gxemul_disk_write(). It was issuing the command toAlan Cox2012-09-031-1/+1
* Fix RPC headers for C++Pedro F. Giffuni2012-09-022-12/+12
* - Make kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz, kern.maxssizAndrey Zonov2012-09-021-7/+7
* Partially revert r239959, after actually fixing most of the clangDimitry Andric2012-09-027-20/+12
* Fix a typo which results in RTT to be off by a factor of 10, if the RTT isMichael Tuexen2012-09-021-1/+1
* In soreceive_generic() remove the optimization for the case whenMikolaj Golub2012-09-021-8/+2
* In soreceive_generic() when checking if the type of mbuf has changedMikolaj Golub2012-09-021-2/+2
* Disable strong signal diversity when enabling radar pulse detectionAdrian Chadd2012-09-021-0/+7
* AR5212 radar pulse fixes.Adrian Chadd2012-09-021-13/+12
* Calculate the new PTE value in pmap_enter() before acquiring any locks.Alan Cox2012-09-021-24/+17
* Mark the ipfw interface type as not being ether. This fixes an issueEitan Adler2012-09-011-2/+2
* Fix panic in procdesc that can be triggered in the following scenario:Pawel Jakub Dawidek2012-09-011-2/+10
* Allow to pass providers with /dev/ prefix to g_provider_by_name().Pawel Jakub Dawidek2012-09-011-0/+8
* While there, remove an unneeded blank line.Ed Schouten2012-09-011-1/+0
* Fix whitespace.Ed Schouten2012-09-011-25/+25
* The dtnfsclient module dependency should only be added if the old NFSRui Paulo2012-09-012-1/+4
* Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also popsAdrian Chadd2012-09-011-4/+14
* Introduce a new software PTE flag that indicates whether the mapping isAlan Cox2012-09-013-41/+29
* Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni2012-09-013-5/+15
* Work around several warnings from clang in the xfs filesystem, whenDimitry Andric2012-08-312-9/+14
* Similar to how r171350 fixed linking of kernel modules containingJohn Baldwin2012-08-311-2/+3
* The implied source variable (.IMPSRC) didn't actually work in my previousJohn Baldwin2012-08-311-2/+2
* Add common rules for building firmware object files (NORMAL_FW to runJohn Baldwin2012-08-312-44/+47
* Add a global MD macro for the VIS block size instead of duplicatingMarius Strobl2012-08-314-51/+48
* Heavily optimize the case of small RX packets of 160 bytes or less. ForScott Long2012-08-313-16/+88
* Essentially revert r239912. The amr_periodic function hadn't been armed inScott Long2012-08-313-40/+0
* Replace all uses of the vm page queues lock by a r/w lock that is privateAlan Cox2012-08-311-52/+59
* Post r222812 KTR_CPUMASK started being initialized only as a tunableAttilio Rao2012-08-304-17/+21
* Add barebone Raspberry Pi port. Supported parts:Oleksandr Tymoshenko2012-08-3014-0/+3234
* Add PrimeCell UART (PL011) driverOleksandr Tymoshenko2012-08-304-0/+442
* Attach interrupt handlers during attach instead of during the first timeJohn Baldwin2012-08-301-5/+5
* Use callout(9) rather than timeout(9). Note that the periodic timer inJohn Baldwin2012-08-303-4/+5
* The DIR-825 cal data is in an odd spot. I don't know why it's here.Adrian Chadd2012-08-301-3/+6
* Preparations for adding USB HOST mode to the DWC OTG driver.Hans Petter Selasky2012-08-303-506/+980
* Add bunch of ATI HDMI HDA controller IDs.Alexander Motin2012-08-302-0/+18
* Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.Alexander Motin2012-08-303-0/+4
* In ifc_alloc_unit():Gleb Smirnoff2012-08-301-6/+15
* - Remove accounting of locked memory from vsunlock(9) that I missed in r239818.Andrey Zonov2012-08-301-7/+0
* Migrate the AR9285 diversity configuration LNA configuration to useAdrian Chadd2012-08-303-110/+126
* Do not call sati_check_data_io() for SATI_UNMAP sequences.Jim Harris2012-08-301-4/+0
* More attempts at space saving.Adrian Chadd2012-08-291-2/+4
* After r239868, also remove the comment about the workaround forDimitry Andric2012-08-291-1/+0
* Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S.Dimitry Andric2012-08-291-1/+0
* Remove workaround for the clang 3.2 warning in ah_eeprom_9287.c, sinceDimitry Andric2012-08-292-2/+1
* There's no nede to allocate a DMA map just before calling bus_dmamem_alloc().Adrian Chadd2012-08-291-11/+0
* - Unlike cache invalidation and TLB demapping IPIs, reading registers fromMarius Strobl2012-08-294-20/+29
* - Don't take an account of locked memory for current process in vslock(9).Andrey Zonov2012-08-291-21/+0
* 4-wire mode isn't working quite right, so turn it off for a bit.Warner Losh2012-08-291-1/+1
* Make this work on the AT91SAM9G20:Warner Losh2012-08-291-9/+22
* When copying data, use memcpy instead of bcopy. It matches theWarner Losh2012-08-291-7/+7