Searched hist:37 (Results 51 - 75 of 673) sorted by relevance

1234567891011>>

/seL4-refos-master/kernel/src/drivers/smmu/
H A Dconfig.cmakediff c66d9cee Mon Aug 03 21:37:36 MDT 2020 Oliver Scott <Oliver.Scott@data61.csiro.au> trivial: style and comment

Signed-off-by: Oliver Scott <Oliver.Scott@data61.csiro.au>
/seL4-refos-master/libs/librefos/include/refos/
H A Dshare.hdiff becb2980 Mon Aug 22 21:37:30 MDT 2016 Alexander Wharton <awharton@alexw.keg.ertos.in.nicta.com.au> fix typos in comments and spacing issue
/seL4-refos-master/libs/libsel4debug/include/sel4debug/
H A Dstrerror.h80b9e99e Mon Jun 20 22:37:39 MDT 2016 Kofi Doku Atuah <kofi.dokuatuah@nicta.com.au> Move sel4_debug.h back into libsel4utils

This patch also renames a header {sel4debug/sel4_debug.h=>sel4utils/strerror.h}.

Additionally, convert some header guards to #pragma once and update
README.md to describe what things should go into libsel4utils and
libsel4debug.

SELFOUR-513
/seL4-refos-master/libs/libutils/include/utils/
H A Dtemperature.hdiff a96aa950 Tue Mar 01 20:27:37 MST 2016 Stephen Sherratt <Stephen.Sherratt@nicta.com.au> libutils: Fixed typo in kelvin -> celcius offset
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos/
H A Dshare.hdiff becb2980 Mon Aug 22 21:37:30 MDT 2016 Alexander Wharton <awharton@alexw.keg.ertos.in.nicta.com.au> fix typos in comments and spacing issue
/seL4-refos-master/projects/seL4_libs/libsel4debug/include/sel4debug/
H A Dstrerror.h80b9e99e Mon Jun 20 22:37:39 MDT 2016 Kofi Doku Atuah <kofi.dokuatuah@nicta.com.au> Move sel4_debug.h back into libsel4utils

This patch also renames a header {sel4debug/sel4_debug.h=>sel4utils/strerror.h}.

Additionally, convert some header guards to #pragma once and update
README.md to describe what things should go into libsel4utils and
libsel4debug.

SELFOUR-513
/seL4-refos-master/libs/libmuslc/arch/sh/bits/
H A Dfloat.hdiff 559de8f5 Sat Mar 07 03:00:37 MST 2015 Szabolcs Nagy <nsz@port70.net> fix FLT_ROUNDS to reflect the current rounding mode

Implemented as a wrapper around fegetround introducing a new function
to the ABI: __flt_rounds. (fegetround cannot be used directly from float.h)
/seL4-refos-master/libs/libmuslc/include/
H A Dmonetary.h25501c10 Tue Mar 20 22:47:37 MDT 2012 Rich Felker <dalias@aerifal.cx> initial, very primitive strfmon
/seL4-refos-master/libs/libmuslc/include/sys/
H A Dfile.hdiff c3db56c4 Thu Jan 26 08:53:37 MST 2012 Rich Felker <dalias@aerifal.cx> remove useless "extern" keywords in headers
H A Dxattr.hdiff 2ed4e9d9 Thu Oct 20 15:04:37 MDT 2016 Rich Felker <dalias@aerifal.cx> remove parameter names from public headers

inclusion of these names was unintentional and in most cases is a
namespace violation. Daniel Sabogal tracked down and reported these.
/seL4-refos-master/libs/libmuslc/src/math/x86_64/
H A Dasinl.sdiff 37eaec3a Wed Apr 04 09:34:28 MDT 2012 nsz <nsz@port70.net> math: fix x86 asin accuracy
use (1-x)*(1+x) instead of (1-x*x) in asin.s
the later can be inaccurate with upward rounding when x is close to 1
/seL4-refos-master/libs/libmuslc/src/math/x86_64_sel4/
H A Dasinl.sdiff 37eaec3a Wed Apr 04 09:34:28 MDT 2012 nsz <nsz@port70.net> math: fix x86 asin accuracy
use (1-x)*(1+x) instead of (1-x*x) in asin.s
the later can be inaccurate with upward rounding when x is close to 1
/seL4-refos-master/libs/libmuslc/src/stat/
H A Dmknodat.cdiff 1a70198b Thu May 16 14:27:37 MDT 2013 Rich Felker <dalias@aerifal.cx> fix mknod and mknodat to accept large dev_t values

support for these was recently added to sysmacros.h. note that the
syscall argument is a long, despite dev_t being 64-bit, so on 32-bit
archs the high bits will be lost. it appears the high bits are just
glibc silliness and not part of the kernel api, anyway, but it's nice
that we have them there for future expansion if needed.
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dvasprintf.cdiff 3075f7e8 Sun Feb 20 15:19:37 MST 2011 Rich Felker <dalias@aerifal.cx> cleanup asprintf stuff
/seL4-refos-master/libs/libplatsupport/include/platsupport/
H A Dtqueue.hdiff 3e748006 Thu Oct 05 07:24:37 MDT 2017 Anna Lyons <Anna.Lyons@data61.csiro.au> platsupport: fix invalid comparator in tqueue

- Subtraction is not compare for unsigned values :(
- also remove id field from comparator, not required as cmp
does not reflect node equality in sglib (it's not java)
/seL4-refos-master/libs/libplatsupport/plat_include/tk1/platsupport/plat/
H A Dclock_indexes.h0b442fa6 Sun Jan 29 22:37:35 MST 2017 Kent McLeod <Kent.Mcleod@data61.csiro.au> libplatsupport: Add tk1 clkar register layout

tk1 has a single clock and reset controller that controls all clocks and
reset lines for the SOC. This commit adds support mainly for taking a
fault on an address in the device frame and then looking up relevant
register info.
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dtmu.cdiff 9deb65ea Wed May 31 23:37:45 MDT 2017 Kent McLeod <Kent.Mcleod@data61.csiro.au> Change 1 << * to BIT(*) in some cases
/seL4-refos-master/libs/libplatsupport/src/plat/exynos4/
H A Dclock.cdiff 9deb65ea Wed May 31 23:37:45 MDT 2017 Kent McLeod <Kent.Mcleod@data61.csiro.au> Change 1 << * to BIT(*) in some cases
/seL4-refos-master/projects/util_libs/libplatsupport/include/platsupport/
H A Dtqueue.hdiff 3e748006 Thu Oct 05 07:24:37 MDT 2017 Anna Lyons <Anna.Lyons@data61.csiro.au> platsupport: fix invalid comparator in tqueue

- Subtraction is not compare for unsigned values :(
- also remove id field from comparator, not required as cmp
does not reflect node equality in sglib (it's not java)
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/tk1/platsupport/plat/
H A Dclock_indexes.h0b442fa6 Sun Jan 29 22:37:35 MST 2017 Kent McLeod <Kent.Mcleod@data61.csiro.au> libplatsupport: Add tk1 clkar register layout

tk1 has a single clock and reset controller that controls all clocks and
reset lines for the SOC. This commit adds support mainly for taking a
fault on an address in the device frame and then looking up relevant
register info.
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dtmu.cdiff 9deb65ea Wed May 31 23:37:45 MDT 2017 Kent McLeod <Kent.Mcleod@data61.csiro.au> Change 1 << * to BIT(*) in some cases
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/exynos4/
H A Dclock.cdiff 9deb65ea Wed May 31 23:37:45 MDT 2017 Kent McLeod <Kent.Mcleod@data61.csiro.au> Change 1 << * to BIT(*) in some cases
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dtemperature.hdiff a96aa950 Tue Mar 01 20:27:37 MST 2016 Stephen Sherratt <Stephen.Sherratt@nicta.com.au> libutils: Fixed typo in kelvin -> celcius offset
/seL4-refos-master/seL4_tools/cmake-tool/polly_toolchains/
H A DFindPolly.cmakediff a8950605 Wed Mar 20 07:19:37 MDT 2019 Anna Lyons <Anna.Lyons@data61.csiro.au> style: style cmake files consistently
H A Dlinux-gcc-32bit-pic.cmakediff a8950605 Wed Mar 20 07:19:37 MDT 2019 Anna Lyons <Anna.Lyons@data61.csiro.au> style: style cmake files consistently

Completed in 222 milliseconds

1234567891011>>