aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-26ubiupdatevol: new appletReuben Dowle1-4/+65
2011-04-26Fix ubirsvol usage informationReuben Dowle1-2/+2
2011-04-26udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway4-0/+27
2011-04-26dhcpc: export unrecognized options in "optNN=XXXXXXXXX" formNigel Hathaway1-10/+47
2011-04-18build fixes for scripts/kconfigDenys Vlasenko2-0/+5
2011-04-17add include <sys/socket.h>Denys Vlasenko1-0/+1
2011-04-17straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko2-16/+9
2011-04-16small fixes atop syslog config patchDenys Vlasenko4-9/+39
2011-04-16ash: clear sa_flags alwaysIan Wienand1-2/+7
2011-04-16fix another nonportable grep usage in scriptsDenys Vlasenko1-1/+1
2011-04-16syslogd: small fix to config patchSergey Naumov1-3/+9
2011-04-16wget: add a note about bug 3625Denys Vlasenko1-0/+6
2011-04-16md5/sha1sum: better fix for small resource leakDenys Vlasenko1-14/+11
2011-04-16md5/sha1sum: fix small resource leakAlexey Fomenko1-0/+3
2011-04-16Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko1-1/+1
2011-04-16make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=yDenys Vlasenko2-1/+1
2011-04-16gen_build_files.sh: do not use "sed --" for nowDenys Vlasenko1-4/+8
2011-04-16Fix double words in comments. No code changesMarek Polacek8-9/+9
2011-04-11add forgotten #includeDenys Vlasenko1-0/+1
2011-04-11tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko1-2/+8
2011-04-11tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko1-2/+2
2011-04-11basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argumentDenys Vlasenko2-0/+7
2011-04-11conspy: fix ESC key lostPascal Bellard1-2/+3
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-04-10syslogd: optional support for /etc/syslog.confSergey Naumov2-65/+275
2011-04-10http: document index.cgi usage. no code changesDenys Vlasenko1-1/+5
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko10-24/+26
2011-04-07ntpd: decrease ntpd -q "no response" timeout to 10 secDenys Vlasenko1-3/+17
2011-04-05applets/install.sh: afer quoting of variablesDenys Vlasenko1-35/+34
2011-04-05passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa2-4/+10
2011-04-04fix install.shDenys Vlasenko1-6/+10
2011-04-04ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)Denys Vlasenko1-0/+12
2011-04-04start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcodeDenys Vlasenko1-2/+8
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2011-04-03ls: better help text for -a and -ADenys Vlasenko1-7/+7
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-03-31small fix for HISTFILESIZEDenys Vlasenko1-0/+1
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko6-21/+55
2011-03-30hush: remove outdated commentsDenys Vlasenko1-5/+1
2011-03-30hush: fix source1.testsDenys Vlasenko1-27/+37
2011-03-28fbsplash: Add support for 24 and 32 bit color depthNuno Lucas1-44/+73
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga16-111/+119
2011-03-28applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko3-25/+40
2011-03-28mesg: operate on stdin, not on stderr (compat)Denys Vlasenko1-3/+3
2011-03-27httpd: don't send error messages with gzip encodingPeter Korsgaard1-0/+1
2011-03-27diff: optimize diffing of files with the same metadataRoman Borisov1-0/+25
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga11-210/+215
2011-03-27wget: --post-data=STR should not encode STR, should send it verbatimVitaly Magerya1-41/+1
2011-03-27pstree: fix "warning: 'handle_thread' defined but not used"Denys Vlasenko1-0/+2
2011-03-27lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko2-48/+66