]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'script3' of git://github.com/kerolasa/lelux-utiliteetit into script
authorKarel Zak <kzak@redhat.com>
Tue, 16 Jun 2015 09:53:18 +0000 (11:53 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 16 Jun 2015 09:53:18 +0000 (11:53 +0200)
commitf3107d3ac4f4fdb274be1fedc4824841242a8716
treed0a8669c7a1c9771c4bcf445b11607750aa6618a
parent9acbe2aa4782a08ab97a04d37d0397ad2183f50c
parent8090b31e5ae03ab59101c102404f7a048b9610bc
Merge branch 'script3' of git://github.com/kerolasa/lelux-utiliteetit into script

* 'script3' of git://github.com/kerolasa/lelux-utiliteetit:
  tests: add scriptreplay test
  script: move timing file opening close to use of it
  script: add noreturn function attributes
  script: use gettime_monotonic() to get timing file timestamps
  script: use correct input type, move comment, and so on
  script: replace strftime() workaround with CFLAGS = -Wno-format-y2k
  script: move do_io() content to small functions
  script: add 'Script started' line always to capture file
  script: remove io vs signal race
  script: merge doinput() and output() functions to do_io()
  script: use poll() rather than select()
  script: use signalfd() to catch signals
  script: add struct script_control and remove global variables
  script: remove function prototypes
  tests: check script options work as expected
  tests: add script output buffering race check