index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
mdev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix several problems with config parser:
Denis Vlasenko
2008-07-26
1
-5
/
+1
*
mdev: do not complain if mdev.conf does not exist;
Denis Vlasenko
2008-07-26
1
-138
/
+155
*
- unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP
Bernhard Reutner-Fischer
2008-07-22
1
-1
/
+4
*
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-19
1
-1
/
+1
*
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
2008-07-17
1
-5
/
+5
*
fix up callsites of config_read to check for >= 0
Denis Vlasenko
2008-07-16
1
-1
/
+1
*
mdev: support for serializing hotplug
Denis Vlasenko
2008-07-15
1
-3
/
+28
*
libbb: unified config parser (By Vladimir Dronnikov)
Denis Vlasenko
2008-07-15
1
-56
/
+25
*
mdev: check for "/block/" substring for block dev detection
Denis Vlasenko
2008-07-12
1
-7
/
+5
*
mdev: if device was moved at creation, at removal coreectly remove
Denis Vlasenko
2008-07-12
1
-19
/
+37
*
mdev: reinstate "follow symlinks" flag, this time with explanation
Denis Vlasenko
2008-07-06
1
-4
/
+7
*
mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).
Denis Vlasenko
2008-07-06
1
-5
/
+12
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-5
/
+5
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-2
/
+2
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-6
/
+6
*
mdev: add commented-out debug code to open stdio.
Denis Vlasenko
2008-05-31
1
-0
/
+9
*
mdev: fix counting of '%' in pattern
Denis Vlasenko
2008-05-24
1
-2
/
+3
*
mdev: fix whitespace damage
Denis Vlasenko
2008-05-23
1
-1
/
+1
*
mdev: suppress "may be used uninitialized" warning
Denis Vlasenko
2008-05-22
1
-5
/
+6
*
mdev: add support for "only rename" option in mdev.conf
Denis Vlasenko
2008-05-22
1
-3
/
+5
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-1
/
+4
*
mdev: /sys/class/block/ are also block devices
Denis Vlasenko
2008-05-08
1
-2
/
+8
*
mdev: fix a bug where we were eating argv[0] of helper
Denis Vlasenko
2008-05-02
1
-30
/
+32
*
whitespace fixes. no code changes
Denis Vlasenko
2008-04-22
1
-1
/
+1
*
mdev: optional support for regex pattern group substitution.
Denis Vlasenko
2008-03-29
1
-3
/
+41
*
mdev: fix block/char device detection. Closes bug 2144.
Denis Vlasenko
2008-03-29
1
-1
/
+3
*
mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes
Denis Vlasenko
2008-03-29
1
-11
/
+16
*
mdev: fix a bug where it was not stopping on first matching rule
Denis Vlasenko
2008-03-29
1
-109
/
+99
*
mdev: plug a few memory and fd leaks; simplify code a bit
Denis Vlasenko
2008-03-27
1
-71
/
+69
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
1
-1
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-4
/
+8
*
[#1334] exec script for devices even if they dont have device nodes
Mike Frysinger
2008-02-20
1
-4
/
+14
*
libbb: introduce and use xrename and rename_or_warn.
Denis Vlasenko
2008-02-17
1
-1
/
+1
*
add support for renaming/relocating device nodes
Mike Frysinger
2008-02-01
1
-5
/
+43
*
as reported by George Boudreau, make sure we properly skip blank lines
Mike Frysinger
2008-01-23
1
-2
/
+6
*
fix buglets found by randomconfig
Denis Vlasenko
2007-12-21
1
-2
/
+2
*
cleanup comments and coding style and rewrite the mdev.conf parser to use com...
Mike Frysinger
2007-11-19
1
-95
/
+98
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-1
/
+1
*
introduce and use bb_basename()
Denis Vlasenko
2007-06-30
1
-2
/
+2
*
- strndupa is a GNU extension. Using strdup to avoid several errors like:
Bernhard Reutner-Fischer
2007-06-20
1
-3
/
+8
*
Alex Landau writes: open firmware for reading, not writing
Mike Frysinger
2007-06-14
1
-1
/
+1
*
as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo...
Mike Frysinger
2007-06-13
1
-32
/
+27
*
add support for firmware loading
Mike Frysinger
2007-06-13
1
-2
/
+73
*
mdev: microscopic enhancement, should change nothing
Denis Vlasenko
2007-06-08
1
-8
/
+6
*
find_stray_communal_vars: script which finds communal variables
Denis Vlasenko
2007-06-03
1
-11
/
+9
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
1
-2
/
+2
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-29
1
-1
/
+2
[next]