summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: site_t -> size_teadler2013-11-101-1/+1
* Remove dead linkeadler2013-11-101-6/+0
* Minor spelling correction.hiren2013-11-101-3/+3
* Hide MNT_SHARED_WRITES() and MNT_EXTENDED_SHARED() under the #ifdefkib2013-11-091-0/+2
* Fix gcc warning about an uninitialized bool in sys/x86/iommu/intel_drv.c.dim2013-11-091-0/+2
* Fix gcc warning about an empty device_printf() format string indim2013-11-091-1/+1
* Fix an NFSv4.1 client specific case where a forced dismount would hang.rmacklem2013-11-093-7/+21
* Fix (erroneous) gcc warnings about usage of uninitialized variables indim2013-11-091-0/+3
* If filesystem declares that it supports shared locking for writes, usekib2013-11-092-3/+9
* Both vn_close() and VFS_PROLOGUE() evaluate vp->v_mount twice, withoutkib2013-11-093-13/+21
* Fix gcc warnings about casting away const in sys/x86/iommu/intel_drv.c.dim2013-11-091-5/+5
* o Add ONFI signature check.br2013-11-093-2/+9
* pkg_install has been removed on 20131031.pluknet2013-11-091-1/+0
* Use system libiconv, instead of trying to dlopen() it.glebius2013-11-092-57/+15
* Add missed DPADDeadler2013-11-091-0/+1
* Change manual string conversion to expand_numbereadler2013-11-092-16/+5
* Add support for SIIG x1 pci-e single parallel port card (JJ-E01211-S1)eadler2013-11-091-0/+1
* Strip out this cruft; people should be making modules with a completeadrian2013-11-091-4/+0
* Fix AMRR to correctly select the initial rate.adrian2013-11-091-5/+5
* Add some new driver definitions as part of the chip support updates:adrian2013-11-091-0/+17
* Fix typo in r256646: We want to generate lists of directories in INDEX-OLDcperciva2013-11-091-2/+2
* Don't try to use the 32-bit drti.o unless the data model is explicitly setmarkj2013-11-091-3/+1
* On XenServer the "halt" message is used instead of "poweroff", whichgibbs2013-11-091-8/+1
* Fix extattr(2) MLINKS.pluknet2013-11-092-2/+5
* This change builds kernel tools based on the same assumption as buildingian2013-11-091-1/+16
* mdoc: add missing El.joel2013-11-081-0/+1
* mdoc: remove superfluous paragraph macro.joel2013-11-081-1/+0
* drm/radeon: Wake up userland after page flipdumbbell2013-11-081-3/+1
* drm: Initialize "handle" to 0 before calling drm_gem_handle_create()dumbbell2013-11-082-0/+2
* Eliminate duplicated & dead code.zec2013-11-081-29/+0
* Fix typo in a comment.hiren2013-11-081-1/+1
* Do not use a sleep lock when protecting the driver flags.alfred2013-11-082-2/+5
* Fix for bad performance when mtu is increased.alfred2013-11-083-65/+45
* Use explicit long cast to avoid overflow in bitopts.alfred2013-11-081-3/+3
* Remove generate-release.sh from head/.gjb2013-11-081-125/+0
* Initialize variable in sys/x86/iommu/busdma_dmar.c, to avoid possibledim2013-11-081-0/+1
* Fix typo in include guard, found by clang 3.4.dim2013-11-081-1/+1
* Fix signal delivery for the iBCS2 binaries. The iBCS2 sysvec useskib2013-11-081-0/+2
* Eliminate an unused macro.alc2013-11-081-3/+0
* Add bits for the AMD features from CPUID function 0x80000001 ECX,kib2013-11-083-12/+18
* Remove 'inline' from ar9300_init_pll(), it's too big to inline.ian2013-11-081-1/+1
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otheralc2013-11-088-87/+85
* Build and install the atf tests.jmmv2013-11-0826-11/+277
* Install category Kyuafiles from their category directories.jmmv2013-11-084-10/+20
* Handle the removal of the test suite when WITHOUT_TESTS=yes.jmmv2013-11-081-1/+4
* Subsume the functionality of MK_ATF into MK_TESTS.jmmv2013-11-0810-65/+75
* Add libatf-c++ to the prebuild libs.jmmv2013-11-081-2/+2
* Fix buildworld when WITH_TESTS is enabled.jmmv2013-11-082-12/+30
* Update aacraid to version 3.2.5.achim2013-11-084-160/+621
* Make TCP_KEEP* socket options readable. At least PostgreSQL wantsglebius2013-11-082-5/+27
OpenPOWER on IntegriCloud