summaryrefslogtreecommitdiff
path: root/miscutils/devfsd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete tons of extra #includesDenis Vlasenko2007-05-311-5/+5
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-11/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-131-1/+1
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-111-2/+0
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-291-21/+20
* style fixesDenis Vlasenko2006-12-261-8/+8
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-67/+57
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-10/+8
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-4/+4
* remove bb_printf and the likeDenis Vlasenko2006-10-261-4/+4
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-4/+4
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-0/+4
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - convert old-style parameter declarations (K&R) to modern style.Bernhard Reutner-Fischer2006-06-251-1/+1
* Patch from Erik Hovland, via Tito.Rob Landley2006-06-081-2/+2
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-221-32/+37
* removed anoinig warnings"Vladimir N. Oleynik"2006-02-011-6/+6
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+2
* just whitespaceTim Riker2006-01-251-44/+44
* restore compare_string_array new interface (make broken by landley)"Vladimir N. Oleynik"2005-12-061-2/+2
* Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_.Rob Landley2005-10-081-317/+174
* split libbb: moved xregcomp separatelly for speed up recompile"Vladimir N. Oleynik"2005-09-141-2/+1
* removed strange extern void xregcomp(... from some applets, but declared from..."Vladimir N. Oleynik"2005-09-141-2/+0
* eat leading whitespace with preprocessorMike Frysinger2005-07-311-2/+2
* Tito posted a devfsd error message fix. It's highly deprecated and willRob Landley2005-06-071-31/+28
* Make certain clients of bb_make_directory default to honoringEric Andersen2004-10-131-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Patch from Florian Schirmer. compile fix for debug buildsGlenn L McGrath2004-02-221-2/+2
* Bug fix from Tito.Glenn L McGrath2004-02-041-3/+4
* Tito writes:Eric Andersen2003-12-191-333/+450
* Patch from Tito, size optimisation, cleanup noise when in debuggingGlenn L McGrath2003-11-301-167/+167
* Tito writes:Eric Andersen2003-10-221-3/+2
* old gccTim Riker2003-10-171-3/+3
* Do not use kernel headersEric Andersen2003-10-091-13/+50
* New applet, devfsd, by Matteo Croce and TitoGlenn L McGrath2003-10-091-0/+2029