about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/xen
Commit message (Collapse)AuthorAge
* * xen: Build succesfully if $out already exists (needed for WCRE).Eelco Dolstra2011-07-02
| | | | svn path=/nixpkgs/trunk/; revision=27580
* * wrapPythonPrograms: don't hard-code the Python library prefix.Eelco Dolstra2011-03-29
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26594
* * xen: use wrapPython.Eelco Dolstra2011-03-28
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26584
* * Get Xen to build with GCC 4.5 and Glibc 2.12.Eelco Dolstra2010-12-22
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25247
* * Apply some fixes to the xendomains script.Eelco Dolstra2010-10-06
| | | | svn path=/nixpkgs/trunk/; revision=24120
* * Install the Xen manpages.Eelco Dolstra2010-10-06
| | | | svn path=/nixpkgs/trunk/; revision=24109
* * Build Xen's stubdoms, in particular pv-grub (needed to securely bootEelco Dolstra2010-10-04
| | | | | | from a kernel/initrd stored on a guest filesystem). svn path=/nixpkgs/trunk/; revision=24062
* * Fix some more paths in Xen, and make it use /etc/xen for itsEelco Dolstra2010-09-16
| | | | | | configuration files. svn path=/nixpkgs/trunk/; revision=23821
* * Fix various references to /usr.Eelco Dolstra2010-09-14
| | | | svn path=/nixpkgs/trunk/; revision=23788
* * Set the Python search path for Xen's Python scripts. As anEelco Dolstra2010-09-10
| | | | | | | | experiment, do this by patching a line setting sys.path into the script, rather than using makeWrapper. * Xen requires pythonFull because it needs https/ssl support. svn path=/nixpkgs/trunk/; revision=23710
* * Get Xen to build. It's not tested yet and doesn't include a Dom0Eelco Dolstra2010-09-09
| | | | | | kernel. svn path=/nixpkgs/trunk/; revision=23698
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
| | | | | | | | getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* Some of preparation work for adding Xen. Troubles: 1. Xen Dom0 support not ↵Michael Raskin2008-10-04
complete in mainline. 2. Xen's love to check for headers in /usr/include. To do afterwards: We need to change bootloading setup a bit. svn path=/nixpkgs/trunk/; revision=12941