aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* fix duplicate FAST_FUNC FAST_FUNCDenys Vlasenko2009-08-211-1/+1
* make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin2009-07-291-1/+2
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-181-1/+1
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-181-0/+1
* date: factor out date parsing (in preparation for touch -d)Denys Vlasenko2009-07-181-0/+3
* fix a thinko in lineedit completion codeDenys Vlasenko2009-07-161-2/+3
* restore shadow.h independenceMike Frysinger2009-07-091-1/+6
* df: fix "df /"Denys Vlasenko2009-07-051-1/+1
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-0/+6
* ps: conditionally support additional -o FIELDsDenys Vlasenko2009-07-031-4/+10
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-1/+1
* stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko2009-06-071-5/+1
* read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko2009-05-291-48/+48
* line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko2009-05-171-3/+10
* xmalloc_[open_]read[_close]: do not ignore xrealloc return valueDenys Vlasenko2009-05-151-0/+6
* lineedit: use read_key to recognize ESC sequence.Denys Vlasenko2009-05-151-12/+12
* httpd: simplify insane conf file parserDenis Vlasenko2009-04-221-0/+2
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-10/+10
* *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko2009-04-141-2/+9
* move llist_find_str from modutils to libbbDenis Vlasenko2009-04-131-0/+1
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-10/+5
* trailing whitespace removalDenis Vlasenko2009-04-011-1/+1
* mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko2009-03-281-0/+4
* libbb: revent previous version of "concurrent history updating"Denis Vlasenko2009-03-231-1/+1
* libbb: make history saving/loading concurrent-safeDenis Vlasenko2009-03-221-3/+7
* Compatibility fixes:Denis Vlasenko2009-03-201-5/+5
* ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko2009-03-181-2/+4
* sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko2009-03-151-1/+1
* sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko2009-03-151-9/+6
* sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko2009-03-121-3/+3
* shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko2009-03-121-4/+2
* sha256/512: code shrink. Run-tested.Denis Vlasenko2009-03-111-8/+8
* ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko2009-03-091-0/+2
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-0/+3
* halt/reboot/poweroff: improve error reportingDenis Vlasenko2009-03-071-1/+1
* killall and sestatus also need ARGVN scanningDenis Vlasenko2009-02-141-1/+7
* init: preparatory patch, no code changesDenis Vlasenko2009-01-311-2/+2
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-0/+1
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-0/+1
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-101-0/+1
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-051-0/+1
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-0/+1
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-031-2/+3
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-8/+8
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-0/+1
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-241-1/+1
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-111-4/+14
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-101-1/+18