]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'rfkill' of git://github.com/kerolasa/lelux-utiliteetit into rfkill
authorKarel Zak <kzak@redhat.com>
Thu, 31 Aug 2017 07:56:18 +0000 (09:56 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 31 Aug 2017 07:56:18 +0000 (09:56 +0200)
commitf1f874bf489831ab6c25c58f98081cbc49c9cb97
tree2498c779dafcabf232d8c5405f9de14c756a4e56
parent9001a06ebe59b138660e7ada111c4eb9f09fb1e8
parent11dc93b78ad39a7bc0a6ff50194b4e6f084c9291
Merge branch 'rfkill' of git://github.com/kerolasa/lelux-utiliteetit into rfkill

* 'rfkill' of git://github.com/kerolasa/lelux-utiliteetit: (57 commits)
  rfkill: add systemd-rfkill(8) see also segment
  rfkill: check id number refers to a device that exists
  rfkill: use back and forward compatible test
  rfkill: add bash-completion file
  rfkill: inform in syslog when rfkill is invoked
  rfkill: use human readable timestamps in event output
  rfkill: use libsmartcols output
  rfkill: do not ignore read error
  rfkill: clarify 'all devices' handling
  rfkill: update manual page
  rfkill: make programming style to match util-linux project
  rfkill: make command to build in util-linux project
  rfkill: move files to appropriate locations
  add python module
  use uapi rfkill.h
  version 0.5
  fix compiler warning
  Add NFC support
  version 0.4
  Add rfkill type "fm" to the man page.
  ...