aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2010-06-19A few minor portability improvementsDan Fandrich
2010-06-18*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko
2010-06-10utoa: shrinkDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-05Remove requirement that include/applets.h must be sortedDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-02*: simplify checks for gz/bz2/xz magicDenys Vlasenko
2010-06-01lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich
2010-05-30*: teach tar et. al. to understand .xz by heartDenys Vlasenko
2010-05-19losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko
2010-05-17typo fixDenys Vlasenko
2010-05-17lineedit: fix insertion deep inside line (*several lines* before end)Denys Vlasenko
2010-05-17lineedit: trivial simplifications. -7 bytesDenys Vlasenko
2010-05-17lineedit: fix moving backwards across lines with wide charsDenys Vlasenko
2010-05-16consolidate ESC sequencesDenys Vlasenko
2010-05-16stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko
2010-05-16lineedit: partially fix wide and combining chars editingTomas Heinrich
2010-05-11lineedit: change how cmdedit_set_out_char worksDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-06add comment about xz format supportDenys Vlasenko
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko
2010-04-29libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich
2010-04-22date: support -d @SECONDS_SINCE_1970Denys Vlasenko
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