aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2010-04-20busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko
2010-04-18vi: discover window size even on serial consoles. optionalDenys Vlasenko
2010-04-18remove stdio from allnoconfig buildDenys Vlasenko
2010-04-16read_key: fix buffer length calculationTomas Heinrich
2010-04-14loop: correct minor device number limitDenys Vlasenko
2010-04-14mount: add an optional capability to create new /dev/loopN as neededLauri Kasanen
2010-04-09Exclude syslog code if FEATURE_SYSLOG is not setNguyễn Thái Ngọc Duy
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko
2010-04-03cosmetic fixes, no code changedDenys Vlasenko
2010-04-03libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko
2010-04-01clean up redundant, commented-out and misplaced includesDenys Vlasenko
2010-03-29provide safe_gethostname() for non-linux systemsDenys Vlasenko
2010-03-29libbb: locate PAGE_SIZE on HurdDenys Vlasenko
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-03-26unicode: optional table for better handling of neutral bidi charsTomas Heinrich
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-22date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin
2010-03-19libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kbDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-03-18lineedit: first shot at optional unicode bidi input supportTomas Heinrich
2010-03-18libbb/loop: comment out u32 hackDenys Vlasenko
2010-03-16libbb/getopt32.c: clear applet_long_options and opt_complementary after useDenys Vlasenko
2010-03-11lineedit: fix another corner case with bad unicode inputDenys Vlasenko
2010-03-09lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich
2010-03-08libbb/loop.c: move #include to its user, improve commentDenys Vlasenko
2010-03-06libbb/loop.c: use common fix_u32.h trickDenys Vlasenko
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko
2010-03-05libbb/loop.c: style and readability fixes, no code changesDenys Vlasenko
2010-02-27*: gethostname-related fixesDenys Vlasenko
2010-02-26su: move restricted_shell into su.c (the only user)Denys Vlasenko
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko
2010-02-26crontab: use setup_environmentBernhard Reutner-Fischer
2010-02-08libbb/md5.c: remove wrong commentDenys Vlasenko
2010-02-06adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko
2010-02-06cosmetic fixesDenys Vlasenko
2010-02-06hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko
2010-02-03libbb: fix bb_ask() to operate on correct fdDenys Vlasenko
2010-02-01mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko
2010-02-01remove now-unneeded memsetDenys Vlasenko
2010-02-01make echo -e "foo\nfoo" | passwd USER workDenys Vlasenko
2010-01-31better wording in ConfigDenys Vlasenko
2010-01-31unicode: exclude FDD0..FDEF range tooDenys Vlasenko
2010-01-31exclude more invalid unicode charsDenys Vlasenko
2010-01-31ls: fix handling of broken unicode sequencesDenys Vlasenko