summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Always seek back to the beginning of a regular directory, even if thejhb2014-09-031-1/+1
* | Avoid ./ in zoneinfo entries in METALOGemaste2014-09-031-1/+1
* | Fixes and enhancements for the if_cgem driver...ian2014-09-034-116/+518
* | Use sh -c '...' to launch the dtb build scripts with env stuff prepended,ian2014-09-031-2/+2
* | Import a hackish tool I use to examine the skew of the TSC acrossjhb2014-09-032-0/+203
* | Update the autofs(5) manual to reflect it first appeared ingjb2014-09-031-2/+2
* | Apparently, the patch commited in svn r271029 doesn't actually do anyting,sbruno2014-09-031-1/+2
* | Do not direct commit to contrib/llvm. Make the change a patch file instead.sbruno2014-09-032-2/+15
* | Use better type for i.pjd2014-09-031-2/+2
* | Declare i.pjd2014-09-031-1/+1
* | Fix descriptors leak in case of nvlist_xunpack() failure.pjd2014-09-031-1/+4
* | MFV: Only emit movw on ARMv6T2sbruno2014-09-031-1/+2
* | Fix spelling.hselasky2014-09-031-1/+1
* | Add new quirk.hselasky2014-09-032-0/+3
* | * Unconditionally turn on SIOCGI2C probing for all interfacesmelifaro2014-09-031-11/+17
* | Remove always false comparison.glebius2014-09-031-1/+1
* | Leave the C11 keywords alone when we have a recent version of GCC.ed2014-09-032-5/+10
* | Style.kib2014-09-031-2/+2
* | Retire thread_unthread(), it has only one caller. Update comment inkib2014-09-032-19/+5
* | Clean up unused CSUM_FRAGMENT.glebius2014-09-035-8/+4
* | Use CSUM_BITS instead of incorrect copy.glebius2014-09-031-5/+1
* | Right now, thread_single(SINGLE_EXIT) returns after the p_numthreadskib2014-09-031-5/+14
* | Fix dereference after NULL check.glebius2014-09-031-3/+4
* | Partially revert r270964. Don't test for C++11 to define _Thread_local.ed2014-09-031-1/+6
* | Fix up proc_realparent to always return correct process.mjg2014-09-031-2/+6
* | Fix logical error.hselasky2014-09-031-1/+1
* | Invoke make_dtb with MACHINE defined for enhanced cross buildingimp2014-09-031-2/+2
* | Define _DTRACE_VERSION in sdt.h rather than setting it manually. This ismarkj2014-09-022-1/+3
* | Fix regression introduced by SVN r270954. Correct way to reset getoptsdteske2014-09-021-2/+2
* | Allow standalone debug for non-default ${PROG} targetsemaste2014-09-021-3/+1
* | Use callout(9) instead of timeout(9).jhb2014-09-021-8/+6
* | Fix for WITNESS warning while doing xpt_rescan.kadesai2014-09-022-8/+5
* | Fix typo in a comment.rpaulo2014-09-021-1/+1
* | The proper compatibility string for the AHCI device isimp2014-09-023-2/+6
* | Clean up <sys/cdefs.h> slightly.ed2014-09-021-3/+2
* | Update a comment to reflect the changes in r213408.alc2014-09-021-1/+1
* | Fix typo.ian2014-09-021-1/+1
* | Use OF_xref_from_device(), not OF_xref_from_node(). Also, use bzero()ian2014-09-021-3/+4
* | Add OF_xref_from_device() so that there's no need to have an intermediateian2014-09-022-0/+17
* | Create an interface for drivers to enable or disable their clocks as listedian2014-09-024-0/+298
* | The anatop driver controls power and PLLs and needs to be available beforeian2014-09-021-5/+19
* | The ocotp driver provides access to registers containing chip configurationian2014-09-021-1/+2
* | Fix a bug where command line arguments could be misprocessed if getopts isdteske2014-09-011-0/+2
* | Create a mechanism for looking up a device_t associated with an ofw/fdtian2014-09-012-4/+124
* | Add bsearch_b to the libc map and the stdlib header.pfg2014-09-012-7/+8
* | Add -Wthread-safety to WARNS=6.ed2014-09-012-0/+7
* | Add lock annotations to libcuse.ed2014-09-011-5/+7
* | sdhci.h has grown a dependency on sysctl.h, include the latter where needed.ian2014-09-013-0/+3
* | According to the ISO C standard, lgamma(-integer) returnskargl2014-09-012-11/+13
* | Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-0117-21/+36
OpenPOWER on IntegriCloud