summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add lock annotations to the threading API used by hastd.ed2014-09-012-13/+13
* Add lock annotations to the header files of our threading libraries.ed2014-09-012-36/+67
* Enable lock annotations on HEAD when using Clang.ed2014-09-011-3/+4
* Add lock annotations to <sys/cdefs.h>.ed2014-09-011-0/+56
* Add vt(4) support to the console initialisation script, specifically:se2014-09-011-4/+115
* Final patches to the tools used to convert syscons keymaps for use withse2014-09-012-4/+4
* Add references to vt(4) to further man-pages.se2014-09-012-6/+32
* Fix a tab that somehow became 8 spaces.kargl2014-09-012-10/+5
* Fix typo (by -> be).se2014-09-011-1/+1
* Do not generate unwind info in asm functions if _STANDALONE is defined.ian2014-09-011-1/+1
* Make SOCK_RAW sockets to be truly raw, not modifying received and sentglebius2014-09-014-29/+27
* Explicitly free packet on PF_DROP, otherwise a "quick" rule withglebius2014-09-011-0/+8
* Add the reverse part to rule #9. Also change its description in theae2014-09-012-1/+3
* Resync comments about scbus and pass for life after AHCI joined CAM.imp2014-09-0122-34/+34
* Compute sin(pi*x) without actually doing the pi*x multiplication.kargl2014-08-312-53/+49
* - Nuke unused sdhci_softc.marius2014-08-315-42/+34
* GIC (Cortex A's interrupt controller) supports up to 1020 IRQs.br2014-08-311-1/+1
* Automatically prefault a limited number of mappings to resident pages inalc2014-08-311-3/+3
* In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).ian2014-08-3122-1/+36
OpenPOWER on IntegriCloud