index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
mdev.c
Age
Commit message (
Expand
)
Author
2008-07-16
fix up callsites of config_read to check for >= 0
Denis Vlasenko
2008-07-15
mdev: support for serializing hotplug
Denis Vlasenko
2008-07-15
libbb: unified config parser (By Vladimir Dronnikov)
Denis Vlasenko
2008-07-12
mdev: check for "/block/" substring for block dev detection
Denis Vlasenko
2008-07-12
mdev: if device was moved at creation, at removal coreectly remove
Denis Vlasenko
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
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
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
2008-05-08
mdev: /sys/class/block/ are also block devices
Denis Vlasenko
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
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
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
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 com...
Mike Frysinger
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-20
- strndupa is a GNU extension. Using strdup to avoid several errors like:
Bernhard Reutner-Fischer
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() fo...
Mike Frysinger
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
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
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
2007-01-29
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2006-11-26
small fixes:
Denis Vlasenko
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
[prev]
[next]