index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
script.c
Age
Commit message (
Expand
)
Author
2009-02-26
runsv: small optimization
Denis Vlasenko
2008-11-09
*: a bit of code shrink
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-01
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
*: introduce and use xvfork()
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
- Rename getpty() to xgetpty() and adjust callers.
Bernhard Reutner-Fischer
2008-05-06
script: exit if reading from pseudo-tty errors out (do not loop)
Denis Vlasenko
2008-04-01
script: do not ignore poll() errors. ~+20 bytes.
Denis Vlasenko
2008-03-24
lpr: add more accurate comments
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-28
script: correctly handle buffered "tail" of output. +35 bytes.
Denis Vlasenko
2008-02-27
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>
Denis Vlasenko