Lucas De Marchi
f357866d97
Fix includes after change to build-sys
...
Make the includes be libkmod/libkmod.h for code outside of library. This
fixes the broken build after 1315123
('build-sys: Don't add libkmod
subdirectory to include path').
2015-01-02 12:41:01 -02:00
Lucas De Marchi
c2e4286bb9
Reorder and reorganize header files
...
Let the includes in the following order:
< system headers >
< libkmod >
< tool >
< local headers >
2014-10-03 01:43:15 -03:00
Lucas De Marchi
e6b0e49b4e
Update copyright notices
2013-01-16 11:27:45 -02:00
Lucas De Marchi
7c04aeee40
tools: use program_invocation_short_name provided by libc
...
Thanks to Dave Reisner for pointing this out.
2012-11-06 19:30:16 -02:00
Lucas De Marchi
fcb0ce9475
tools: share function for logging
2012-11-06 19:02:23 -02:00
Lucas De Marchi
34e06bfb54
tools: make usage() messages go to stdout rather than stderr
...
When user supplied --help/-h, program should output to stdout the usage,
not to stderr. It's the expected behavior, what the user asked for,
not something to log or an error.
2012-11-06 17:32:41 -02:00
Lucas De Marchi
4a2e20dfb3
tools: share getting program name from argv for all tools
2012-11-06 16:55:00 -02:00
Lucas De Marchi
e2f9478faf
insmod: prefer ERR over plain fprintf
2012-11-05 17:59:23 -02:00
Lucas De Marchi
ccd6afa4f2
Remove ifdef for building tools not bundled
...
Current build system do not support to build separate tools anymore, so
just remove the ifdefs.
2012-06-15 00:40:14 -03:00
Lucas De Marchi
ac78e109c3
tools: rename source files
...
There's no point anymore in having "kmod-" prefix. This is a historical
thing when we started implementation of these tools.
2012-06-14 16:29:28 -03:00