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

[WIP] Add size-limited command interface #74549

Closed
wants to merge 20 commits into from

Commits on Jul 28, 2020

  1. Allow set_errno on Linux

    Artoria2e5 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    095829a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191e319 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. fixup! CI complaint

    Artoria2e5 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    0aa20e7 View commit details
    Browse the repository at this point in the history
  2. unix: try_add (QUADRATIC DONT USE)

    I still need to come up witth a place for the trait to go. Honestly
    I don't know where to put the file yet.
    
    This thing being quadratic is a problem too. I guess I will make a
    little struct with the current length and argc in it to keep track.
    (And yeah it only works as long as envp is unchanged.)
    Artoria2e5 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    81dc119 View commit details
    Browse the repository at this point in the history
  3. windows/process: fix some obvious issues, create some more

    It looks like I really can't get away with the whole storing error
    thing as they don't have Copy. Maybe I will end up using the ugly
    problem enum thing like I did with Unix too. Grrr...
    Artoria2e5 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ff126ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd5e440 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    312dcd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    d190d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fea9cef View commit details
    Browse the repository at this point in the history
  3. unix: cache envp

    Artoria2e5 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    29d21a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82502b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Windows: raw args trait

    Artoria2e5 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    0357037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e5302 View commit details
    Browse the repository at this point in the history
  3. unix: minor error stuff

    Artoria2e5 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    a9c93ff View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. windows: very rough xargs

    Artoria2e5 committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    18ec8e3 View commit details
    Browse the repository at this point in the history
  2. minor: run formatter

    it wants tight lines!
    Artoria2e5 committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    cb30a5c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

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

Commits on Oct 17, 2020

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

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    d11f795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c945ef4 View commit details
    Browse the repository at this point in the history