aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
AgeCommit message (Expand)Author
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-07-04losetup: use LOOP_foo definesLauri Kasanen
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko
2010-06-21bootchartd: added optional compat featuresDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-05-30*: teach tar et. al. to understand .xz by heartDenys Vlasenko
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko
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-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys 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-05tftp: do not show progress bar if we get error right away. +13 bytesDenys 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-02more thorough fix for systems with strange socklen_tDenys Vlasenko
2010-02-02stat: get rid on intmax_tDenys Vlasenko
2010-02-01mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko
2010-01-31ls: unicode fixesDenys Vlasenko
2010-01-18ls: make it so that group never glues itself to file sizeDenys Vlasenko
2010-01-15cp: fix -H handlingDenys Vlasenko
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-24ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-14use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-08wget: factor out progress bar codeMagnus Damm
2009-11-04libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko
2009-11-02include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2009-10-26read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko
2009-10-25lineedit: handle Ctrl-arrowsDenys Vlasenko
2009-10-23libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko
2009-10-23fix isalnum and isxdigit. Unfortunately, +285 bytesDenys Vlasenko
2009-10-23eliminate all remaining users of ctype. ~600 byte large tables are gone.Denys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-10-23libbb: smaller isdigit. -95 bytesDenys Vlasenko