summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2014-03-16script: make it work even if fd 0 is closedDenys Vlasenko2-1/+8
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko12-28/+38
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko22-22/+22
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko4-9/+9
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko5-13/+14
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko26-74/+82
2009-06-09randomconfig fixesDenys Vlasenko3-6/+13
2009-06-05*: reduce #ifdef forestDenys Vlasenko3-47/+35
2009-05-19scriptreplay: new applet. +423 bytesDenys Vlasenko6-21/+95
2009-02-26runsv: small optimizationDenis Vlasenko5-10/+7
2008-11-09*: a bit of code shrinkDenis Vlasenko8-23/+24
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko15-50/+55
2008-07-01*: introduce and use xvfork()Denis Vlasenko12-42/+18
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer21-59/+59
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer18-142/+136
2008-05-06script: exit if reading from pseudo-tty errors out (do not loop)Denis Vlasenko1-19/+16
2008-04-01script: do not ignore poll() errors. ~+20 bytes.Denis Vlasenko1-1/+5
2008-03-24lpr: add more accurate commentsDenis Vlasenko10-28/+35
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-28script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko1-60/+52
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko32-64/+97
2008-02-27script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko8-47/+214