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