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