index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
modprobe.c
Age
Commit message (
Expand
)
Author
2019-01-22
Whitespace: remove tabs from indentation.
Elliott Hughes
2019-01-08
modprobe: don't return failure just because we didn't find global config.
Elliott Hughes
2019-01-07
modprobe: reset errno before ins_mod.
Elliott Hughes
2018-08-04
Fix modprobe error handling.
Elliott Hughes
2017-01-28
modprobe: Small cleanup pass, described on the list.
Rob Landley
2017-01-28
modprobe: use finit_module when possible
Steve Muckle
2017-01-28
modprobe: add -d option to specify module directory path(s)
Steve Muckle
2016-12-28
Stop lying to the compiler in modprobe's read_line.
Elliott Hughes
2016-08-04
Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
Rob Landley
2016-04-08
Redefining basename_r to mean something random seems popular (bionic and freebsd
Rob Landley
2015-09-11
Replace toys.exithelp with help_exit() in lib.
Rob Landley
2015-08-08
modprobe: use -q to silence
Isaac Dunham
2015-08-08
modprobe: use basename_r()
Isaac Dunham
2015-08-08
modprobe: delete perror_exit() that makes no sense
Isaac Dunham
2014-10-20
More static analysis fixes from Ashwini Sharma.
Rob Landley
2014-08-12
Patches to commands for issues reported from static analysis tool.
Ashwini Sharma
2014-07-06
minor cleanup: move a global variable into GLOBALS(), inline strchr_null(), s...
Rob Landley
2014-04-09
modprobe: cleanup, incorporate Ashwini's fix for alias loading
Isaac Dunham
2014-04-09
Modprobe from Madhur Verma and Kyungwan Han.
Rob Landley