aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko2011-05-042-5/+33
* mount: for NFS use tcp per default rather than udpBernhard Reutner-Fischer2011-05-041-1/+1
* udhcp: fix some default values from "" to NULLDenys Vlasenko2011-05-031-3/+3
* sed: support \r in s commandDenys Vlasenko2011-05-032-1/+5
* sed: code shrinkDenys Vlasenko2011-05-031-54/+92
* Compile options: default to -O2 when -Os is not availableWolfgang Denk2011-05-021-2/+2
* setserial: small fixDenys Vlasenko2011-05-021-1/+1
* get rid of several "variable 'x' set but not used" warningsCristian Ionescu-Idbohrn2011-05-013-14/+6
* setserial: new appletMarek Bečka2011-05-011-0/+763
* mpstat.c: remove unused lineMarek Polacek2011-04-301-2/+1
* fdisk: backport disk check from util-linuxLauri Kasanen2011-04-301-7/+28
* rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.cDenys Vlasenko2011-04-261-6/+6
* add help textDenys Vlasenko2011-04-261-2/+11
* ubiupdatevol: new appletReuben Dowle2011-04-261-4/+65
* Fix ubirsvol usage informationReuben Dowle2011-04-261-2/+2
* udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway2011-04-264-0/+27
* dhcpc: export unrecognized options in "optNN=XXXXXXXXX" formNigel Hathaway2011-04-261-10/+47
* build fixes for scripts/kconfigDenys Vlasenko2011-04-182-0/+5
* add include <sys/socket.h>Denys Vlasenko2011-04-171-0/+1
* straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko2011-04-172-16/+9
* small fixes atop syslog config patchDenys Vlasenko2011-04-164-9/+39
* ash: clear sa_flags alwaysIan Wienand2011-04-161-2/+7
* fix another nonportable grep usage in scriptsDenys Vlasenko2011-04-161-1/+1
* syslogd: small fix to config patchSergey Naumov2011-04-161-3/+9
* wget: add a note about bug 3625Denys Vlasenko2011-04-161-0/+6
* md5/sha1sum: better fix for small resource leakDenys Vlasenko2011-04-161-14/+11
* md5/sha1sum: fix small resource leakAlexey Fomenko2011-04-161-0/+3
* Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko2011-04-161-1/+1
* make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=yDenys Vlasenko2011-04-162-1/+1
* gen_build_files.sh: do not use "sed --" for nowDenys Vlasenko2011-04-161-4/+8
* Fix double words in comments. No code changesMarek Polacek2011-04-168-9/+9
* add forgotten #includeDenys Vlasenko2011-04-111-0/+1
* tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko2011-04-111-2/+8
* tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko2011-04-111-2/+2
* basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argumentDenys Vlasenko2011-04-112-0/+7
* conspy: fix ESC key lostPascal Bellard2011-04-111-2/+3
* move remaining help text from include/usage.src.hPere Orga2011-04-11142-2312/+2369
* 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