aboutsummaryrefslogtreecommitdiff
path: root/miscutils/devfsd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete tons of extra #includesvda2007-05-311-5/+5
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-11/+0
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* teach find_root_device to deal with /dev/ subdirsvda2007-04-131-1/+1
* kill superfluous returns at the end of void functionsvda2007-03-111-2/+0
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #5vda2007-01-291-21/+20
* style fixesvda2006-12-261-8/+8
* style cleanup: return(a) -> return a, part 2vda2006-11-271-67/+57
* style cleanup: return(a) -> return a, part 1vda2006-11-271-10/+8
* rename: compare_string_array -> index_in_str_arrayvda2006-11-051-4/+4
* remove bb_printf and the likevda2006-10-261-4/+4
* bb_applet_name -> applet_namevda2006-10-031-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-4/+4
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-0/+4
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* - convert old-style parameter declarations (K&R) to modern style.aldot2006-06-251-1/+1
* Patch from Erik Hovland, via Tito.landley2006-06-081-2/+2
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-221-32/+37
* removed anoinig warningsvodz2006-02-011-6/+6
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-301-1/+2
* just whitespacetimr2006-01-251-44/+44
* restore compare_string_array new interface (make broken by landley)vodz2005-12-061-2/+2
* Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_.landley2005-10-081-317/+174
* split libbb: moved xregcomp separatelly for speed up recompilevodz2005-09-141-2/+1
* removed strange extern void xregcomp(... from some applets, but declared from...vodz2005-09-141-2/+0
* eat leading whitespace with preprocessorvapier2005-07-311-2/+2
* Tito posted a devfsd error message fix. It's highly deprecated and willlandley2005-06-071-31/+28
* Make certain clients of bb_make_directory default to honoringandersen2004-10-131-1/+1
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Patch from Florian Schirmer. compile fix for debug buildsbug12004-02-221-2/+2
* Bug fix from Tito.bug12004-02-041-3/+4
* Tito writes:andersen2003-12-191-333/+450
* Patch from Tito, size optimisation, cleanup noise when in debuggingbug12003-11-301-167/+167
* Tito writes:andersen2003-10-221-3/+2
* old gcctimr2003-10-171-3/+3
* Do not use kernel headersandersen2003-10-091-13/+50
* New applet, devfsd, by Matteo Croce and Titobug12003-10-091-0/+2029