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

Recommend merge with xpra-backend #987

Open
wants to merge 10 commits into
base: xpra-backend
Choose a base branch
from

Commits on May 5, 2016

  1. module: use libkmod2 instead of modprobe

    Conflicts:
    	src/module.c
    zlondrej committed May 5, 2016
    Configuration menu
    Copy the full SHA
    20ee697 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. Removed unnecessary header

    zlondrej committed May 6, 2016
    Configuration menu
    Copy the full SHA
    87787f4 View commit details
    Browse the repository at this point in the history
  2. Initialize kmod context with NULL config paths

    According to documentation:
    If NULL defaults to /run/modprobe.d, /etc/modprobe.d and /lib/modprobe.d.
    Give an empty vector if configuration should not be read.
    zlondrej committed May 6, 2016
    Configuration menu
    Copy the full SHA
    ed22954 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2016

  1. Configuration menu
    Copy the full SHA
    d44ca35 View commit details
    Browse the repository at this point in the history
  2. Fixed loaded module detection

    Cannot return -1 because it's treated as true.
    zlondrej committed May 7, 2016
    Configuration menu
    Copy the full SHA
    9d67a6a View commit details
    Browse the repository at this point in the history
  3. Fixed module availability detection

    kmod_module_new_from_lookup returns number of modules, instead of 0 when
    successful.
    zlondrej committed May 7, 2016
    Configuration menu
    Copy the full SHA
    9594fc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce163dc View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Missing argument for %s

    zlondrej committed May 11, 2016
    Configuration menu
    Copy the full SHA
    4ccea80 View commit details
    Browse the repository at this point in the history
  2. Coding style

    zlondrej committed May 11, 2016
    Configuration menu
    Copy the full SHA
    13b70f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcf0ee7 View commit details
    Browse the repository at this point in the history