aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-021-1/+1
* truncate: new appletAri Sundholm2015-03-221-0/+1
* dd: move suffix struct to xatonum.cAri Sundholm2015-03-221-0/+1
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-0/+1
* libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-051-0/+2
* Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGSPeter Kümmel2014-12-221-0/+2
* libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-071-1/+2
* libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko2014-11-261-2/+5
* zcip: Add environment variable for overriding log functionalityMichel Stam2014-11-041-0/+1
* less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko2014-09-221-2/+2
* ftpd: add optional support for authenticationMorten Kvistgaard2014-08-051-0/+1
* Rename INIT_LAST to INIT_FUNC to avoid confusionBartosz Golaszewski2014-06-301-1/+1
* unit-tests: implement the unit-testing frameworkBartosz Golaszewski2014-06-221-0/+135
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-0/+1
* find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko2014-06-221-0/+8
* Add conditional support for -v / --verboseDenys Vlasenko2014-05-191-0/+2
* libbb: rename execable -> executable. No code changesDenys Vlasenko2014-05-021-3/+3
* libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko2014-04-301-0/+1
* xargs: add support for -I and -i. Closes 493Denys Vlasenko2014-02-271-0/+2
* zcat: complain if input is not compressedDenys Vlasenko2014-02-021-3/+3
* libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-191-3/+4
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-191-1/+2
* libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni2013-10-161-2/+2
* wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira2013-10-161-0/+5
* libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon2013-10-081-3/+6
* Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-2/+2
* Whitespace fixesDenys Vlasenko2013-07-301-3/+3
* catv: code shrinkDenys Vlasenko2013-07-301-1/+4
* Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski2013-07-301-0/+4
* networking: code shrinkBartosz Golaszewski2013-07-251-0/+1
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-0/+3
* Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko2013-06-281-3/+0
* losetup: assorted fixes. Closes 6314Denys Vlasenko2013-06-271-2/+2
* ash,hush: history builtinFlemming Madsen2013-04-071-1/+2
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-291-1/+2
* move endofname() to libbbDenys Vlasenko2013-02-261-0/+1
* sha3: code shrinkDenys Vlasenko2013-01-201-2/+2
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-1/+1
* sha3sum: new appletLauri Kasanen2013-01-141-0/+7
* mark get_shell_name FAST_FUNCDenys Vlasenko2012-10-031-1/+1
* *: declare strings with ALIGN1, as appropriateAurelien Jarno2012-07-241-18/+18
* su: do not change to home dir unless -lPascal Bellard2012-06-121-0/+1
* unzip: ignore chmod errorsNatanael Copa2012-05-281-0/+1
* sendmail: use host rather than NIS domain name for HELORon Yorston2012-04-281-1/+0
* update seamless uncompression codeDenys Vlasenko2012-03-061-8/+6
* preparatory cleanups for seamless uncompression improvementsDenys Vlasenko2012-03-061-0/+8
* Make unix (local) sockets work without IPv6 enabledJonh Wendell2012-02-091-5/+0
* mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko2012-01-111-2/+3
* Move include <shadow.h> close to pwd.h and grp.h includesDenys Vlasenko2012-01-081-8/+8
* Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko2012-01-081-2/+6