hush/modutils
Denis Vlasenko 855ff6f503 modprobe: use buffering line reads (fgets) instead of reads().
libbb: remove reads()

function                                             old     new   delta
include_conf_file_act                                961     980     +19
localcmd                                             282     284      +2
already_loaded                                       155     151      -4
in_cksum                                              58      53      -5
modprobe_main                                       1630    1624      -6
reads                                                129       -    -129
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 2/3 up/down: 21/-144)          Total: -123 bytes
2008-08-04 21:16:46 +00:00
..
Config.in - wrap overlong lines (Cristian Ionescu-Idbohrn) 2008-07-22 18:27:53 +00:00
depmod.c libbb: [x]fopen_for_{read,write} introduced and used. 2008-07-21 23:05:26 +00:00
insmod.c libbb: [x]fopen_for_{read,write} introduced and used. 2008-07-21 23:05:26 +00:00
Kbuild
lsmod.c libbb: [x]fopen_for_{read,write} introduced and used. 2008-07-21 23:05:26 +00:00
modprobe-small.c libbb: make xrealloc_vector zero out the realloc'ed tail 2008-08-04 13:20:36 +00:00
modprobe.c modprobe: use buffering line reads (fgets) instead of reads(). 2008-08-04 21:16:46 +00:00
rmmod.c hush: add #defines to switch off break/continue if loops are not supported 2008-07-29 10:16:05 +00:00