summaryrefslogtreecommitdiffstats
path: root/package/hotplug2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* hotplug2: bump pkg release after hotplug fixes in r20679-r20685Jo-Philipp Wich2010-05-101-1/+1
| | | | SVN-Revision: 21422
* Fix a memory leak in hotplug2 environment handling. Bump hotplug2 to the ↵Felix Fietkau2009-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* hotplug2: compile in the worker module statically, saves >20k uncompressedFelix Fietkau2009-10-201-3/+3
| | | | SVN-Revision: 18104
* update hotplug2 to r199, fixes build failures on brcm-2.4Florian Fainelli2009-09-031-2/+2
| | | | SVN-Revision: 17508
* hotplug2 may need -fPICJo-Philipp Wich2009-05-291-1/+1
| | | | SVN-Revision: 16199
* add hotplug2 v1.0Hamish Guthrie2009-05-281-0/+50
| | | | SVN-Revision: 16136
* Move hotplug2 v0.9 to hotplug2-oldHamish Guthrie2009-05-281-42/+0
| | | | SVN-Revision: 16135
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* hotplug2: add platform hotpluggingGabor Juhos2009-01-281-4/+4
| | | | SVN-Revision: 14248
* move hotplug2 & udevtrigger to base sectionNicolas Thill2008-04-211-2/+2
| | | | SVN-Revision: 10910
* bump package versions after updatesFelix Fietkau2007-09-071-1/+1
| | | | SVN-Revision: 8680
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-2/+3
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* hotplug2 update - include hotplug2-init.rules from hotplug2.rules, fix ↵Felix Fietkau2007-07-091-1/+1
| | | | | | permissions of various devices (fixes #2052) SVN-Revision: 7892
* update to hotplug2 svn version (recommended by iSteve)Felix Fietkau2007-06-251-0/+1
| | | | SVN-Revision: 7725
* fix failsafe on broadcom, send netlink events in diag when running linux 2.6Felix Fietkau2007-06-251-1/+0
| | | | SVN-Revision: 7722
* hotplug2: add a missing cflag, allow hotplug events that are not 'add'Felix Fietkau2007-06-251-1/+1
| | | | SVN-Revision: 7721
* make hotplug2 use the build system cflagsFelix Fietkau2007-06-251-0/+1
| | | | SVN-Revision: 7720
* use hotplug2 for serializing hotplug events on 2.6Felix Fietkau2007-05-051-1/+3
| | | | SVN-Revision: 7097
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-2/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* make hotplug2 depend on udevtriggerFelix Fietkau2007-03-041-1/+1
| | | | SVN-Revision: 6511
* add hotplug2Felix Fietkau2007-03-041-0/+42
SVN-Revision: 6510