kmod/shared
Lucas De Marchi 52c9c99056 Log error on failed underscores(), moving it to shared/
Move underscores() to shared/. It's the same as alias_normalize(), but
it rather operates in place, with the same string being passed.

The difference now that it's in shared/ is that it's a non-logging
function.

This makes us a little bit more verbose: we don't accept partially
correct module and aliases names in kcmdline and in configuration files.
We log an error instead.
2014-10-09 11:00:21 -03:00
..
.gitignore Move generic util functions to shared directory 2014-10-03 00:33:25 -03:00
array.c Reorder and reorganize header files 2014-10-03 01:43:15 -03:00
array.h Move array implementation to shared directory 2014-10-03 00:33:25 -03:00
hash.c Reorder and reorganize header files 2014-10-03 01:43:15 -03:00
hash.h Move hash implementation to shared directory 2014-10-03 00:40:11 -03:00
macro.h Move macro.h to shared directory 2014-10-02 22:03:19 -03:00
missing.h Move missing.h to shared directory 2014-10-03 00:31:10 -03:00
util.c Log error on failed underscores(), moving it to shared/ 2014-10-09 11:00:21 -03:00
util.h Log error on failed underscores(), moving it to shared/ 2014-10-09 11:00:21 -03:00