summaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-12/+12
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-133-27/+15
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-123-19/+12
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-122-5/+3
* - tweak visibility of label expected_hwif_error as it's only needed forBernhard Reutner-Fischer2006-04-111-0/+2
* - make sure that the label expected_hwif_error is visible even whenBernhard Reutner-Fischer2006-04-051-15/+3
* Clarify.Rob Landley2006-03-301-3/+1
* add public-domain release1_1_11_1_0Paul Fox2006-03-291-0/+5
* - commentary typosBernhard Reutner-Fischer2006-03-242-2/+2
* fixup styleMike Frysinger2006-03-231-6/+3
* dont printf arguments given by user for security sanityMike Frysinger2006-03-232-2/+2
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-10/+18
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-2/+1
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-065-5/+5
* Patch from Robert P. Day, moving byte order checks to use platform.h macros.Rob Landley2006-03-041-2/+2
* - remove unused lists *-mBernhard Reutner-Fischer2006-03-021-3/+0
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-18/+9
* more security: don't start shell code from argv"Vladimir N. Oleynik"2006-02-281-1/+1
* Cosmetic cleanup from tito.Rob Landley2006-02-281-21/+11
* - whitespace cleanup from Tito.Bernhard Reutner-Fischer2006-02-271-23/+10
* Convert all the applets from #include to USE(). Had to fix some nonstandardRob Landley2006-02-232-2/+2
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-222-33/+40
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
* removed anoinig warnings"Vladimir N. Oleynik"2006-02-012-7/+7
* protect potential overflow for x86_64"Vladimir N. Oleynik"2006-01-311-2/+3
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-302-4/+5
* make certain we dereference the pointer as a time_t, esp on x86_64Eric Andersen2006-01-301-1/+1
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-302-16/+3
* removed warning "comparison between signed and unsigned". Change very very ol..."Vladimir N. Oleynik"2006-01-301-7/+7
* just whitespaceTim Riker2006-01-258-94/+94
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-1/+6
* can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard"Vladimir N. Oleynik"2006-01-101-2/+2
* - fix check for group and user, remove some whitespace while at it.Bernhard Reutner-Fischer2005-12-211-4/+4
* Ahem. Vladimir checked in a different fix bug didn't close out the bug.Rob Landley2005-12-161-1/+0
* Less would segfault if it had no tty. (Bug 600.)Rob Landley2005-12-161-0/+1
* fopen(TTY...) to bb_xfopen(), close bug 600"Vladimir N. Oleynik"2005-12-151-1/+1
* restore compare_string_array new interface (make broken by landley)"Vladimir N. Oleynik"2005-12-061-2/+2
* - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.Bernhard Reutner-Fischer2005-10-283-0/+53
* Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley2005-10-282-62/+16
* another more const"Vladimir N. Oleynik"2005-10-201-3/+3
* data --> code"Vladimir N. Oleynik"2005-10-151-51/+52
* Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_.Rob Landley2005-10-081-317/+174
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-292-7/+4
* use the shorter license headerMike Frysinger2005-09-241-15/+2
* use brief license lineMike Frysinger2005-09-241-15/+2
* quick patch - have removed stranges for me"Vladimir N. Oleynik"2005-09-221-19/+26
* moved include/bbconfigopts.h from miscutils to to top Makefile before generat..."Vladimir N. Oleynik"2005-09-211-3/+0