index
:
openslx/kernel-qcow2-util-linux.git
kernel-qcow2
master
xloop-hack
In-kernel qcow2 (losetup)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
term-utils
/
script.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
script: improve coding style and the "done" message
Karel Zak
2016-05-18
1
-7
/
+5
*
script: check status of writes when closing outputs
Sami Kerola
2016-04-17
1
-2
/
+4
*
script: avoid trying fclose(NULL)
Sami Kerola
2016-04-17
1
-1
/
+2
*
script: close file descriptors on exec
Sami Kerola
2016-04-17
1
-6
/
+7
*
script: use empty-slave heuristic more carefully
Karel Zak
2016-04-13
1
-24
/
+28
*
misc: fix some printf format strings
Ruediger Meier
2016-02-11
1
-1
/
+2
*
script: fix misspelling
Ruediger Meier
2016-02-03
1
-3
/
+3
*
docs: fix typos found by codespell
Ruediger Meier
2016-02-03
1
-1
/
+1
*
script, hwclock: check file exist with access(3) rather than stat(3)
Sami Kerola
2015-11-09
1
-2
/
+1
*
script: be pedantic and use "%"SCNi64
Karel Zak
2015-10-16
1
-1
/
+2
*
script: don't assume that time_t is compatible with long
Isaac Dunham
2015-10-16
1
-4
/
+6
*
script: improve SIG{TERM,QUIT,KILL} sensitivity
Karel Zak
2015-07-28
1
-3
/
+16
*
script: evaluate errno only if read() sets it
Ruediger Meier
2015-07-03
1
-7
/
+6
*
script: make sure errno is zero
Karel Zak
2015-07-02
1
-0
/
+1
*
script: fix variable initialization warning
Sami Kerola
2015-06-29
1
-3
/
+3
*
script: fix EOF problems
Karel Zak
2015-06-17
1
-26
/
+88
*
script: improve poll debugging
Karel Zak
2015-06-17
1
-5
/
+9
*
script: cleanup signals usage
Karel Zak
2015-06-17
1
-11
/
+28
*
script: debug poll() results
Karel Zak
2015-06-16
1
-2
/
+5
*
script: add support for SCRIPT_DEBUG=
Karel Zak
2015-06-16
1
-2
/
+65
*
script: remove magic constants from poll code
Karel Zak
2015-06-16
1
-21
/
+33
*
script: rename control struct members
Karel Zak
2015-06-16
1
-32
/
+32
*
script: close timingfp also when -e
Karel Zak
2015-06-16
1
-11
/
+10
*
script: move timing file opening close to use of it
Sami Kerola
2015-06-08
1
-14
/
+17
*
script: add noreturn function attributes
Sami Kerola
2015-06-08
1
-2
/
+2
*
script: use gettime_monotonic() to get timing file timestamps
Sami Kerola
2015-06-08
1
-12
/
+12
*
script: use correct input type, move comment, and so on
Sami Kerola
2015-06-08
1
-13
/
+11
*
script: replace strftime() workaround with CFLAGS = -Wno-format-y2k
Sami Kerola
2015-06-08
1
-12
/
+3
*
script: move do_io() content to small functions
Sami Kerola
2015-06-08
1
-50
/
+58
*
script: add 'Script started' line always to capture file
Sami Kerola
2015-06-08
1
-5
/
+3
*
script: remove io vs signal race
Sami Kerola
2015-06-08
1
-7
/
+13
*
script: merge doinput() and output() functions to do_io()
Sami Kerola
2015-06-08
1
-172
/
+59
*
script: use poll() rather than select()
Sami Kerola
2015-06-06
1
-88
/
+114
*
script: use signalfd() to catch signals
Sami Kerola
2015-06-06
1
-33
/
+14
*
script: add struct script_control and remove global variables
Sami Kerola
2015-06-06
1
-244
/
+249
*
script: remove function prototypes
Sami Kerola
2015-06-06
1
-256
/
+243
*
tests: check script options work as expected
Sami Kerola
2015-06-06
1
-2
/
+19
*
script: Fix mangled EOF and hang on big endian
Stanislav Brabec
2015-05-15
1
-2
/
+2
*
Fix "Script started" buffering race
Stanislav Brabec
2015-02-10
1
-0
/
+1
*
textual: add a docstring to most of the utilities
Benno Schulenberg
2015-01-06
1
-0
/
+3
*
script: may be hangs
Andreas Henriksson
2014-10-14
1
-4
/
+11
*
textual: use usage() text element macros
Sami Kerola
2014-10-01
1
-2
/
+2
*
textual: use manual tail usage() macro
Sami Kerola
2014-10-01
1
-0
/
+1
*
textual: use version printing macro everywhere
Sami Kerola
2014-10-01
1
-2
/
+1
*
script: clean up code to genenrate Star/Done messages
Karel Zak
2014-06-23
1
-9
/
+9
*
script: silence the done message on --quiet as well
Andreas Henriksson
2014-06-23
1
-1
/
+2
*
script: --quiet option is not quiet.
James Hunt
2014-06-23
1
-1
/
+2
*
docs: fix "behaviour" vs. "behavior"
Karel Zak
2014-06-06
1
-1
/
+1
*
script: fix spurious exit from input read loop on EINTR.
Csaba Kos
2014-06-02
1
-1
/
+2
*
script: fix a rare deadlock after child termination
Csaba Kos
2014-06-02
1
-8
/
+45
[next]