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