aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* - revert back to r14406aldot2006-03-131-10/+18
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-2/+1
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-065-5/+5
* Patch from Robert P. Day, moving byte order checks to use platform.h macros.landley2006-03-041-2/+2
* - remove unused lists *-maldot2006-03-021-3/+0
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-18/+9
* more security: don't start shell code from argvvodz2006-02-281-1/+1
* Cosmetic cleanup from tito.landley2006-02-281-21/+11
* - whitespace cleanup from Tito.aldot2006-02-271-23/+10
* Convert all the applets from #include to USE(). Had to fix some nonstandardlandley2006-02-232-2/+2
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-222-33/+40
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* removed anoinig warningsvodz2006-02-012-7/+7
* protect potential overflow for x86_64vodz2006-01-311-2/+3
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-302-4/+5
* make certain we dereference the pointer as a time_t, esp on x86_64andersen2006-01-301-1/+1
* - add some ATTRIBUTE_UNUSED.aldot2006-01-302-16/+3
* removed warning "comparison between signed and unsigned". Change very very ol...vodz2006-01-301-7/+7
* just whitespacetimr2006-01-258-94/+94
* - shared libbusybox.aldot2006-01-151-1/+6
* can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhardvodz2006-01-101-2/+2
* - fix check for group and user, remove some whitespace while at it.aldot2005-12-211-4/+4
* Ahem. Vladimir checked in a different fix bug didn't close out the bug.landley2005-12-161-1/+0
* Less would segfault if it had no tty. (Bug 600.)landley2005-12-161-0/+1
* fopen(TTY...) to bb_xfopen(), close bug 600vodz2005-12-151-1/+1
* restore compare_string_array new interface (make broken by landley)vodz2005-12-061-2/+2
* - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.aldot2005-10-283-0/+53
* Rob Sullivan sent in some cleanups, which I beat on slightly.landley2005-10-282-62/+16
* another more constvodz2005-10-201-3/+3
* data --> codevodz2005-10-151-51/+52
* Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_.landley2005-10-081-317/+174
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-292-7/+4
* use the shorter license headervapier2005-09-241-15/+2
* use brief license linevapier2005-09-241-15/+2
* quick patch - have removed stranges for mevodz2005-09-221-19/+26
* moved include/bbconfigopts.h from miscutils to to top Makefile before generat...vodz2005-09-211-3/+0
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-201-2/+2
* remove duplicate depend, its work for bb_mkdependvodz2005-09-191-2/+0
* correct build bbconfig applet, correct previous changevodz2005-09-191-3/+3
* corect build bbconfig applet, Thanks, Bernhard Fischervodz2005-09-191-2/+7
* 1) read from stdin work nowvodz2005-09-191-34/+21
* quick patchs: drop founded memory leak, more libbb, more C-compatibility, siz...vodz2005-09-191-82/+89
* Bernhard Fischer writes:vapier2005-09-181-7/+7
* First cleanup pass, from Rob Sullivan. More to be done...landley2005-09-181-144/+106
* more C-compatibily, Thanks Bernhard Fischervodz2005-09-161-1/+2
* small change for highlihting flags, more busyboxes: indent, forward declarati...vodz2005-09-161-510/+464
* New applet "less", from Rob Sullivan.landley2005-09-153-0/+1310