aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-26print_flags: fix trivial thinkoDenis Vlasenko
2008-06-26open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko
2008-06-25busybox: do not print help to fd 2, print it to fd 1Denis Vlasenko
2008-06-24changes in comments onlyDenis Vlasenko
2008-06-23fix breakage found by randomconfigDenis Vlasenko
2008-06-18strrchr: actually, last one was finding "" in "any" at pos 0,Denis Vlasenko
2008-06-18strrchr: bikeshed painting time!Denis Vlasenko
2008-06-18- fixes from TitoBernhard Reutner-Fischer
2008-06-17- fix includesBernhard Reutner-Fischer
2008-06-17- improved strrstr impl from vda with testcases from Tito and vdaBernhard Reutner-Fischer
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko
2008-06-15Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko
2008-06-15further encrypt_des optimizationsDenis Vlasenko
2008-06-15cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko
2008-06-14crypt: code shrinkDenis Vlasenko
2008-06-14dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko
2008-06-13udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko
2008-06-13trivial crypt shrinkageDenis Vlasenko
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko
2008-06-07define CLOCK_MONOTONIC to 1 if it is not definedDenis Vlasenko
2008-06-07add libbb/print_flags.c...Denis Vlasenko
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko
2008-06-05which: -a support (needed for bfin uclibc build script)Denis Vlasenko
2008-05-31libiproute: fix option parsing, so that "ip -o link" works again.Denis Vlasenko
2008-05-28- add strrchrBernhard Reutner-Fischer
2008-05-25lineedit: correctly handle prompt longer than screen width. closes bug 3414Denis Vlasenko
2008-05-22dnsd: fixes various segfaults.Denis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-05-16- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-07httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko
2008-04-29fix build failure for libbusyboxDenis Vlasenko
2008-04-25libbb: fix wrong sscanf count check (affects pidof etc)Denis Vlasenko
2008-04-25lineedit: hack for making it sort-of-work even if term width is wrongDenis Vlasenko
2008-04-24- bump copyright yearBernhard Reutner-Fischer
2008-04-24lineedit: filename completion on symlinks-to-dirs should add / tooDenis Vlasenko
2008-04-23getopt32: fix "tar x" case; fix memory leakDenis Vlasenko
2008-04-22add forgotten files. I am forgetting it all the time :(Denis Vlasenko
2008-04-22*: remove remaining instances of ".data" hackDenis Vlasenko
2008-04-21getopt32: fix recently broken opt_complementary "--"Denis Vlasenko
2008-04-21tentative fix for ppc64 problems with ioctl.Denis Vlasenko
2008-04-20xmalloc_open_read_close: use fstat to get file size (instead of lseek).Denis Vlasenko
2008-04-20libbb: prevent xmalloc_open_read_close from dying on seek failureDenis Vlasenko