aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build system: (try to) get rid of bb_config.h hackvda2006-10-196-1942/+5
* build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)vda2006-10-192-15/+24
* move usage_compressed.h generation into applets/vda2006-10-194-9/+6
* applets/applets.o must be rebuilt if usage.h is modified.vda2006-10-192-3/+9
* scripts/usage.c: de-uglify #includesvda2006-10-192-2/+4
* console-tools/resize.c is apparently leftover from a reverted patch.andersen2006-10-191-0/+0
* Tell svn to ignore generated filesandersen2006-10-190-0/+0
* mount: support user mounts if CONFIG_DESKTOPvda2006-10-163-28/+68
* mdev: reduce excessive indentationvda2006-10-161-105/+112
* strip -> $(STRIP); fix "unused variable" warningvda2006-10-162-2/+2
* ash: fix segfault in ash.vda2006-10-161-1/+5
* nc: fix 2 my own buglets, and few someone else's too.vda2006-10-163-48/+75
* grep: -r didn't close files, producing "Too many open files"vda2006-10-151-1/+2
* telnetd: check ptsname() for NULLvda2006-10-151-9/+16
* wget: xatoi's were oversealous ("200 OK" isn't a number)vda2006-10-151-39/+51
* fdisk: compilation fixvda2006-10-143-37/+49
* grep: fix combination of -r and -hvda2006-10-141-1/+2
* grep: add support for -rvda2006-10-145-108/+144
* sulogin: add support for $SUSHELL & $sushellvda2006-10-142-9/+19
* modprobe: fix for 2.4 kernels - byvda2006-10-141-1/+1
* add open_read_close() and similar stuffvda2006-10-1438-234/+228
* xread/write can use full_read/write (smaller code)vda2006-10-123-12/+8
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-1220-32/+33
* cut, mount: small improvementsvda2006-10-124-30/+29
* style fixesvda2006-10-123-286/+276
* fdisk: separate sun/aix/etc code into #included filesvda2006-10-125-3144/+3004
* small style fixesvda2006-10-128-16/+24
* execable: no need to check getenv for NULL, it works anyway.vda2006-10-121-2/+1
* execable.c: forgot to do "svn add" again...vda2006-10-121-0/+62
* ifupdown: stop emitting annoying/misleading error messages.vda2006-10-114-88/+74
* hush.c: stop using __FILE__ (bad in out-of-tree builds)vda2006-10-111-1/+2
* build system: fix build in separate obj treevda2006-10-114-10/+11
* nmeter: new applet. ~4kvda2006-10-118-13/+933
* od: provide full-blown od from coreutils if CONFIG_DESKTOPvda2006-10-105-6/+1608
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>vda2006-10-1012-66/+103
* - add option -taldot2006-10-101-6/+16
* build system: fix for non-i386 buildsvda2006-10-095-79/+14
* start_stop_daemon: add -N <nice> compatvda2006-10-086-92/+87
* correct largefile support, add comments about it.vda2006-10-0815-91/+121
* attempt to regularize atoi mess.vda2006-10-0898-849/+803
* dd: make it recognize not only 'k' but 'K' too;vda2006-10-077-63/+46
* awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067vda2006-10-071-1/+1
* eject: remove unmounting. It is buggy for many non-trivialvda2006-10-071-12/+8
* wget: don't be careless with xstrdup'ingvda2006-10-071-18/+24
* wget: fix download of URLs like:vda2006-10-071-6/+30
* build system: do not generate include/linuxvda2006-10-061-2/+0
* build system: remove loeftover (two empty dirs)vda2006-10-060-0/+0
* dnsd fix; option_mask32 added. dnsd needs more love.vda2006-10-068-148/+154
* chpst: fix vda's silly mistakesvda2006-10-061-1/+2
* eject: -T fixvda2006-10-053-22/+24