aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge the following from ^/projects/release-vmimage:Glen Barber2014-10-142-16/+34
* opt_mrouting.h isn't needed anymore.Andrey V. Elsukov2014-10-141-1/+1
* Add more ifdefs. SIOC*_IN6 are defined only with INET6.Andrey V. Elsukov2014-10-141-0/+6
* Move memset under ifdef INET6.Andrey V. Elsukov2014-10-141-1/+1
* Uncomment general options from the Pandaboard config. These are in otherAndrew Turner2014-10-141-3/+3
* Add support for the __aeabi_c*cmp* functions. These are similar to theAndrew Turner2014-10-148-1/+337
* Overhaul if_gif(4):Andrey V. Elsukov2014-10-147-1016/+609
* Make the ti_padstate_devmap arrays ststic, they are only used with theAndrew Turner2014-10-142-2/+2
* New sentence -> new line; use macros where appropriate.Christian Brueffer2014-10-141-4/+11
* Remove couple Copan's vendor-specific mode pages.Alexander Motin2014-10-146-563/+0
* Some groundwork for later Informational Exceptions support.Alexander Motin2014-10-144-8/+301
* Add LBPERE mode bit definition.Alexander Motin2014-10-142-2/+4
* Rename awk(1) implementation of GNU awk's built-in asorti() function toDevin Teske2014-10-143-6/+6
* Fix awk(1) asorti() implementation to work when called in a loop.Devin Teske2014-10-143-2/+7
* Import patch from libc++ r197313 which allows using libc++ headers with gccBaptiste Daroussin2014-10-131-0/+1
* Promote libevent to lib/ level and fold ftp-proxy into its parent Makefile.Xin LI2014-10-136-27/+30
* Bump .DdSean Bruno2014-10-131-1/+1
* Handle small file case with regards to plpmtud blackhole detection.Sean Bruno2014-10-131-1/+9
* Catch ipv6 case when attempting to do PLPMTUD blackhole detection.Sean Bruno2014-10-131-0/+5
* Update tcp(4) with plpmtud blackhole sysctlsSean Bruno2014-10-131-0/+15
* Use write_psize instead of write_asize when doing vdev_space_update.Xin LI2014-10-131-1/+1
* Fix compiler locking diagnostic warnings.Hans Petter Selasky2014-10-131-46/+44
* Repair build of tools/ath/athalq and define missing value len.Sean Bruno2014-10-131-0/+1
* Move the sdhci option to files.ti, it's common to both SoCs.Andrew Turner2014-10-133-2/+1
* Remove the omap3 directory that should have happened in r273041.Andrew Turner2014-10-130-0/+0
* Decode the arguments passed to _umtx_op(). In particular, decode theJohn Baldwin2014-10-134-2/+103
* Use a switch on ti_chip() to find which SoC we are on. This allow us tAndrew Turner2014-10-131-3/+11
* Use the C99 flexible array construct to denote a variable amount ofWarner Losh2014-10-131-2/+2
* class, subclass and progif were never used, so don't bother settingWarner Losh2014-10-131-4/+0
* Remove ti_mmchs.c, it has been replaced by ti_sdhci.c.Andrew Turner2014-10-134-2019/+0
* Fix most of the warnings in kdump(1).John Baldwin2014-10-131-20/+27
* Remove the need for files.beaglebone and std.beaglebone by moving the oneAndrew Turner2014-10-134-8/+2
* Don't confuse frontend with zero length data moves, just return immediately.Alexander Motin2014-10-131-9/+9
* Sort the files in the am355x directory.Andrew Turner2014-10-131-2/+4
* Start removing the omap3 support. In base it was only ever a header and aAndrew Turner2014-10-137-906/+5
* Fix for build issue on i386.xen and amd64.xen.Kashyap D Desai2014-10-134-27/+27
* Add support for READ DEFECT DATA (10/12) commands.Alexander Motin2014-10-134-34/+107
* Fix matching default rule on clear/show commands.Alexander V. Chernikov2014-10-132-5/+15
* Add one more AMD Kaveri APU device ID.Christian Brueffer2014-10-131-0/+2
* Show error when deleting non-existing rule number.Alexander V. Chernikov2014-10-131-2/+9
* * Fix zeroing individual entries via ipfw(8).Alexander V. Chernikov2014-10-131-1/+11
* Report physical block size for file-backed LUNs, using vattr.va_blocksize.Alexander Motin2014-10-131-10/+11
* Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl().Robert Watson2014-10-133-12/+0
* Make sure correct object code is generated at -O0.Navdeep Parhar2014-10-131-1/+1
* Add a tunable for arc_shrink_shift (vfs.zfs.arc_shrink_shift) thatXin LI2014-10-131-0/+5
* Change ATF_REQUIRE_MSG calls to ATF_CHECK_MSG to get as many errors as possibleEnji Cooper2014-10-131-0/+29
* Only test the return value in mktime_negyearEnji Cooper2014-10-131-0/+5
* __isnanl is automatically picked according to data type in <math.h>. ThereEnji Cooper2014-10-131-0/+2
* Add #include <stdio.h> to get sys_nerr definitionEnji Cooper2014-10-131-0/+4
* Use 1 as a random seed, as recommended in srandom(3). Adjust the random valuesEnji Cooper2014-10-131-0/+12