This project is mirrored from https://github.com/seL4/seL4.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 14, 2015
-
-
Thomas Sewell authored
-
Thomas Sewell authored
-
- Jul 03, 2015
-
-
Stephen Sherratt authored
Fix: In exynos timer driver, declaring comparator_value variable at top of initTimer to comply with C90.
-
- Jun 26, 2015
-
-
Stephen Sherratt authored
When initializing the exynos mct, set the initial value of the 64-bit comparator to the sum of the the 64-bit counter and TIMER_TICKS.
-
Stephen Sherratt authored
-
- Jun 22, 2015
-
-
Adrian Danis authored
bitfield: Allow for controlling how many bits of a word are actually used, and whether the rest of the bits are signed extended or not
-
Adrian Danis authored
-
Adrian Danis authored
-
- Jun 15, 2015
-
-
Adrian Danis authored
This change purely changes the ordering of C symbols, as well as adding some extra checking
-
- Jun 03, 2015
-
-
Matthew Fernandez authored
This option is not necessary at compile-time as it is subsumed by the compiler's #defines, but it is useful for code generators such as CAmkES to know, at generation-time, the native word size of the platform they are generating code for. Existing mechanisms either hard code a 32-bit platform or use a set of fragile heuristics to work out the word size. Note that this option is set automatically and not visible from menuconfig.
-
- Jun 02, 2015
-
-
Matthew Fernandez authored
-
akroh authored
-
- Jun 01, 2015
-
-
Adrian Danis authored
-
- May 28, 2015
-
-
Adrian Danis authored
IA32 is 32bit version of the x86 architecture. Whilst only IA32 is supported, much of the code is generic x86. Using a generic x86 architecture will aid in future 64bit support
-
Adrian Danis authored
-
Adrian Danis authored
Use explicit struct packing instead of using compiler asserts to check that packing happened as expected
-
Adrian Danis authored
The ACPI standard says these fields are 32bits, not the size of a machine word or pointer
-
Adrian Danis authored
Using an unsigned long instead of forcing to 32bits allows this code to be reused in a 64-bit context
-
Adrian Danis authored
This is a paranoia commit as most compilers will not pad members of a struct if they are all the same size, but this commit ensures it.
-
Adrian Danis authored
The multiboot specification states that these fields are 32bits in sized, not the size of machine pointer or integer.
-
- May 27, 2015
-
-
Joel Beeren authored
-
Joel Beeren authored
-
Joel Beeren authored
-
Joel Beeren authored
-
Adrian Danis authored
-
- May 22, 2015
-
-
Gerwin Klein authored
-
Gerwin Klein authored
-
Gerwin Klein authored
-
Gerwin Klein authored
-
Gerwin Klein authored
-
- May 20, 2015
-
-
Matthew Fernandez authored
-
- May 19, 2015
- May 15, 2015
-
-
Anna Lyons authored
-