aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-09-19mdev: expand --help so that it's actually useful.HEADmasterDenys Vlasenko
2011-09-12losetup: implement -r option. Closes 4033.Denys Vlasenko
2011-09-11wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko
2011-09-10stop declariong our own dirname prototypeDenys Vlasenko
2011-09-09Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach
2011-09-04lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko
2011-08-28Fixes for FreeBSD buildMatthias Andree
2011-08-16hostid: fix behavior on identifiers starting with zerosPere Orga
2011-08-09remove extra IF_WHO()Denys Vlasenko
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko
2011-07-25libbb.h: do not use homegrown struct sysinfo.Denys Vlasenko
2011-07-08more tweak for bionicDenys Vlasenko
2011-07-08platform.h: tweaks for cygwinDenys Vlasenko
2011-06-30Use the _unlocked stdio macros only when they're all availableDan Fandrich
2011-06-30libbb.h: tweak _unlocked hackDenys Vlasenko
2011-06-30Use the built-in getline on more systems that don't have itDan Fandrich
2011-06-29platform.c: provide getline implementationTimo Teras
2011-06-27vi: fix regex search, make it selectable in configWalter Harms
2011-06-21ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko
2011-06-21groups: new appletTito Ragusa
2011-06-21Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko
2011-06-20libbb: use _unlocked variants of stdio I/O.Denys Vlasenko
2011-06-20parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko
2011-06-17libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko
2011-06-10*: simplify Ethernet header includesDan Fandrich
2011-06-03platform.h: support for build under AndroidDan Fandrich
2011-05-23libbb.h: small reorderingDenys Vlasenko
2011-05-16main: free suid_config list after useDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-05-12libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibcDenys Vlasenko
2011-05-08hush: make read builtin interruptible.Denys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-05-04tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko
2011-04-17straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga
2011-03-28applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga
2011-03-26mount: add --rbind option supportRoman Borisov
2011-03-23ash,hush: recheck LANG before every line inputDenys Vlasenko
2011-03-21wget: move help text to .c fileDenys Vlasenko
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-08ftpd: better usage textDenys Vlasenko