aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/modprobe.c
AgeCommit message (Expand)Author
2021-06-04modprobe: fix parsing of short lines.Elliott Hughes
2021-05-15modprobe: don't stop on empty lines.Elliott Hughes
2021-02-03Cleanup pass on modprobe.Rob Landley
2019-01-22Whitespace: remove tabs from indentation.Elliott Hughes
2019-01-08modprobe: don't return failure just because we didn't find global config.Elliott Hughes
2019-01-07modprobe: reset errno before ins_mod.Elliott Hughes
2018-08-04Fix modprobe error handling.Elliott Hughes
2017-01-28modprobe: Small cleanup pass, described on the list.Rob Landley
2017-01-28modprobe: use finit_module when possibleSteve Muckle
2017-01-28modprobe: add -d option to specify module directory path(s)Steve Muckle
2016-12-28Stop lying to the compiler in modprobe's read_line.Elliott Hughes
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
2016-04-08Redefining basename_r to mean something random seems popular (bionic and freebsdRob Landley
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-08-08modprobe: use -q to silenceIsaac Dunham
2015-08-08modprobe: use basename_r()Isaac Dunham
2015-08-08modprobe: delete perror_exit() that makes no senseIsaac Dunham
2014-10-20More static analysis fixes from Ashwini Sharma.Rob Landley
2014-08-12Patches to commands for issues reported from static analysis tool.Ashwini Sharma
2014-07-06minor cleanup: move a global variable into GLOBALS(), inline strchr_null(), s...Rob Landley
2014-04-09modprobe: cleanup, incorporate Ashwini's fix for alias loadingIsaac Dunham
2014-04-09Modprobe from Madhur Verma and Kyungwan Han.Rob Landley