summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Linux 2.6.32.1.•••svn path=/nixpkgs/branches/kernel-config/; revision=19000 backups/kernel-config@19023Eelco Dolstra2009-12-161-2/+2
* * Enable Kernel Samepage Merging.•••svn path=/nixpkgs/branches/kernel-config/; revision=18949 Eelco Dolstra2009-12-141-0/+1
* * Use the kernel config generator for Linux 2.6.25.•••svn path=/nixpkgs/branches/kernel-config/; revision=18948 Eelco Dolstra2009-12-145-7830/+218
* * Get rid of some obsolete Linux kernel headers.•••svn path=/nixpkgs/branches/kernel-config/; revision=18946 Eelco Dolstra2009-12-144-101/+0
* * Use the kernel config generator for Linux 2.6.28.•••* Get rid of Linux 2.6.20 and 2.6.26 (the former was only used for building UML). svn path=/nixpkgs/branches/kernel-config/; revision=18945 Eelco Dolstra2009-12-1413-25446/+211
* * Doh!•••svn path=/nixpkgs/branches/kernel-config/; revision=18944 Eelco Dolstra2009-12-141-1/+0
* * qemu-kvm updated to 0.11.1.•••svn path=/nixpkgs/branches/kernel-config/; revision=18943 Eelco Dolstra2009-12-141-2/+2
* * Get User-Mode Linux to build with a newer kernel. Yes, SHELL really••• has to be "/bin/sh" - other values such as "sh" or "bash" or "$(type -tP sh)" cause a build error: LD .tmp_vmlinux1 /nix/store/1yv8i1m76cvwk5w5i5wrk4gj5zyfj6vh-binutils-2.19.1/bin/ld:arch/um/kernel/vmlinux.lds:1: ignoring invalid character `#' in expression /nix/store/1yv8i1m76cvwk5w5i5wrk4gj5zyfj6vh-binutils-2.19.1/bin/ld:arch/um/kernel/vmlinux.lds:1: syntax error collect2: ld returned 1 exit status This is caused by Bash 4.0 (http://bugzilla.kernel.org/show_bug.cgi?id=13343). svn path=/nixpkgs/branches/kernel-config/; revision=18941 Eelco Dolstra2009-12-143-2/+7
* * Use the kernel config generator for Linux 2.6.27.•••* Move kernel patches out of all-packages.nix to os-specific/linux/kernel/patches.nix. * Make the kernel config available under $out/config (it's also in $out/lib/modules/$version/build/.config, but that's kind of hard to find). svn path=/nixpkgs/branches/kernel-config/; revision=18937 Eelco Dolstra2009-12-146-137/+322
* * Linux 2.6.32.•••svn path=/nixpkgs/branches/kernel-config/; revision=18932 Eelco Dolstra2009-12-142-0/+246
* * Allow options to be ignored if they don't exist by marking them with••• a "?". svn path=/nixpkgs/branches/kernel-config/; revision=18931 Eelco Dolstra2009-12-143-12/+15
* * Get fbcondecor to work.•••* Barf on ignored options. svn path=/nixpkgs/branches/kernel-config/; revision=18914 Eelco Dolstra2009-12-125-29/+28
* * Added a script to generate the kernel configuration.••• `generate-config.pl' runs `make config' to generate a Linux kernel configuration file. For each question (i.e. kernel configuration option), unless an override is provided, it answers "m" if possible, and otherwise uses the default answer (as determined by the default config for the architecture). This is safer than allmodconfig, which answers "y" everywhere it can't answer "m" and thus ends up enabling a lot of experimental or debug options. (For this reason, a configuration generated by allmodconfig must be carefully checked with every new release to ensure that nothing dangerous is enabled. The default config should be safer wrt new kernel releases.) Overrides are specified in the `config' argument to generic.nix, which is a string that contains lines such as `EXT2_FS_POSIX_ACL y'. The script warns about ignored options, and aborts if `make config' selects an answer inconsistent with the one in `config'. This allows us to be sure that `make config' doesn't silently override our configuration values (e.g., depending on other options, it will set FB_TILEBLITTING to "y" even if we want it to be "n"). svn path=/nixpkgs/branches/kernel-config/; revision=18910 Eelco Dolstra2009-12-127-8537/+369
* Add expression for PolyML•••svn path=/nixpkgs/trunk/; revision=18875 Marco Maggesi2009-12-102-0/+28
* Updating the libstdc++ man pages to 4.4.0. We have gcc-4.3.4 in trunk, but I ...•••svn path=/nixpkgs/trunk/; revision=18871 Lluís Batlle i Rossell2009-12-101-3/+3
* Update xboard•••svn path=/nixpkgs/trunk/; revision=18870 Michael Raskin2009-12-104-8/+22
* * Added Fedora 12. This requires the latest RPM, because the RPMs are••• compressed with xz. svn path=/nixpkgs/trunk/; revision=18868 Eelco Dolstra2009-12-091-0/+26
* * RPM updated to 4.7.2.•••* nspr updated to 4.8.2. * nss updated to 3.12.4. * elfutils updated to 0.143. svn path=/nixpkgs/trunk/; revision=18867 Eelco Dolstra2009-12-096-43/+24
* svn path=/nixpkgs/trunk/; revision=18865Eelco Dolstra2009-12-091-3/+3
* * Remove an empty directory.•••svn path=/nixpkgs/trunk/; revision=18863 Eelco Dolstra2009-12-090-0/+0
* pkgs/servers/x11/xorg/overrides.nix: dropped override for libXaw on Darwin•••With the latest version of libXaw, those patches aren't necessary anymore; the build has been fixed upstream. svn path=/nixpkgs/trunk/; revision=18856 Peter Simons2009-12-091-16/+1
* pkgs/development/compilers/swi-prolog/default.nix: updated to version 5.6.64 ...•••svn path=/nixpkgs/trunk/; revision=18853 Peter Simons2009-12-092-6/+11
* Update CouchDB; add Apache-related snippets to update-upstream-data. •••svn path=/nixpkgs/trunk/; revision=18851 Michael Raskin2009-12-095-6/+28
* nixpkgs lib: adding haskell's take•••svn path=/nixpkgs/trunk/; revision=18848 Marc Weber2009-12-082-0/+15
* applications/version-management/git-and-tools/git: update to version 1.6.5.5•••svn path=/nixpkgs/trunk/; revision=18847 Peter Simons2009-12-081-2/+2
* Updating openocd from 0.2.0 to 0.3.1•••svn path=/nixpkgs/trunk/; revision=18843 Lluís Batlle i Rossell2009-12-081-3/+3
* * xfsprogs updated to 3.0.3.•••* xfsprogs: don't use shared libraries because libxfs.so isn't installed for some reason, so mkfs.xfs doesn't work. svn path=/nixpkgs/trunk/; revision=18842 Eelco Dolstra2009-12-081-11/+6
* * davfs2 updated to 1.4.5.•••* neon updated to 0.28.6. svn path=/nixpkgs/trunk/; revision=18841 Eelco Dolstra2009-12-085-29/+30
* * Latest FUSE and sshfs.•••svn path=/nixpkgs/trunk/; revision=18839 Eelco Dolstra2009-12-082-12/+12
* * Linux 2.6.27.39.•••svn path=/nixpkgs/trunk/; revision=18838 Eelco Dolstra2009-12-081-2/+2
* aspectj front for strategoxt 0.18•••svn path=/nixpkgs/trunk/; revision=18831 Rob Vermaas2009-12-071-0/+12
* svn path=/nixpkgs/trunk/; revision=18830Rob Vermaas2009-12-071-1/+2
* build stratego-shell for darwin•••svn path=/nixpkgs/trunk/; revision=18829 Rob Vermaas2009-12-071-1/+2
* strategoshell based on strategoxt 0.18•••svn path=/nixpkgs/trunk/; revision=18828 Rob Vermaas2009-12-072-2/+18
* Update cl-ppcre..•••svn path=/nixpkgs/trunk/; revision=18822 Michael Raskin2009-12-051-1/+1
* Qtpfsgui 1.9.3.•••svn path=/nixpkgs/trunk/; revision=18818 Ludovic Courtès2009-12-051-12/+20
* * Added s3backer.•••svn path=/nixpkgs/trunk/; revision=18811 Eelco Dolstra2009-12-042-0/+22
* * Remove an unused file.•••svn path=/nixpkgs/trunk/; revision=18810 Eelco Dolstra2009-12-043-56/+28
* * Refactoring: move most filesystem utilities / FUSE filesystems to••• tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809 Eelco Dolstra2009-12-0425-114/+63
* releaseTools.sourceTarball: Allow overriding of the bootstrap build inputs.•••svn path=/nixpkgs/trunk/; revision=18804 Ludovic Courtès2009-12-041-1/+7
* Fixed download url for Unison File Syncronizer.•••svn path=/nixpkgs/trunk/; revision=18793 Marco Maggesi2009-12-031-1/+1
* * X.org server 1.7.3.•••svn path=/nixpkgs/trunk/; revision=18792 Eelco Dolstra2009-12-032-7/+8
* nix-prefetch-svn: Support $NIX_PREFETCH_SVN_LEAVE_DOT_SVN.•••svn path=/nixpkgs/trunk/; revision=18789 Ludovic Courtès2009-12-031-1/+8
* * PHP 5.2.11.•••svn path=/nixpkgs/trunk/; revision=18786 Eelco Dolstra2009-12-031-2/+2
* Apply patch from Lluis needed for future ARM merge..•••svn path=/nixpkgs/trunk/; revision=18776 Michael Raskin2009-12-031-1/+3
* some more x86_64 darwin changes•••svn path=/nixpkgs/trunk/; revision=18774 Rob Vermaas2009-12-021-5/+6
* merged x86_64 changes back to trunk•••svn path=/nixpkgs/trunk/; revision=18773 Rob Vermaas2009-12-022-9/+15
* Reverted guest additions back to 3.0.10 since 3.1.0 has a new installer. I wi...•••svn path=/nixpkgs/trunk/; revision=18760 Sander van der Burg2009-12-021-3/+3
* Upgraded VirtualBox to version 3.1.0•••svn path=/nixpkgs/trunk/; revision=18758 Sander van der Burg2009-12-022-6/+6
* Added httpd-shed.•••svn path=/nixpkgs/trunk/; revision=18756 Andres Löh2009-12-022-0/+16