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

Aio #81

Merged
merged 22 commits into from
Mar 7, 2023
Merged

Aio #81

merged 22 commits into from
Mar 7, 2023

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    821ac92 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Added libauto.a to release

    Andrea Palmatè committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    747ade0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Some ncurses fixes and optimizations. Changed shared object creation …

    …to fix adtools problem when compiling clib2 with no libgcc created
    afxgroup committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    b533964 View commit details
    Browse the repository at this point in the history
  2. Try to fix gmon problem

    Andrea Palmatè committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d1f06c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3191bdf View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Reworked clib2 starting functions. This fixes shared object problems.…

    … Some GNUMakefile changes to create shared objects during gcc compilation
    afxgroup committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    7c380d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Reworked library opening. Now libc.so doesn't crash anymore in constr…

    …uctors.. More to be fixed..
    afxgroup committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    e44cb77 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. More changes to get exe fixed after latest changes

    Andrea Palmatè committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f158749 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    6683cc3 View commit details
    Browse the repository at this point in the history
  2. Fixed static constructors.. all *crt* files needs to be compiled with…

    … -fno-aggressive-loop-optimizations to avoid constructors problems..
    afxgroup committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e9166a5 View commit details
    Browse the repository at this point in the history
  3. README Updated

    afxgroup committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1b66c53 View commit details
    Browse the repository at this point in the history
  4. Trying to implement sigjmp

    afxgroup committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a6cc972 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Added new setjmp test

    Andrea Palmatè committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e43e9e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f35a33 View commit details
    Browse the repository at this point in the history
  3. Working on sigset functions

    Andrea Palmatè committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c2c4148 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10dd895 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Fixed sigsetjmp/siglongjmp and setjmp/longjmp. Added some tests. Need…

    …s to be tested MORE
    Andrea Palmatè committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1342044 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Fixed an error in __time_delay function

    Andrea Palmatè committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3c71614 View commit details
    Browse the repository at this point in the history
  2. Trying to implement aio functions

    Andrea Palmatè committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    21b8207 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Fixed some aio functions. Moved pthread into C lib and leave libpthre…

    …ad just a stub. Some minor fixes
    afxgroup committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    24ea2ec View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Fixed some select problems when timeout was used with seconds and use…

    …conds = 0. Set current_path when program start. Some aio changes
    afxgroup committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    ad05948 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    61cc6c5 View commit details
    Browse the repository at this point in the history