1. 781d618 Constructors between vsyscall init and libc init by Curtis Millar · 4 years, 6 months ago
  2. f39d783 Force GCC to find new location of TLS base by Curtis Millar · 4 years, 6 months ago
  3. 3fd0ca6 Add config option to delay libc initialisation by Curtis Millar · 4 years, 6 months ago
  4. 46d8656 trivial: style fix by Curtis Millar · 4 years, 6 months ago
  5. 24f2b52 Use constructor to initialise libc by Curtis Millar · 4 years, 6 months ago
  6. d7be11e libsel4muslcsys: Implement sys_write wrapper by Kent McLeod · 5 years ago
  7. 60f05c3 sel4muslcsys: Set -u __vsyscall_ptr on link args by Kent McLeod · 5 years ago
  8. c18523b replace kernel_autoconf with sel4_autoconf by Yu Hou · 6 years ago
  9. e9a9ff4 Trivial: Style fix by Yu Hou · 6 years ago
  10. 4f4c9c2 link kernel_autoconf explicitly by Yu Hou · 6 years ago
  11. e23dc54 seL4_libs: remove autoconf.h from seL4_libs by Yu Hou · 6 years ago
  12. 6b2bbe6 CMake: Mark config options as advanced by Kent McLeod · 6 years ago
  13. 11062d0 trivial: style CMakeLists.txt files by Kent McLeod · 6 years ago
  14. b1acd21 libsel4muslcsys: transition to new libcpio API by James Ye · 6 years ago
  15. fd6e293 Force page alignment of morecore. by Curtis Millar · 6 years ago
  16. 6289da1 Kbuild: Removed Kbuild by Adam Felizzi · 7 years ago
  17. 882ae25 libsel4muslcsys: Avoid calling TCB_SetTLSBase unless needed by Adrian Danis · 8 years ago
  18. 992a503 libsel4muslcsys: Call TCB_SetTLSBase when possible by Adrian Danis · 8 years ago
  19. 9b6444b Don't add files that don't exist by Claudia Tu · 7 years ago
  20. b5ad7c5 Add missing include by Kent McLeod · 7 years ago
  21. 3f5bdc3 Add sel4muslcsys_register_stdio_write_fn by Kent McLeod · 7 years ago
  22. 6610d34 Modify behaviour of __arch_* weak symbols by Kent McLeod · 7 years ago
  23. 1fc97c1 Provide __arch_write by Anna Lyons · 7 years ago
  24. 135c651 pragma once and for all by Anna Lyons · 7 years ago
  25. dbe802b Add CMake build rules for various libraries by Adrian Danis · 8 years ago
  26. d6de31e sel4muslcsys: Alias __ARM_NR_set_tls to __NR_set_thread_area in boot functions by Adrian Danis · 8 years ago
  27. b10f6fa sel4muslcsys: Implement sparse syscall table for ARM syscalls by Adrian Danis · 8 years ago
  28. f4a828b libsel4muslcsys: Early debug output prior to C library init by Adrian Danis · 8 years ago
  29. 9c7164c muslcsys: remove reservation checks in mmap by Anna Lyons · 8 years ago
  30. 9b03899 sel4muslcsys: Fix macro typo by Kent McLeod · 8 years ago
  31. 0597547 Revert "Use vspace_new_pages_at() to resolve circular malloc() issue." by Adrian Danis · 8 years ago
  32. b6c8b66 Use BYTES_TO_PAGES by Kofi Doku Atuah · 8 years ago
  33. 921dc17 Use vspace_new_pages_at() to resolve circular malloc() issue. by Kofi Doku Atuah · 8 years ago
  34. 0016dfc Fix all the whitespace by Anna Lyons · 8 years ago
  35. 9214341 Fix licenses by Anna Lyons · 8 years ago
  36. ebc4aef libsel4muslcsys: Provide run time CPIO file system support by Adrian Danis · 8 years ago
  37. 85bed39 libsel4muslcsys: Explicitly mark free fds by Adrian Danis · 8 years ago
  38. 7f61229 SELFOUR-862: CONFIG_PRINTING --> seL4_DebugPutChar by Anna Lyons · 8 years ago
  39. fcfcba9 trivial: fix warnings by Anna Lyons · 8 years ago
  40. cb07ae9 libsel4muslcsys: Expose morecore_top by Andrew Gacek · 8 years ago
  41. f03c91d libsel4muslcsys: Use verbose logging for output in some syscalls by Adrian Danis · 8 years ago
  42. 3f624e9 libsel4muslcsys: Make file descriptor interface public by Adrian Danis · 8 years ago
  43. 2054bbe libsel4muslcsys: Allow syscalls to be overriden at run time by Adrian Danis · 8 years ago
  44. eaca58a libsel4muslcsys: Add support for openat syscall by amrzar · 8 years ago
  45. 34e9211 libsel4muslcsys: Remove unused sys_stubs file by Adrian Danis · 8 years ago
  46. bc2d166 libsel4muslcsys: Implement mmap syscall by Adrian Danis · 8 years ago
  47. 5d225e2 Change `int` types to `uintptr_t` by Adrian Danis · 8 years ago
  48. 7fb43d3 Cast pointer types to `uintptr_t` by Adrian Danis · 8 years ago
  49. c5c7aeb SELFOUR-572: muslcsys: Init morecore before mmap by Adrian Danis · 8 years ago
  50. 7241dba libsel4muslcsys: create dummy implementation of sys_madvise() by Alexander Wharton · 8 years ago
  51. e34269b libsel4muslcsys: Remove overflow in calculation by Adrian Danis · 9 years ago
  52. a9f10db muslcsys: (trivial) remove trailing whitespace by Anna Lyons · 9 years ago
  53. 8618ca9 muslcsys: remove duplicated constants by Anna Lyons · 9 years ago
  54. 67c869c all: s/LOG_*/ZF_LOG* by Anna Lyons · 9 years ago
  55. 7820af9 muslcsys: define morecore_size for both morecores by Anna Lyons · 9 years ago
  56. 6e5189e libsel4muslcsys: Skip syscalls that are only defined on 32-bit systems if they are not defined by Adrian Danis · 10 years ago
  57. fe21582 libsel4muslcsys: remove duplicate definitions of tkill by Anna Lyons · 9 years ago
  58. e269552 libsel4muslcsys: Add some missing thread routines by Adrian Danis · 9 years ago
  59. 494b80e libsel4muslcsys: Fix missing #include. by Matthew Fernandez · 9 years ago
  60. d7df2a0 libsel4muslcsys: Use libutils' compiler attribute abstractions. by Matthew Fernandez · 9 years ago
  61. be1e23b Fix: Remove 'unused' from a variable that is used. by Matthew Fernandez · 9 years ago
  62. ff48c85 Add 'libsel4muslcsys/' from commit '73194af0208ca8b996257788bf3877a440af26b5' by Anna Lyons · 9 years ago