summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.11.0 patches. Bump version to 1.11.1.Denis Vlasenko2008-07-111-1/+1
* defconfig fix; "help output to fd 2" fixDenis Vlasenko2008-06-251-0/+1
* changes in comments onlyDenis Vlasenko2008-06-241-2/+2
* fix breakage found by randomconfigDenis Vlasenko2008-06-231-3/+3
* strrchr: actually, last one was finding "" in "any" at pos 0,Denis Vlasenko2008-06-181-1/+1
* strrchr: bikeshed painting time!Denis Vlasenko2008-06-181-51/+43
* - fixes from TitoBernhard Reutner-Fischer2008-06-181-10/+7
* - fix includesBernhard Reutner-Fischer2008-06-171-2/+1
* - improved strrstr impl from vda with testcases from Tito and vdaBernhard Reutner-Fischer2008-06-171-6/+69
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-162-7/+3
* Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko2008-06-151-0/+17
* further encrypt_des optimizationsDenis Vlasenko2008-06-151-51/+141
* cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko2008-06-151-67/+75
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-1/+1
* crypt: code shrinkDenis Vlasenko2008-06-142-21/+11
* dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko2008-06-141-1/+0
* udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko2008-06-131-1/+1
* trivial crypt shrinkageDenis Vlasenko2008-06-132-9/+8
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-122-5/+7
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-124-5/+1409
* define CLOCK_MONOTONIC to 1 if it is not definedDenis Vlasenko2008-06-071-0/+6
* add libbb/print_flags.c...Denis Vlasenko2008-06-071-0/+32
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-0/+1
* which: -a support (needed for bfin uclibc build script)Denis Vlasenko2008-06-051-10/+17
* libiproute: fix option parsing, so that "ip -o link" works again.Denis Vlasenko2008-05-311-2/+2
* - add strrchrBernhard Reutner-Fischer2008-05-282-0/+21
* lineedit: correctly handle prompt longer than screen width. closes bug 3414Denis Vlasenko2008-05-251-14/+18
* dnsd: fixes various segfaults.Denis Vlasenko2008-05-221-6/+11
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-192-2/+2
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-192-3/+3
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-194-5/+38
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-183-5/+5
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-161-0/+7
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-154-8/+9
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-135-10/+10
* httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko2008-05-071-3/+5
* fix build failure for libbusyboxDenis Vlasenko2008-04-291-3/+4
* libbb: fix wrong sscanf count check (affects pidof etc)Denis Vlasenko2008-04-251-1/+1
* lineedit: hack for making it sort-of-work even if term width is wrongDenis Vlasenko2008-04-251-0/+19
* - bump copyright yearBernhard Reutner-Fischer2008-04-241-1/+1
* lineedit: filename completion on symlinks-to-dirs should add / tooDenis Vlasenko2008-04-241-8/+11
* getopt32: fix "tar x" case; fix memory leakDenis Vlasenko2008-04-231-5/+3
* add forgotten files. I am forgetting it all the time :(Denis Vlasenko2008-04-221-0/+23
* *: remove remaining instances of ".data" hackDenis Vlasenko2008-04-224-13/+18
* getopt32: fix recently broken opt_complementary "--"Denis Vlasenko2008-04-211-2/+3
* tentative fix for ppc64 problems with ioctl.Denis Vlasenko2008-04-211-6/+6
* xmalloc_open_read_close: use fstat to get file size (instead of lseek).Denis Vlasenko2008-04-201-0/+43
* libbb: prevent xmalloc_open_read_close from dying on seek failureDenis Vlasenko2008-04-201-7/+16
* libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko2008-04-191-1/+11
* style fixes. no code changesDenis Vlasenko2008-04-191-1/+1