Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-12 | mdev: check for "/block/" substring for block dev detection | Denis Vlasenko | |
function old new delta make_device 1294 1269 -25 | |||
2008-07-12 | mdev: if device was moved at creation, at removal coreectly remove | Denis Vlasenko | |
it from moved location and also remove symlinks to it function old new delta build_alias - 78 +78 mdev_main 505 503 -2 make_device 1300 1294 -6 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/2 up/down: 78/-8) Total: 70 bytes | |||
2008-07-06 | mdev: reinstate "follow symlinks" flag, this time with explanation | Denis Vlasenko | |
2008-07-06 | mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). | Denis Vlasenko | |
If this breaks things, please document why! mdev,init: use shared code for fd sanitization function old new delta bb_daemonize_or_rexec 155 172 +17 mdev_main 500 505 +5 init_main 907 856 -51 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 22/-51) Total: -29 bytes | |||
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | |
text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | |||
2008-06-25 | whitespace fixes. no code changes | Denis Vlasenko | |
2008-05-31 | mdev: add commented-out debug code to open stdio. | Denis Vlasenko | |
2008-05-24 | mdev: fix counting of '%' in pattern | Denis Vlasenko | |
2008-05-23 | mdev: fix whitespace damage | Denis Vlasenko | |
2008-05-22 | mdev: suppress "may be used uninitialized" warning | Denis Vlasenko | |
2008-05-22 | mdev: add support for "only rename" option in mdev.conf | Denis Vlasenko | |
2008-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | |
This time it resulted in small code changes: function old new delta nexpr 820 828 +8 tail_main 1200 1202 +2 wrapf 166 167 +1 parse_mount_options 227 209 -18 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/1 up/down: 11/-18) Total: -7 bytes | |||
2008-05-08 | mdev: /sys/class/block/ are also block devices | Denis Vlasenko | |
function old new delta make_device 1200 1221 +21 | |||
2008-05-02 | mdev: fix a bug where we were eating argv[0] of helper | Denis Vlasenko | |
2008-04-22 | whitespace fixes. no code changes | Denis Vlasenko | |
2008-03-29 | mdev: optional support for regex pattern group substitution. | Denis Vlasenko | |
+142 bytes. | |||
2008-03-29 | mdev: fix block/char device detection. Closes bug 2144. | Denis Vlasenko | |
2008-03-29 | mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes | Denis Vlasenko | |
2008-03-29 | mdev: fix a bug where it was not stopping on first matching rule | Denis Vlasenko | |
(testsuite entry added). Revamped line parsing while at it. function old new delta next_field - 36 +36 make_device 1104 1022 -82 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/1 up/down: 36/-82) Total: -46 bytes | |||
2008-03-27 | mdev: plug a few memory and fd leaks; simplify code a bit | Denis Vlasenko | |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko | |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | |
function old new delta procps_scan 1265 1298 +33 aliascmd 278 283 +5 parse_file_cmd 116 120 +4 dname_enc 373 377 +4 setcmd 90 93 +3 execcmd 57 60 +3 count_lines 72 74 +2 process_command_subs 340 339 -1 test_main 409 407 -2 mknod_main 179 177 -2 handle_incoming_and_exit 2653 2651 -2 argstr 1312 1310 -2 shiftcmd 131 128 -3 exitcmd 46 43 -3 dotcmd 297 294 -3 breakcmd 86 83 -3 evalpipe 353 349 -4 evalcommand 1180 1176 -4 evalcmd 109 105 -4 send_tree 374 369 -5 mkfifo_main 82 77 -5 evalsubshell 152 147 -5 typecmd 75 69 -6 letcmd 61 55 -6 add_cmd 1190 1183 -7 main 891 883 -8 ash_main 1415 1407 -8 parse_stream 1377 1367 -10 alloc_procps_scan 55 - -55 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 7/21 up/down: 54/-148) Total: -94 bytes text data bss dec hex filename 797195 658 7428 805281 c49a1 busybox_old 797101 658 7428 805187 c4943 busybox_unstripped | |||
2008-02-20 | [#1334] exec script for devices even if they dont have device nodes | Mike Frysinger | |
2008-02-17 | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko | |
2008-02-01 | add support for renaming/relocating device nodes | Mike Frysinger | |
2008-01-23 | as reported by George Boudreau, make sure we properly skip blank lines | Mike Frysinger | |
2007-12-21 | fix buglets found by randomconfig | Denis Vlasenko | |
2007-11-19 | cleanup comments and coding style and rewrite the mdev.conf parser to use ↵ | Mike Frysinger | |
common busybox functions and call strdup() less often ... saves a ~few hundred bytes | |||
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | |
EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | |||
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko | |
trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k | |||
2007-06-30 | introduce and use bb_basename() | Denis Vlasenko | |
function old new delta bb_basename - 26 +26 sv_main 1226 1225 -1 passwd_main 1985 1983 -2 showdirs 482 478 -4 sendCgi 1811 1807 -4 make_device 1354 1350 -4 handleIncoming 2443 2439 -4 func_name 82 78 -4 service_name 2292 2285 -7 main 909 901 -8 cmp_main 555 547 -8 test_main 434 422 -12 act 228 216 -12 find_pair 180 164 -16 rmmod_main 298 280 -18 find_pid_by_name 156 134 -22 modprobe_main 1606 1576 -30 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/16 up/down: 26/-156) Total: -130 bytes text data bss dec hex filename 734933 3028 14400 752361 b7ae9 busybox_old 734801 3028 14400 752229 b7a65 busybox_unstripped | |||
2007-06-20 | - strndupa is a GNU extension. Using strdup to avoid several errors like: | Bernhard Reutner-Fischer | |
util-linux/mdev.c:(.text+0x29a): undefined reference to `strndupa' | |||
2007-06-14 | Alex Landau writes: open firmware for reading, not writing | Mike Frysinger | |
2007-06-13 | as suggested by Renaud Cerrato and Souf, switch over to recursive_action() ↵ | Mike Frysinger | |
for some nice shrinkage and so we work even when CONFIG_SYSFS_DEPRECATED is off | |||
2007-06-13 | add support for firmware loading | Mike Frysinger | |
2007-06-08 | mdev: microscopic enhancement, should change nothing | Denis Vlasenko | |
2007-06-03 | find_stray_communal_vars: script which finds communal variables | Denis Vlasenko | |
resize: remove globals var mdev: remove globals var | |||
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | |
2006-11-26 | small fixes: | Denis Vlasenko | |
fix xstrdup to not grossly overallocate memory use xopen instean of xopen3 in several places etc. | |||
2006-10-16 | mdev: reduce excessive indentation | Denis Vlasenko | |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko | |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko | |
2006-09-29 | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley | |
Erik or I are primary copyright holders on. | |||
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-08-10 | Patch from Chris Steel to fix mdev deleting device nodes. | Rob Landley | |