aboutsummaryrefslogtreecommitdiff
path: root/util-linux/script.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+4
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-3/+1
* *: fix up use of "getopt_longopts" for longopts not in getopt appletDenys Vlasenko2017-08-081-2/+2
* script: -f means "flush", not "fsync"Denys Vlasenko2017-08-071-4/+6
* script: make -t[FILE] compatible with util-linuxDenys Vlasenko2017-08-071-7/+15
* script: make -t independent of scriptreplayDenys Vlasenko2017-08-071-7/+15
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-5/+5
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-4/+6
* script: make it work even if fd 0 is closedDenys Vlasenko2014-03-161-0/+7
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+13
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-4/+1
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-4/+1
* *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko2010-03-021-2/+2
* *: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko2010-01-121-2/+2
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-1/+1
* randomconfig fixesDenys Vlasenko2009-06-091-3/+4
* *: reduce #ifdef forestDenys Vlasenko2009-06-051-14/+6
* scriptreplay: new applet. +423 bytesDenys Vlasenko2009-05-191-20/+39
* runsv: small optimizationDenis Vlasenko2009-02-261-1/+1
* *: a bit of code shrinkDenis Vlasenko2008-11-091-1/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-1/+4
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-4/+1
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-3/+3
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-191-4/+1
* script: exit if reading from pseudo-tty errors out (do not loop)Denis Vlasenko2008-05-061-19/+16
* script: do not ignore poll() errors. ~+20 bytes.Denis Vlasenko2008-04-011-1/+5
* lpr: add more accurate commentsDenis Vlasenko2008-03-241-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-2/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-3/+3
* script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko2008-02-281-60/+52
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-1/+1
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-0/+195