aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2006-10-23__GLIBC__ -> defined(__GLIBC__)vda1-1/+1
2006-10-22grep: "grep -h pattern file1 file2" ignored -hvda1-14/+14
2006-10-22cp: update help textvda1-4/+5
2006-10-21cp: add support for -s, -l. Fix free(nonmalloc) bug.vda6-159/+188
2006-10-20watch: execute command thru shell, not fork/exec. Other fixesvda2-32/+54
2006-10-20chpst: add overlooked copyright statementvda1-0/+29
2006-10-20raidautorun: new applet, by:vda5-0/+39
2006-10-20readlink: do not emit errors if file doesnt not exist / not a linkvda2-13/+33
2006-10-20Added compile-time warning for STATIC+GLIBC buildvda1-0/+7
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodatavda71-130/+127
2006-10-20- remove duplicate flags (-funsigned-char -fno-builtin-strlen)aldot1-2/+1
2006-10-19build system: (try to) get rid of bb_config.h hackvda6-1942/+5
2006-10-19build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)vda2-15/+24
2006-10-19move usage_compressed.h generation into applets/vda4-9/+6
2006-10-19applets/applets.o must be rebuilt if usage.h is modified.vda2-3/+9
2006-10-19scripts/usage.c: de-uglify #includesvda2-2/+4
2006-10-19console-tools/resize.c is apparently leftover from a reverted patch.andersen1-0/+0
2006-10-16mount: support user mounts if CONFIG_DESKTOPvda3-28/+68
2006-10-16mdev: reduce excessive indentationvda1-105/+112
2006-10-16strip -> $(STRIP); fix "unused variable" warningvda2-2/+2
2006-10-16ash: fix segfault in ash.vda1-1/+5
2006-10-16nc: fix 2 my own buglets, and few someone else's too.vda3-48/+75
2006-10-15grep: -r didn't close files, producing "Too many open files"vda1-1/+2
2006-10-15telnetd: check ptsname() for NULLvda1-9/+16
2006-10-15wget: xatoi's were oversealous ("200 OK" isn't a number)vda1-39/+51
2006-10-14fdisk: compilation fixvda3-37/+49
2006-10-14grep: fix combination of -r and -hvda1-1/+2
2006-10-14grep: add support for -rvda5-108/+144
2006-10-14sulogin: add support for $SUSHELL & $sushellvda2-9/+19
2006-10-14modprobe: fix for 2.4 kernels - byvda1-1/+1
2006-10-14add open_read_close() and similar stuffvda38-234/+228
2006-10-12xread/write can use full_read/write (smaller code)vda3-12/+8
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.vda20-32/+33
2006-10-12cut, mount: small improvementsvda4-30/+29
2006-10-12style fixesvda3-286/+276
2006-10-12fdisk: separate sun/aix/etc code into #included filesvda5-3144/+3004
2006-10-12small style fixesvda8-16/+24
2006-10-12execable: no need to check getenv for NULL, it works anyway.vda1-2/+1