aboutsummaryrefslogtreecommitdiff
path: root/miscutils/devfsd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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