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

Copying fifos hangs. #727

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Copying fifos hangs. #727

wants to merge 27 commits into from

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    e17d624 View commit details
    Browse the repository at this point in the history
  2. Avoid fifos via symlinks.

    bruce-one committed May 31, 2017
    Configuration menu
    Copy the full SHA
    52c412f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4a911d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaaa40a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

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

Commits on Jun 2, 2017

  1. Configuration menu
    Copy the full SHA
    c71edc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d469212 View commit details
    Browse the repository at this point in the history
  3. Typo.

    bruce-one committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    5689dc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    777fe04 View commit details
    Browse the repository at this point in the history
  2. Handle "recursive" flag for special non-files.

    Shells out to `mknod`, so less platform independent than normal,
    although these devices are not platform independent.
    bruce-one committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    8fa217b View commit details
    Browse the repository at this point in the history
  3. Cleanup.

    bruce-one committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    18c513e View commit details
    Browse the repository at this point in the history
  4. Error messages.

    bruce-one committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    be93375 View commit details
    Browse the repository at this point in the history
  5. mknod fails without root.

    bruce-one committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    599a2c5 View commit details
    Browse the repository at this point in the history
  6. Linting.

    bruce-one committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    2d3af53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d942f3f View commit details
    Browse the repository at this point in the history
  8. Logging.

    bruce-one committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    fad43aa View commit details
    Browse the repository at this point in the history
  9. Lint.

    bruce-one committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    e6760bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    045c290 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Configuration menu
    Copy the full SHA
    40518f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c69ddc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

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

Commits on Jun 22, 2017

  1. Log that special files were skipped.

    This is flushed at the end of the copy command, or on exit if that
    doesn't happen first.
    bruce-one committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    6a4a6a0 View commit details
    Browse the repository at this point in the history
  2. Revert "Log that special files were skipped."

    This reverts commit 6a4a6a0.
    bruce-one committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    f7957bf View commit details
    Browse the repository at this point in the history
  3. Doc.

    bruce-one committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    a4e5411 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    117894c View commit details
    Browse the repository at this point in the history
  5. Doc.

    bruce-one committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    48a0198 View commit details
    Browse the repository at this point in the history
  6. Build doc.

    bruce-one committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    0d70322 View commit details
    Browse the repository at this point in the history