2017-03-20 19:17:13 by Manuel Bouyer | Files touched by this commit (24) | |
Log message:
Update xenkernel46 and xentools46 to 4.6.5. Changes since 4.6.3:
various bug fixes. Includes all security patches up to and including
XSA-209
|
2017-01-04 17:45:24 by Stephen Borrill | Files touched by this commit (1) |
Log message:
Reapply changes accidentally reverted in last commit
|
2017-01-04 17:37:29 by Stephen Borrill | Files touched by this commit (2) |
Log message:
Move version to version.mk in preparation for updating xenstoretools
|
2017-01-01 15:44:09 by Thomas Klausner | Files touched by this commit (577) |
Log message:
Add python-3.6 to incompatible versions.
|
2016-12-30 12:17:03 by Jaap Boender | Files touched by this commit (89) | |
Log message:
Recursive revbump associated with ocaml update to 4.04.
|
2016-12-29 21:24:35 by Roy Marples | Files touched by this commit (1) |
Log message:
xentools works fine system curses.
|
2016-12-20 19:15:10 by Greg Troxel | Files touched by this commit (4) |
Log message:
Drop i386 from ONLY_FOR_PLATFORM
Xen 4.5 and 4.6 no longer support i386. Thus, don't try to build
there.
ok bouyer@
|
2016-12-20 18:24:58 by Manuel Bouyer | Files touched by this commit (3) |
Log message:
in xl the SIGCHLD handler just writes to a pipe where the reader is the
same process. The idea is that this will cause poll(2) in the main
thread to exit with the reaper pipe readable, and do child cleanup here.
Unfortunably, is the child also has a write pipe back to the
parent (as e.g. with pygrub), the loop in afterpoll_internal() may see the
POLLHUP event on this pipe before the POLLIN even on the reaper pipe, and
this will be considered as an error (from e.g. pygrub).
work around by filtering POLLHUP events here
bump PKGREVISION
|
2016-12-20 11:22:29 by Manuel Bouyer | Files touched by this commit (28) |
Log message:
Apply upstream patch for XSA-199, XSA-200 and XSA-204.
Bump PKGREVISIONs
|
2016-11-22 21:59:02 by Manuel Bouyer | Files touched by this commit (13) |
Log message:
Backport upstream patches, fixing today's XSA 191, 192, 193, 195, 197, 198.
Bump PKGREVISIONs
|