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: Added timestamping of log entries written to the log server #40

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

Commits on May 27, 2015

  1. Configuration menu
    Copy the full SHA
    de1ddb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d505b5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81c1227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e1b7c9 View commit details
    Browse the repository at this point in the history
  5. Whitespace fixes.

    perlun committed May 27, 2015
    Configuration menu
    Copy the full SHA
    1d5521a View commit details
    Browse the repository at this point in the history
  6. Let's log the timestamp also.

    This gives us a better picture of the time elapsed between log entries. It also enables us to understand in what order things really occur (since they might get logged in the wrong order).
    perlun committed May 27, 2015
    Configuration menu
    Copy the full SHA
    0b27772 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a86a398 View commit details
    Browse the repository at this point in the history
  8. Whitespace changes.

    perlun committed May 27, 2015
    Configuration menu
    Copy the full SHA
    93b0395 View commit details
    Browse the repository at this point in the history
  9. Whitespace fix.

    perlun committed May 27, 2015
    Configuration menu
    Copy the full SHA
    3e9b341 View commit details
    Browse the repository at this point in the history
  10. Mounted is better in this case.

    It's actually already mounted when the message is logged.
    perlun committed May 27, 2015
    Configuration menu
    Copy the full SHA
    9bba43f View commit details
    Browse the repository at this point in the history
  11. Added an extra ipc_send/ipc_receive pair.

    The reason is to get more predicable order of messages being printed in the log. It feels silly that the boot server goes on with its work before the vfs server has ACKnowledged that the mount has been done.
    perlun committed May 27, 2015
    Configuration menu
    Copy the full SHA
    fc4cf78 View commit details
    Browse the repository at this point in the history
  12. Whitespace-only edit.

    perlun committed May 27, 2015
    Configuration menu
    Copy the full SHA
    fdc9638 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    deda5cd View commit details
    Browse the repository at this point in the history