aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
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