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

OS I/O: Raw Devices #272

Merged
merged 29 commits into from
Jun 12, 2017
Merged

OS I/O: Raw Devices #272

merged 29 commits into from
Jun 12, 2017

Commits on Jun 8, 2017

  1. os_io: implement raw devices

    vyzo committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    c9ec792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d4c695 View commit details
    Browse the repository at this point in the history
  3. _io: ##open-raw-device

    vyzo committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    93a819c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2967eb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8806a55 View commit details
    Browse the repository at this point in the history
  6. whitespace cosmetics

    vyzo committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    ee56ed2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70e0a7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4e651a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e82a90 View commit details
    Browse the repository at this point in the history
  10. whitespace cosmetics

    vyzo committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    ebc1656 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83a9d86 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4bf32d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2017

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

Commits on Jun 11, 2017

  1. Merge branch 'master' of github.com:gambit/gambit into os-io-raw-devices

    # Conflicts:
    #	lib/_io#.scm
    #	lib/os_io.h
    vyzo committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    ef0d3ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93cf4df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55155dd View commit details
    Browse the repository at this point in the history
  4. _io: raw-device-port updates

    - raw-device-port has a device. not an fd
    - ##make-raw-device is more intelligently written per comments
    vyzo committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    39d795b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96f91a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. os_io: win32 compat for raw devices, brace cosmetics

    per marc's comments
    vyzo committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    e4cc0aa View commit details
    Browse the repository at this point in the history
  2. _io: raw-device-port has an id field; fix equality predicate in const…

    …ructor.
    
    per marc's comments.
    vyzo committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    8067343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3541c83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a8aed4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5db527c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5daed70 View commit details
    Browse the repository at this point in the history
  7. os_io: ___device_raw_select_virt: implement for win32, same as ___dev…

    …ice_file_select_raw_virt
    vyzo committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    128dd23 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fa6f06 View commit details
    Browse the repository at this point in the history
  9. os_io: indent properly

    vyzo committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    3fb0698 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d0e76c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49aa0bf View commit details
    Browse the repository at this point in the history