Go to file
Marek Marczykowski-Górecki 0c288aa355
qrexec: implement buffered write to child stdin to prevent deadlock
Otherwise if the child process isn't reading its stdin at that time, it
would deadlock the whole qrexec connection (for example preventing
reading the data from the child, which may be a cause of that deadlock).

QubesOS/qubes-issues#1347
2015-10-30 14:16:53 +01:00
appmenus-files appmenus: fix template's icon 2015-04-12 02:06:26 +02:00
appmenus-scripts core: use vm.absolute_path to parse paths in qubes.xml 2015-09-04 01:57:59 +02:00
doc doc: add some more details to qubes-dom0-update --action 2015-09-04 02:11:16 +02:00
dom0-updates filter out tar time wrap warnings using grep 2015-09-04 00:54:50 +00:00
dracut dracut: fix assigning devices to xen-pciback 2015-07-01 07:16:59 +02:00
icons Initial commit: appmenus handling code, icons 2013-03-16 18:23:22 +01:00
pm-utils pm-utils: do not load not used pm_functions 2013-12-10 20:02:35 +01:00
qrexec qrexec: implement buffered write to child stdin to prevent deadlock 2015-10-30 14:16:53 +01:00
rpm_spec kernel-install: add new kernel to xen.cfg for xen.efi 2015-09-26 03:56:16 +02:00
system-config kernel-install: add new kernel to xen.cfg for xen.efi 2015-09-26 03:56:16 +02:00
vaio-fixes vaio-fixes 2013-03-16 18:24:21 +01:00
.gitignore gitignore 2015-05-03 16:05:02 +02:00
Makefile Remove support for old builder API 2013-03-19 19:03:41 +01:00
Makefile.builder Add Makefile.builder 2013-03-19 15:23:17 +01:00
README.txt Update README 2015-07-10 17:50:25 +02:00
version version 3.1.1 2015-10-11 02:57:47 +02:00
version_vaio_fixes vaio-fixes 2013-03-16 18:24:21 +01:00

This package contains Linux dom0 files.

Mostly there are config files for different system services, but also some
"addons" to Qubes core:
 - udev scripts for block and USB devices exposure (in qvm-block and qvm-usb)
 - appmenu generation for Linux GUI (including icons)