aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* syslogd: optional support for /etc/syslog.confSergey Naumov2011-04-102-65/+275
* http: document index.cgi usage. no code changesDenys Vlasenko2011-04-101-1/+5
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-0710-24/+26
* ntpd: decrease ntpd -q "no response" timeout to 10 secDenys Vlasenko2011-04-071-3/+17
* applets/install.sh: afer quoting of variablesDenys Vlasenko2011-04-051-35/+34
* passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa2011-04-052-4/+10
* fix install.shDenys Vlasenko2011-04-041-6/+10
* ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)Denys Vlasenko2011-04-041-0/+12
* start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcodeDenys Vlasenko2011-04-041-2/+8
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-0326-400/+418
* ls: better help text for -a and -ADenys Vlasenko2011-04-031-7/+7
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-3167-1055/+1070
* small fix for HISTFILESIZEDenys Vlasenko2011-03-311-0/+1
* ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-316-21/+55
* hush: remove outdated commentsDenys Vlasenko2011-03-301-5/+1
* hush: fix source1.testsDenys Vlasenko2011-03-301-27/+37
* fbsplash: Add support for 24 and 32 bit color depthNuno Lucas2011-03-281-44/+73
* move help text from include/usage.src.h to console-tools/*.cPere Orga2011-03-2816-111/+119
* applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko2011-03-283-25/+40
* mesg: operate on stdin, not on stderr (compat)Denys Vlasenko2011-03-281-3/+3
* httpd: don't send error messages with gzip encodingPeter Korsgaard2011-03-271-0/+1
* diff: optimize diffing of files with the same metadataRoman Borisov2011-03-271-0/+25
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-2711-210/+215
* wget: --post-data=STR should not encode STR, should send it verbatimVitaly Magerya2011-03-271-41/+1
* pstree: fix "warning: 'handle_thread' defined but not used"Denys Vlasenko2011-03-271-0/+2
* lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko2011-03-272-48/+66
* mount: add --rbind option supportRoman Borisov2011-03-262-1/+3
* mount: rprivate option fixRoman Borisov2011-03-261-1/+1
* hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko2011-03-242-0/+15
* hush: make parse errors in sourced file non-fatal in interactive scriptDenys Vlasenko2011-03-241-45/+52
* hush: fix a case where return in sourced file has no effectDenys Vlasenko2011-03-243-0/+9
* ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-234-28/+52
* don't call freeaddinfo(NULL)Vitaly Magerya2011-03-223-11/+14
* login: set PAM RHOSTRyan Phillips2011-03-221-0/+8
* dd: free allocated memory if CLEANUP enabledAlexey Soloviev2011-03-221-0/+6
* mesg: make group/all writability configurableDenys Vlasenko2011-03-221-25/+35
* ln: explain why we use xstrdupDenys Vlasenko2011-03-211-1/+5
* init: fix a case where execv's 1st arg was wrongDenys Vlasenko2011-03-211-0/+1
* wget: move help text to .c fileDenys Vlasenko2011-03-212-25/+26
* wget: fix fname_out usage wrt redirectsDenys Vlasenko2011-03-211-2/+8
* mount: add a test for bind+rsharedDenys Vlasenko2011-03-141-1/+38
* pwdx: new appletPere Orga2011-03-121-0/+60
* busybox: fail if --install is not given an absolute pathDenys Vlasenko2011-03-121-4/+3
* udhcpc: emit "correct" secs fieldDenys Vlasenko2011-03-122-0/+17
* ls: fix handling of symlinks by option -1Denys Vlasenko2011-03-122-2/+14
* libbb: make warning go awayDenys Vlasenko2011-03-121-4/+6
* chsum: fixPascal Bellard2011-03-111-0/+1
* s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko2011-03-084-6/+6
* forgot to add libbb/get_shell_name.cDenys Vlasenko2011-03-081-0/+25
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-0812-28/+38