aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP tolandley2005-09-081-3/+3
* destroy bug [0000381]vodz2005-09-051-2/+2
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-2/+2
* According to bug #63, crond is unhappy with crontab lines that don't end in alandley2005-09-011-4/+2
* Bernhard Fischer provided a mountpoint(1) applet. This is apparently somethinglandley2005-08-203-0/+77
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunklandley2005-08-101-6/+2
* commiting:pgf2005-08-013-0/+53
* new config display applet, from bug 46. i've changed the namepgf2005-08-013-0/+16
* eat leading whitespace with preprocessorvapier2005-07-311-2/+2
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-271-1/+1
* Fixup makedevs to handle regular files, and also fixandersen2005-07-181-1/+32
* a bit more polishandersen2005-07-181-5/+5
* a bit of polish on makedevsandersen2005-07-181-0/+1
* the makedevs config option was pretty much totally brokenandersen2005-07-181-1/+2
* Fixup device table based makedevs so it actually worksandersen2005-07-181-28/+41
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...vapier2005-07-011-1/+1
* applets specified as _BB_SUID_ALWAYS in applets.h should also selectandersen2005-06-231-0/+1
* About time to just apply this and kill off the patchesandersen2005-06-092-30/+184
* Tito posted a devfsd error message fix. It's highly deprecated and willlandley2005-06-071-31/+28
* Clean up strings.c to use busybox's option processing. Bug 006, apparently.landley2005-06-071-71/+54
* Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),landley2005-05-151-17/+13
* Add automatic umount support to eject command. Patch from Tito,landley2005-05-142-27/+23
* import eject by Peter Willis / Tito Ragusavapier2005-05-113-13/+91
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-2/+2
* Make certain clients of bb_make_directory default to honoringandersen2004-10-131-1/+1
* egor duda writes:andersen2004-10-082-6/+11
* Improve the setuid situation a bit, and make it more apparentandersen2004-08-261-0/+3
* Fix incorrect arguments being passed to mknodandersen2004-07-301-2/+2
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingandersen2004-07-301-0/+1
* Fix up brain damage with the way major and minor are used toandersen2004-07-301-1/+1
* BusyBox has no business hard coding the number of major and minor bits for aandersen2004-07-261-4/+5
* Patch by Paul Whittaker, make busybox dc compatable with GNU dc. bug12004-07-241-8/+1
* Avoid a naming conflict with include/bits/fcntl.handersen2004-07-201-4/+4
* Include some documentation posted to the list by vodzandersen2004-07-201-0/+5
* Woops, the previous commit was an accident, its supplied in the patch,bug12004-06-052-190/+32
* Device table support for makedevs, the previous behaviour can beenbug12004-06-052-32/+190
* Bugfixesbug12004-04-301-2/+2
* Larry Doolittle writes:andersen2004-04-144-5/+5
* Tito, farmatito at tiscali dot it writes:andersen2004-04-051-31/+32
* Tito noticed a printf that should have been a bb_error_msg.andersen2004-03-201-1/+1
* Fix broken arg parsing (was not passing pointer to items so p, argc, and argvandersen2004-03-191-132/+117