Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite: Initial port #417

Open
wants to merge 22 commits into
base: loader
Choose a base branch
from
Open

sqlite: Initial port #417

wants to merge 22 commits into from

Commits on Mar 18, 2021

  1. libc: Fix library output name

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a2c3566 View commit details
    Browse the repository at this point in the history
  2. posix: Nuke SL

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    cd5b02f View commit details
    Browse the repository at this point in the history
  3. lib: sqlite: Initial import

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    0707a4c View commit details
    Browse the repository at this point in the history
  4. sqlite: Update to latest

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1ea129f View commit details
    Browse the repository at this point in the history
  5. sqlite_tests: Add initial test

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    8c79591 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. .gitmodules: Update

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    9d9dc43 View commit details
    Browse the repository at this point in the history
  2. libc: Fix compile

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    cccfa82 View commit details
    Browse the repository at this point in the history
  3. capmgr: Return mapped mem properly

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    dac0a2b View commit details
    Browse the repository at this point in the history
  4. ps: Set to my fork

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    564b08d View commit details
    Browse the repository at this point in the history
  5. posix: Make it work for now

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    0a8176a View commit details
    Browse the repository at this point in the history
  6. blockdev: Add blockdev interface

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    2690e4f View commit details
    Browse the repository at this point in the history
  7. blockdev: Add ramdisk implementation

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e8581ad View commit details
    Browse the repository at this point in the history
  8. ramdisk: Add a small test

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    89da24f View commit details
    Browse the repository at this point in the history
  9. filesystem: Add filesystem interface

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    dd5410f View commit details
    Browse the repository at this point in the history
  10. filesystem: Add ext4 implementation

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    0ee4ec1 View commit details
    Browse the repository at this point in the history
  11. ext4: Add a small test

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    0adc138 View commit details
    Browse the repository at this point in the history
  12. lwext4: Add as a lib

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    f9914ab View commit details
    Browse the repository at this point in the history
  13. .gitignore: Update

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    0b7f9e4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2fddd37 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f8adc21 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'filesystem' into sqlite

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e6ea277 View commit details
    Browse the repository at this point in the history
  17. ps: Fix merge error

    Signed-off-by: msdx321 <msdx321@gmail.com>
    msdx321 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    7c5069d View commit details
    Browse the repository at this point in the history