aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing calls to bus_dmamap_unload() when freeing static DMAJohn Baldwin2014-06-136-2/+20
* Add Jung-uk Kim as co-maintainer of OpenSSL per discussion onXin LI2014-06-131-1/+1
* Don't install GSS-API headers when the GSSAPI option has been disabled.Tijl Coosemans2014-06-132-2/+10
* Attach the CUSE library and kernel module to the default FreeBSDHans Petter Selasky2014-06-134-1/+8
* - Make invalids variable local to do_conv such that it prints the numberTijl Coosemans2014-06-131-13/+14
* iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_sharedTijl Coosemans2014-06-131-2/+3
* Replace malloc+memset with calloc.Tijl Coosemans2014-06-132-5/+2
* Replace malloc+memset with calloc.Tijl Coosemans2014-06-131-4/+2
* Revert r267424 and r267425:Glen Barber2014-06-134-15/+13
* Fix some leaks on LUN creation error.Alexander Motin2014-06-121-2/+7
* Avoid zeroing during allocation.Pedro F. Giffuni2014-06-122-22/+11
* Regen after r267424 to replace WITH_TESTS with WITHOUT_TESTS.Julio Merino2014-06-121-4/+5
* Enable MK_TESTS by default.Julio Merino2014-06-123-9/+10
* Build vt(4) fonts during buildworldEd Maste2014-06-125-278/+15
* Fix a typo in note for r266209, pmcstat(8)Glen Barber2014-06-121-1/+1
* clear the write bit... This allows my AVILA board to survive aJohn-Mark Gurney2014-06-121-2/+9
* Add thin versions of VGAROM 8x8 and 8x16 fonts for vt(4)Ed Maste2014-06-122-0/+517
* Add myself to the calendarRodrigo Osorio2014-06-121-0/+1
* - Fix out of range shifting bug in bitops.h.Hans Petter Selasky2014-06-121-5/+5
* Implement simple direct-mapped cache for popular filesystem identifiers toAlexander Motin2014-06-121-0/+30
* Introduce new "256 Bucket" zone to split requests and reduce congestionAlexander Motin2014-06-121-1/+2
* Enable SMP for both Exynos5 models we support.Ruslan Bukin2014-06-122-2/+2
* Activate IRQ 30 (non-secure private timer IRQ) for case we are runningRuslan Bukin2014-06-121-1/+2
* Add machine-dependent SMP part for Exynos5420Ruslan Bukin2014-06-122-8/+70
* Allocating new bucket for bucket zone, never take it from the zone itself,Alexander Motin2014-06-121-0/+2
* Remove some Giant unlocks I missed in r267290.John Baldwin2014-06-121-3/+0
* - Don't compare bus_dma map pointers for static DMA allocations againstJohn Baldwin2014-06-127-13/+15
* Fix path for zlib examples, this have no runtime effect and wasXin LI2014-06-111-0/+2
* - Unmap static DMA buffers allocated via bus_dmemem_alloc() beforeJohn Baldwin2014-06-111-58/+42
* Add a zlib pkg-config file (more and more ports requires it)Baptiste Daroussin2014-06-112-0/+18
* Unload maps for DMA buffers allocated via bus_dmamem_alloc() beforeJohn Baldwin2014-06-113-0/+3
* Fix decoding of near CALL when address-size prefix (67h) is present.Xin LI2014-06-111-6/+13
* Fix decoding of LEA when address-size prefix (67h) is present.Xin LI2014-06-111-8/+11
* Fix decoding of MOVSX.Xin LI2014-06-111-0/+1
* Use Mt macro to properly format mailto links (patch from Franco Fichtner <fra...Baptiste Daroussin2014-06-111-12/+12
* Apply vendor fixes to the High Point drivers:Xin LI2014-06-115-35/+33
* Avoid leaking file pointer on errorEd Maste2014-06-111-2/+9
* Fix a few more drivers that were explicitly destroying the bus_dmaJohn Baldwin2014-06-115-12/+0
* Correct a bug in the management of the population map on big-endianAlan Cox2014-06-111-8/+48
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-1125-266/+222
* Remove unneeded mountlist_mtx acquisition from sync_fsync().Alexander Motin2014-06-111-4/+1
* Improve logic besides net.bpf.optimize_writers.Alexander V. Chernikov2014-06-111-12/+63
* Add disklabel64 supportAndrey V. Elsukov2014-06-113-0/+3
* Add disklabel64 support to GEOM_PART class.Andrey V. Elsukov2014-06-114-1/+687
* Allow swapping to DragonFlyBSD's swap partition.Andrey V. Elsukov2014-06-111-1/+2
* Add aliases for DragonFlyBSD's partition types.Andrey V. Elsukov2014-06-114-24/+57
* Add DragonFlyBSD's Hammer FS types and type names.Andrey V. Elsukov2014-06-111-2/+4
* Add UUIDs for DragonFlyBSD's partition types.Andrey V. Elsukov2014-06-111-0/+19
* Add a driver for Serial Peripheral Interface (SPI).Ruslan Bukin2014-06-113-0/+298
* Move root_mount_hold() functionality to separate mutex.Alexander Motin2014-06-111-12/+15