summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rfkill: make command to build in util-linux projectSami Kerola2017-08-304-4/+17
* rfkill: move files to appropriate locationsSami Kerola2017-08-3011-232/+30Star
* rfkill: merge rfkill.8 project to util-linuxSami Kerola2017-08-3010-0/+788
|\
| * add python moduleJohannes Berg2015-01-081-0/+150
| * use uapi rfkill.hJohannes Berg2015-01-081-289/+6Star
| * version 0.5Johannes Berg2013-05-031-1/+1
| * fix compiler warningJohannes Berg2013-05-031-3/+2Star
| * Add NFC supportSamuel Ortiz2013-05-033-1/+6
| * version 0.4Johannes Berg2010-02-061-1/+1
| * Add rfkill type "fm" to the man page.Darren Salt2010-01-261-1/+1
| * Help text: output rfkill type names from an array instead of a static string.Darren Salt2010-01-261-1/+6
| * Tweak version handling to allow vendor-specific suffixes without patching.Darren Salt2010-01-262-1/+14
| * change manpage for new rfkill list behaviourJohannes Berg2010-01-231-2/+3
| * Add filtering to "rfkill list".Darren Salt2010-01-231-3/+31
| * Refactor rfkill index/type lookup: move it below rfkill_block.Darren Salt2010-01-231-57/+73
| * Return error codes instead of exiting.Darren Salt2010-01-231-16/+16
| * Constification.Darren Salt2010-01-231-5/+5
| * Rearrange the help text for block & unblock.Darren Salt2010-01-231-4/+4
| * Add "wlan" and "ultrawideband" as aliases for "wifi" and "uwb".Darren Salt2010-01-232-2/+5
| * update rfkill.h from kernel 2.6.33Tomas Winkler2010-01-192-0/+6
| * Move the man page to section 8Darren Salt2009-12-042-5/+5
| * print time instead of useless textJohannes Berg2009-12-031-3/+6
| * flush output after eventsJohannes Berg2009-10-291-0/+1
| * default install to $(PREFIX)/sbinJohn W. Linville2009-09-301-3/+3
| * version 0.3Johannes Berg2009-09-021-1/+1
| * resync rfkill.h with kernelJohannes Berg2009-09-021-13/+10Star
| * remove copyright notice from fileJohannes Berg2009-08-261-2/+0Star
| * add copyright noticesJohannes Berg2009-08-261-0/+4
| * version 0.2Johannes Berg2009-08-251-1/+1
| * sync with kernel, add GPSJohannes Berg2009-08-254-33/+55
| * add manpageJohannes Berg2009-08-253-4/+41
| * remove iteration and let the kernel do itJohannes Berg2009-07-231-62/+20Star
| * Added support for block/unblock wireless types.Tim Gardner2009-07-231-8/+58
| * Added rfkill_block_all()Tim Gardner2009-07-231-0/+19
| * Added a utility function to acquire a list of events.Tim Gardner2009-07-231-8/+38
| * bump version to 0.1Johannes Berg2009-07-211-1/+1
| * check event size for version 1Johannes Berg2009-07-052-2/+12
| * use right event size for read()Johannes Berg2009-07-051-16/+14Star
| * open device read-only for list and event operationsMarcel Holtmann2009-06-051-2/+2
| * comment out rfkill manpage install for nowJohannes Berg2009-06-041-4/+4
| * add *~ to gitignoreJohannes Berg2009-06-041-0/+1
| * add .gitignoreJohannes Berg2009-06-041-0/+3
| * version script "improvement"Johannes Berg2009-06-041-2/+2
| * implement basic rfkill functionalityMarcel Holtmann2009-06-041-6/+214
| * update to latest rfkill.hMarcel Holtmann2009-06-041-11/+16
| * fix wrong rfkill_version typeMarcel Holtmann2009-06-041-1/+1
| * init rfkill basic codeJohannes Berg2009-05-287-0/+501
* build-sys: define dependence between chsh and getusershellKarel Zak2017-08-301-0/+2
* chsh: remove local /etc/shells parsing in favour of getusershell(3)Sami Kerola2017-08-301-80/+18Star
* bash-completion: simplify pid listingSami Kerola2017-08-304-4/+4