Richard W.M. Jones
0e17236d7d
Update copyright dates to 2020.
2020-03-06 19:32:32 +00:00
Richard W.M. Jones
05d4fcb64d
Update copyright dates for 2019.
...
This command run over the source:
perl -pi.bak -e 's/(20[01][0-9])-2018/$1-2019/g' `git ls-files`
2019-01-08 11:58:30 +00:00
Richard W.M. Jones
212762c593
Update copyright dates for 2018.
...
Run the following command over the source:
perl -pi.bak -e 's/(20[01][0-9])-2017/$1-2018/g' `git ls-files`
2018-01-04 15:30:10 +00:00
Richard W.M. Jones
84c9f98c2e
New API: internal-get-console-socket to support virt-rescue.
...
This API intended for use by virt-rescue only gets the file descriptor
of the console socket.
2017-03-07 12:47:51 +00:00
Richard W.M. Jones
58d6becc8a
Use gnulib set_nonblocking_flag function instead of fcntl.
...
The previous code:
fcntl (fd, F_SETFL, O_NONBLOCK)
was technically incorrect, because it would have reset any
other flags on the file descriptor.
Thanks: Eric Blake
2017-03-06 10:52:35 +00:00
Richard W.M. Jones
f161c9ea57
Rename src/ to lib/
2017-01-26 15:05:46 +00:00