aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2011-03-06.gitignore: add missing ignoresBjørn Forsman
2011-03-06nameif: add matching by phy_address=NUM; extend help textPhil Sutter
2011-03-02tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko
2011-03-01tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko
2011-03-01libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko
2011-02-13Move stpcpy replacement function into libbbDan Fandrich
2011-02-13mktemp: make it more compatible with GNU coreutils 8.4Denys Vlasenko
2011-02-11progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko
2011-02-11progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko
2011-02-10progress bar: better overflow protection; more precise barDenys Vlasenko
2011-02-08use unistd.h before _POSIX_VERSIONDenys Vlasenko
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko
2011-02-07incorporate header fixes proposed in bug 3097Denys Vlasenko
2011-02-06tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko
2011-02-04ash: optional support for $TMOUT variableDenys Vlasenko
2011-02-02move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko
2011-02-02hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko
2011-02-02libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko
2011-01-26disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-25add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca
2011-01-24nicer looking ifdef in libbb/makedev.cDenys Vlasenko
2011-01-24FreeBSD compatChris Rees
2011-01-24FreeBSD compatChris Rees
2011-01-24libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko
2011-01-22hwclock: implement --systzDavide Cavalca
2011-01-22pltaform.h: move include of stdint.h before uint16_t is usedDenys Vlasenko
2011-01-22svlogd: extend usage text. +70 bytesDenys Vlasenko
2011-01-21fix compile error on non-x86 architecturesDenys Vlasenko
2011-01-20sighandler_t definition for BSDChris Rees