summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko2007-07-311-2/+2
* fix for suffix optimization (which was in previous commit)Denis Vlasenko2007-07-271-1/+1
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-272-62/+33
* getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychuDenis Vlasenko2007-07-251-0/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-243-2/+35
* getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretendingDenis Vlasenko2007-07-231-7/+4
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-28/+50
* style fix (stray space before ';')Denis Vlasenko2007-07-212-3/+3
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-15/+4
* chpasswd: fixes and code shrinkDenis Vlasenko2007-07-211-20/+20
* chpasswd: now with svn addDenis Vlasenko2007-07-201-0/+119
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-202-7/+5
* stray trailing tabs removedDenis Vlasenko2007-07-192-4/+4
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-171-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-142-0/+65
* md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko2007-07-051-13/+13
* correct_password: if password is 'x' or '*' and there is no shadow, useDenis Vlasenko2007-07-031-4/+2
* correct_password: do not print "no shadow passwd..." messageDenis Vlasenko2007-07-031-10/+7
* find: fix build failure on certain configsDenis Vlasenko2007-07-011-0/+1
* top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko2007-06-302-4/+37
* add bb_basename.cDenis Vlasenko2007-06-301-0/+18
* introduce and use bb_basename()Denis Vlasenko2007-06-303-9/+2
* killall, pidof: use argv0 for process matching tooDenis Vlasenko2007-06-302-17/+40
* procps: shrink /proc scanning code a bitDenis Vlasenko2007-06-301-16/+22
* uuencode: shrinkDenis Vlasenko2007-06-261-2/+3
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-252-3/+3
* pidof: size optimizations (-50 bytes)Denis Vlasenko2007-06-231-0/+29
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-6/+10
* remove extra ')'Denis Vlasenko2007-06-211-1/+1
* do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko2007-06-201-5/+5
* top,ps: 'stringify' tty only when needed. -60 bytes.Denis Vlasenko2007-06-191-18/+6
* top: speedup if tty info is not requestedDenis Vlasenko2007-06-191-1/+3
* top,ps: reduce CPU usage in decimal conversion (optional)Denis Vlasenko2007-06-192-2/+60
* make /etc/network parsing configurable. -200 bytes when off.Denis Vlasenko2007-06-192-4/+13
* networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko2007-06-191-57/+47
* networking/interface.c: reduce bss usageDenis Vlasenko2007-06-191-1/+1
* libbb: random hunt for staticsDenis Vlasenko2007-06-182-13/+16
* fix an obvious typo while trying to access the tv_usec memberMike Frysinger2007-06-181-1/+1
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-2/+13
* hwclock: size optimizationsDenis Vlasenko2007-06-173-0/+43
* remove obsolete commentDenis Vlasenko2007-06-161-2/+1
* find: make -size match GNU findDenis Vlasenko2007-06-161-2/+2
* - vda perfers not to use the bannerBernhard Reutner-Fischer2007-06-151-3/+2
* init: make sure fd 0,1,2 are not closed, + related optimizations.Denis Vlasenko2007-06-141-6/+6
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-132-5/+9
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-131-11/+42
* remove nearly-duplicate PATHs in several placesDenis Vlasenko2007-06-122-2/+2
* login: make /etc/nologin support configurable. -240 bytes if not selected.Denis Vlasenko2007-06-121-2/+0
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-1/+1
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-122-6/+5