summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post 1.7.0 patches, set version to 1.7.11_7_1Denis Vlasenko2007-09-162-88/+125
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-13/+18
* make standalone httpd work on NOMMU machinesDenis Vlasenko2007-08-181-5/+10
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-182-16/+31
* httpd shring and logging update, part 1 or 7Denis Vlasenko2007-08-171-26/+100
* hdparm: shrink rodata by ~250 bytesDenis Vlasenko2007-08-161-1/+1
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-8/+8
* v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko2007-08-158-44/+6
* if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko2007-08-151-8/+16
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-141-5/+7
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-143-28/+12
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-131-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-134-9/+9
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-1212-53/+53
* httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko2007-08-111-1/+1
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-091-1/+1
* stat: fix option -Z segv (bug 1454)Denis Vlasenko2007-08-091-1/+1
* bb_uudecode: now this is the more thorough fix... I hope...Denis Vlasenko2007-08-061-2/+2
* bb_uuencode: fix obscure case where we were using data past last byte of sourceDenis Vlasenko2007-08-061-16/+22
* mount: print errno on NFS error (again)Denis Vlasenko2007-08-033-5/+14
* udhcp: slight shrinkDenis Vlasenko2007-08-021-1/+3
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-021-2/+3
* 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