Commit Graph

12 Commits

Author SHA1 Message Date
sin 6f7f387352 Stop using EXIT_{SUCCESS,FAILURE} 2014-10-02 23:47:39 +01:00
Hiltjo Posthuma 291aedb875 code consistency fixes 2014-07-09 15:08:01 +01:00
sin 86060b535c Fix includes across all tools 2014-06-30 19:04:47 +01:00
sin 5b9ea69b08 Sweep through code and replace malloc() with emalloc() etc. 2014-04-30 13:12:17 +01:00
sin 3c1d1368d2 Add insmod manpage and fix insmod usage 2014-04-12 14:31:27 +01:00
Hiltjo Posthuma c5f17bd3dc remove some signed / unsigned type warnings
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-02-14 14:11:37 +00:00
sin 9a4fba0251 Use calloc() instead of malloc() + memset() 2014-02-10 19:29:41 +00:00
sin 471432a9e6 Ensure opts is null-terminated before calling strcat() 2014-02-10 19:07:41 +00:00
s-p-k e340e1373e exit with EXIT_SUCCESS/EXIT_FAILURE 2013-10-07 19:15:00 +01:00
sin f6cf690aa2 Fix usage lines 2013-08-14 14:40:49 +01:00
sin 691c4ae503 If opts is NULL just pass "" as expected by the kernel 2013-08-09 11:27:54 +01:00
sin b90db5b7f7 Add insmod(8) 2013-08-07 11:52:36 +01:00