Denis Vlasenko
|
cae11b51aa
mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes
|
16 years ago |
Denis Vlasenko
|
4461564c77
mdev: fix a bug where it was not stopping on first matching rule
|
16 years ago |
Denis Vlasenko
|
cf26ab70c1
mdev: plug a few memory and fd leaks; simplify code a bit
|
16 years ago |
Denis Vlasenko
|
8ee649a02e
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Mike Frysinger
|
ae86a338b8
[#1334] exec script for devices even if they dont have device nodes
|
17 years ago |
Denis Vlasenko
|
cb448fe01b
libbb: introduce and use xrename and rename_or_warn.
|
17 years ago |
Mike Frysinger
|
f0044c480c
add support for renaming/relocating device nodes
|
17 years ago |
Mike Frysinger
|
46ef46aefb
as reported by George Boudreau, make sure we properly skip blank lines
|
17 years ago |
Denis Vlasenko
|
ee87ebf381
fix buglets found by randomconfig
|
17 years ago |
Mike Frysinger
|
c881c733bb
cleanup comments and coding style and rewrite the mdev.conf parser to use common busybox functions and call strdup() less often ... saves a ~few hundred bytes
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
dc757aa16c
introduce and use bb_basename()
|
17 years ago |
Bernhard Reutner-Fischer
|
bb0baed564
- strndupa is a GNU extension. Using strdup to avoid several errors like:
|
17 years ago |
Mike Frysinger
|
0e0639b702
Alex Landau writes: open firmware for reading, not writing
|
17 years ago |
Mike Frysinger
|
b51fd3525e
as suggested by Renaud Cerrato and Souf, switch over to recursive_action() for some nice shrinkage and so we work even when CONFIG_SYSFS_DEPRECATED is off
|
17 years ago |
Mike Frysinger
|
a78ef2ccf1
add support for firmware loading
|
17 years ago |
Denis Vlasenko
|
d6766c71a9
mdev: microscopic enhancement, should change nothing
|
17 years ago |
Denis Vlasenko
|
4e5f82c76f
find_stray_communal_vars: script which finds communal variables
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Bernhard Reutner-Fischer
|
febe3c4211
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
18 years ago |
Denis Vlasenko
|
cf749bc10c
small fixes:
|
18 years ago |
Denis Vlasenko
|
f46be09106
mdev: reduce excessive indentation
|
18 years ago |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 years ago |
Denis Vlasenko
|
9275814a9e
lots of silly indent fixes
|
18 years ago |
Denis Vlasenko
|
a959588b80
Yet another silly little byte saving. couldn't -> cannot
|
18 years ago |
Rob Landley
|
e9a7a6212b
Change license statements (and clean up headers) on some of the files that
|
18 years ago |