| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36987
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36446
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without the 170-non_fatal_include.patch hotplug2 throws this:
Unable to include '/etc/hotplug2-platform.rules'
Syntax error (/etc/hotplug2-common.rules, line 9): Syntax error: Internal parser error.
Unable to include '/etc/hotplug2-common.rules'
Syntax error (/etc/hotplug2-init.rules, line 3): Syntax error: Internal parser error.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35863
|
|
|
|
|
|
| |
process (#12436, maybe also #12765)
SVN-Revision: 35857
|
|
|
|
| |
SVN-Revision: 35856
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35608
|
|
|
|
|
|
|
|
| |
Musl is an alternative C-library, see http://www.musl-libc.org for more infos.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34314
|
|
|
|
| |
SVN-Revision: 33660
|
|
|
|
| |
SVN-Revision: 31504
|
|
|
|
|
|
| |
to avoid having crda calls get stuck at boot time (fixes #10350, #10354)
SVN-Revision: 28768
|
|
|
|
|
|
| |
depdendency handling needs fixes
SVN-Revision: 27266
|
|
|
|
| |
SVN-Revision: 27265
|
|
|
|
| |
SVN-Revision: 27209
|
|
|
|
| |
SVN-Revision: 27170
|
|
|
|
| |
SVN-Revision: 26807
|
|
|
|
|
|
| |
kernel module package only needs to had a script to create the correct device nodes (default names differ from what all apps that use zaptel actually use, so a script is necessary).
SVN-Revision: 26253
|
|
|
|
|
|
| |
self-contained, stripped-down version
SVN-Revision: 25920
|
|
|
|
| |
SVN-Revision: 25421
|
|
|
|
| |
SVN-Revision: 25414
|
|
|
|
| |
SVN-Revision: 25282
|
|
|
|
|
|
|
|
| |
the hotplug rules, making it possible to react on the addition of input devices (e.g. USB numpads).
Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>
SVN-Revision: 23994
|
|
|
|
| |
SVN-Revision: 23646
|
|
|
|
| |
SVN-Revision: 23249
|
|
|
|
| |
SVN-Revision: 21422
|
|
|
|
| |
SVN-Revision: 20685
|
|
|
|
| |
SVN-Revision: 20684
|
|
|
|
| |
SVN-Revision: 20682
|
|
|
|
| |
SVN-Revision: 20681
|
|
|
|
| |
SVN-Revision: 20680
|
|
|
|
| |
SVN-Revision: 20679
|
|
|
|
| |
SVN-Revision: 20462
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
latest svn revision, remove obsolete patches.
Memory leak is caused by the way hotplug2 handles environment variables,
using setenv() and unsetenv(). setenv() creates copies of the supplied
strings, but, due to a POSIX blunder, these copies are never destroyed
by unsetenv(), neither in glibc nor uclibc - not until the program
terminates.
Since some events are handled directly in the main process, even when
configured with the "fork" worker, hotplug2 memory usage will keep
growing over time. This can be observed by running "udevtrigger" and
noting the increase in hotplug2 VmRSS after each run.
This patch uses putenv() instead, which leaves storage management to
the caller, so that we can explicitly delete stuff when it's no longer
needed.
Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
SVN-Revision: 18725
|
|
|
|
| |
SVN-Revision: 18106
|
|
|
|
| |
SVN-Revision: 18104
|
|
|
|
|
|
| |
check on recv()
SVN-Revision: 18061
|
|
|
|
| |
SVN-Revision: 17508
|
|
|
|
| |
SVN-Revision: 16199
|
|
|
|
| |
SVN-Revision: 16137
|
|
|
|
| |
SVN-Revision: 16136
|
|
|
|
| |
SVN-Revision: 16135
|
|
|
|
| |
SVN-Revision: 16073
|
|
|
|
| |
SVN-Revision: 15242
|
|
|
|
|
|
| |
This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. There are dummy scripts to handle the plug in/out of USB and IEEE1394 devices for updating LEDs. Storage devices are mount as a sub-directory under /mnt.
SVN-Revision: 14289
|
|
|
|
| |
SVN-Revision: 14248
|
|
|
|
| |
SVN-Revision: 12086
|
|
|
|
|
|
|
|
|
| |
when bringing up ethernet on ixp4xx, the driver may request
a firmware while hotplug2 waits for the netdev bringup to complete.
change the event processing loop to keep an event backlog to allow
unthrottled events to pass through while throttled events are being waited for
SVN-Revision: 12019
|
|
|
|
| |
SVN-Revision: 10910
|
|
|
|
|
|
| |
during the init (should fix #2772)
SVN-Revision: 9644
|
|
|
|
| |
SVN-Revision: 8680
|
|
|
|
|
|
| |
DESCRIPTION=TITLE
SVN-Revision: 8659
|