Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phoenix-rtos/phoenix-rtos-utils Loading
base: b3486af7d0bd0ca625981f440d90f4b9a64ba943
Choose a base ref
...
head repository: phoenix-rtos/phoenix-rtos-utils Loading
compare: fe58e0b311fb24a7a5c43d9660ad813d88306be2
Choose a head ref
  • 14 commits
  • 80 files changed
  • 1 contributor

Commits on Jan 30, 2024

  1. ld.elf_so: Initial code migration from NetBSD.

    JIRA: RTOS-664
    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    91255b8 View commit details
    Browse the repository at this point in the history
  2. ld.elf_so: import bitops.h, remove logs

    JIRA: RTOS-664
    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1f8a6a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b07fc57 View commit details
    Browse the repository at this point in the history
  4. ld.elf_so: import queue

    JIRA: RTOS-664
    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3bc2263 View commit details
    Browse the repository at this point in the history
  5. ld.elf_so: create makefile

    JIRA: RTOS-664
    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9aa1eef View commit details
    Browse the repository at this point in the history
  6. ld.elf_so: adapt to Phoenix

    Change atomics.
    Migrate macros.
    Remove sysctl.
    
    JIRA: RTOS-664
    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    25e49f8 View commit details
    Browse the repository at this point in the history
  7. ld.elf_so: adjust mmap align

    JIRA: RTOS-664
    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    24bb402 View commit details
    Browse the repository at this point in the history
  8. ld.elf_so: port threading

    JIRA: RTOS-664
    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7d5370d View commit details
    Browse the repository at this point in the history
  9. ld.elf_so: phoenix adjustments

    Change ffs to ffs32 or ffs64 depending on arch.
    Do not compile dl_iterate_phdr as it requires not yet fully supported
    struct in libphoenix.
    Do not include sysident.
    Change MAP_TRYFIXED to MAP_FIXED.
    Add neccessary flags to Makefile.
    Import r_debug struct.
    
    JIRA: RTOS-664
    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ee02dd2 View commit details
    Browse the repository at this point in the history
  10. ld.elf_so: Makefiles improvements

    JIRA: RTOS-664
    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5ec3aef View commit details
    Browse the repository at this point in the history
  11. It compiles

    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    eead205 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e63aca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    161d00a View commit details
    Browse the repository at this point in the history
  14. ld.elf_so: Change stack processing to match phoenix

    stack layout
    badochov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fe58e0b View commit details
    Browse the repository at this point in the history
Loading