Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Given modprobe -a, it's important to not exit early for a failure to load a module; additionally, the rest of the code presumes that this can fail without exiting. | |||
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 | |
portability.h.patch - it is for O_CLOEXEC, as compiler complained of it. Makefile.patch - for cleaning generated/*.o files and libopts.dat file [Fixup to uniq.c from Rob.] | |||
2014-07-06 | minor cleanup: move a global variable into GLOBALS(), inline strchr_null(), ↵ | Rob Landley | |
some whitespace and bracket cleanups. | |||
2014-04-09 | modprobe: cleanup, incorporate Ashwini's fix for alias loading | Isaac Dunham | |
Move <fnmatch.h> to toys.h, since it's POSIX. Avoid duplicating code in an if/else block. Terser error messages, spelling. Don't always print the state. | |||
2014-04-09 | Modprobe from Madhur Verma and Kyungwan Han. | Rob Landley | |