add -fvisibility=hidden to CC flags, mark XXX_main functions
[platform/upstream/busybox.git] / util-linux / mdev.c
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-20 Bernhard Reutner... - strndupa is a GNU extension. Using strdup to avoid...
2007-06-14 Mike FrysingerAlex Landau writes: open firmware for reading, not...
2007-06-13 Mike Frysingeras suggested by Renaud Cerrato and Souf, switch over...
2007-06-13 Mike Frysingeradd support for firmware loading
2007-06-08 Denis Vlasenkomdev: microscopic enhancement, should change nothing
2007-06-03 Denis Vlasenkofind_stray_communal_vars: script which finds communal...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-11-26 Denis Vlasenkosmall fixes:
2006-10-16 Denis Vlasenkomdev: reduce excessive indentation
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-10 Rob LandleyPatch from Chris Steel to fix mdev deleting device...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-26 Rob LandleyUpgrade mdev to allow commands to be run on create...
2006-06-13 Rob LandleyWork around a persistent uClibc bug, since 0.9.29 still...
2006-05-21 Rob LandleyConvert to a global struct, the way sed was. Now I...
2006-05-08 Rob LandleyShrink the code about 50 bytes, allocate less run-time...
2006-02-21 Rob LandleyCreate /dev/root symlink pointing to real root device...
2006-02-07 Mike Frysingeradd back in path nulling after calling find_dev() since...
2006-02-03 Mike Frysingercleanup style ... just because you use less spaces...
2006-02-03 Mike Frysingershrink the code a bit
2006-02-03 Mike Frysingergavinl writes in Bug 661:
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Rob LandleyThere was a missing ! on strcmp (despite the fact it...
2006-01-12 Rob LandleyFrank Sorenson added hotplug support to mdev. (I tweak...
2006-01-12 Rob LandleyThe major:minor read from dev ends with \n, need to...
2006-01-04 Mike Frysingeruse MAP_PRIVATE instead of MAP_SHARED for uClinux syste...
2005-12-17 Rob LandleySigh. Left the debug path in. Fixed.
2005-12-17 Rob LandleyAdded /etc/mdev.conf support. Adds about 1.9k to mdev.
2005-12-13 Rob LandleyNothing to see here. Move along.