]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'vipw-shortwrite' of https://github.com/DankRank/util-linux
authorKarel Zak <kzak@redhat.com>
Mon, 9 Nov 2020 10:06:27 +0000 (11:06 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 9 Nov 2020 10:06:27 +0000 (11:06 +0100)
commitbb123ad50379e3e3000ade04f2939b1e7702adae
tree97784d2a3bbd0128e5294afcba858eab290247d3
parente5781b3d3b094513540049117259c3bbb5eedfe8
parentcabbf61fab7e69860b076f1d55b26e1fb07b0b4c
Merge branch 'vipw-shortwrite' of https://github.com/DankRank/util-linux

* 'vipw-shortwrite' of https://github.com/DankRank/util-linux:
  ul_copy_file: make defines for return values
  read_all: return 0 when EOF occurs after 0 bytes
  ul_copy_file: add test program
  ul_copy_file: handle EAGAIN and EINTR
  ul_copy_file: use all_read/all_write
  ul_copy_file: use BUFSSIZ for buffer size
  nologin: use ul_copy_file
  login: use ul_copy_file
  configure.ac: check for sendfile
  ul_copy_file: use sendfile
  vipw: move copyfile to the lib
  vipw: fix short write handling in copyfile
configure.ac
login-utils/vipw.c