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

Add support for the ioctl(2) facility #11

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

Commits on Nov 29, 2015

  1. Configuration menu
    Copy the full SHA
    0e0c258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44da62c View commit details
    Browse the repository at this point in the history
  3. ioctl: Typed the input parameter to match actual systems.

    This function signature now matches at least Linux, Darwin,
    FreeBSD, OpenBSD, and NetBSD--all of which type the request
    parameter as 'unsigned long' instead of historical 'int'.
    
    See: https://bugzilla.kernel.org/show_bug.cgi?id=42705
    See: http://man7.org/linux/man-pages/man2/ioctl.2.html
    artob committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    c38b3f8 View commit details
    Browse the repository at this point in the history