summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libbb/mtab: fix xrealloc_vector falloutDenis Vlasenko2008-07-091-4/+7
* libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko2008-07-091-76/+56
* add xrealloc_vector.cDenis Vlasenko2008-07-081-0/+36
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-087-18/+65
* mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).Denis Vlasenko2008-07-061-1/+8
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-054-7/+7
* libbb/recursive_action.c: fix slight error in prev commitDenis Vlasenko2008-07-041-3/+5
* modutils: optional modutils-small by Vladimir Dronnikov.Denis Vlasenko2008-07-041-3/+10
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-013-31/+6
* *: introduce and use xfork()Denis Vlasenko2008-07-012-3/+11
* add missing fileDenis Vlasenko2008-07-011-0/+18
* *: introduce and use xvfork()Denis Vlasenko2008-07-012-3/+2
* sendmail: from Vladimir:Denis Vlasenko2008-06-301-1/+14
* libbb: shrink monotonic_XXX functions, introduce monotonic_nsDenis Vlasenko2008-06-291-6/+23
* lineedit: document prompt handlingDenis Vlasenko2008-06-281-11/+17
* fix FAST_FUNC falloutDenis Vlasenko2008-06-281-2/+3
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-27110-338/+339
* print_flags: fix trivial thinkoDenis Vlasenko2008-06-261-1/+1
* open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko2008-06-261-9/+19
* busybox: do not print help to fd 2, print it to fd 1Denis 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