about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2009-12-16* Linux 2.6.32.1. backups/kernel-config@19023Eelco Dolstra1-2/+2
svn path=/nixpkgs/branches/kernel-config/; revision=19000
2009-12-14* Enable Kernel Samepage Merging.Eelco Dolstra1-0/+1
svn path=/nixpkgs/branches/kernel-config/; revision=18949
2009-12-14* Use the kernel config generator for Linux 2.6.25.Eelco Dolstra5-7830/+218
svn path=/nixpkgs/branches/kernel-config/; revision=18948
2009-12-14* Get rid of some obsolete Linux kernel headers.Eelco Dolstra4-101/+0
svn path=/nixpkgs/branches/kernel-config/; revision=18946
2009-12-14* Use the kernel config generator for Linux 2.6.28.Eelco Dolstra13-25446/+211
* 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
2009-12-14* Doh!Eelco Dolstra1-1/+0
svn path=/nixpkgs/branches/kernel-config/; revision=18944
2009-12-14* qemu-kvm updated to 0.11.1.Eelco Dolstra1-2/+2
svn path=/nixpkgs/branches/kernel-config/; revision=18943
2009-12-14* Get User-Mode Linux to build with a newer kernel. Yes, SHELL reallyEelco Dolstra3-2/+7
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
2009-12-14* Use the kernel config generator for Linux 2.6.27.Eelco Dolstra6-137/+322
* 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
2009-12-14* Linux 2.6.32.Eelco Dolstra2-0/+246
svn path=/nixpkgs/branches/kernel-config/; revision=18932
2009-12-14* Allow options to be ignored if they don't exist by marking them withEelco Dolstra3-12/+15
a "?". svn path=/nixpkgs/branches/kernel-config/; revision=18931
2009-12-12* Get fbcondecor to work.Eelco Dolstra5-29/+28
* Barf on ignored options. svn path=/nixpkgs/branches/kernel-config/; revision=18914
2009-12-12* Added a script to generate the kernel configuration.Eelco Dolstra7-8537/+369
`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
2009-12-10Add expression for PolyMLMarco Maggesi2-0/+28
svn path=/nixpkgs/trunk/; revision=18875
2009-12-10Updating the libstdc++ man pages to 4.4.0. We have gcc-4.3.4 in trunk, but I ↵Lluís Batlle i Rossell1-3/+3
don't think it will be any annoyance. svn path=/nixpkgs/trunk/; revision=18871
2009-12-10Update xboardMichael Raskin4-8/+22
svn path=/nixpkgs/trunk/; revision=18870
2009-12-09* Added Fedora 12. This requires the latest RPM, because the RPMs areEelco Dolstra1-0/+26
compressed with xz. svn path=/nixpkgs/trunk/; revision=18868
2009-12-09* RPM updated to 4.7.2.Eelco Dolstra6-43/+24
* nspr updated to 4.8.2. * nss updated to 3.12.4. * elfutils updated to 0.143. svn path=/nixpkgs/trunk/; revision=18867
2009-12-09svn path=/nixpkgs/trunk/; revision=18865Eelco Dolstra1-3/+3
2009-12-09* Remove an empty directory.Eelco Dolstra0-0/+0
svn path=/nixpkgs/trunk/; revision=18863
2009-12-09pkgs/servers/x11/xorg/overrides.nix: dropped override for libXaw on DarwinPeter Simons1-16/+1
With the latest version of libXaw, those patches aren't necessary anymore; the build has been fixed upstream. svn path=/nixpkgs/trunk/; revision=18856
2009-12-09pkgs/development/compilers/swi-prolog/default.nix: updated to version 5.6.64 ↵Peter Simons2-6/+11
and enabled GUI support svn path=/nixpkgs/trunk/; revision=18853
2009-12-09Update CouchDB; add Apache-related snippets to update-upstream-data. Michael Raskin5-6/+28
svn path=/nixpkgs/trunk/; revision=18851
2009-12-08nixpkgs lib: adding haskell's takeMarc Weber2-0/+15
svn path=/nixpkgs/trunk/; revision=18848
2009-12-08applications/version-management/git-and-tools/git: update to version 1.6.5.5Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=18847
2009-12-08Updating openocd from 0.2.0 to 0.3.1Lluís Batlle i Rossell1-3/+3
svn path=/nixpkgs/trunk/; revision=18843
2009-12-08* xfsprogs updated to 3.0.3.Eelco Dolstra1-11/+6
* 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
2009-12-08* davfs2 updated to 1.4.5.Eelco Dolstra5-29/+30
* neon updated to 0.28.6. svn path=/nixpkgs/trunk/; revision=18841
2009-12-08* Latest FUSE and sshfs.Eelco Dolstra2-12/+12
svn path=/nixpkgs/trunk/; revision=18839
2009-12-08* Linux 2.6.27.39.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=18838
2009-12-07aspectj front for strategoxt 0.18Rob Vermaas1-0/+12
svn path=/nixpkgs/trunk/; revision=18831
2009-12-07svn path=/nixpkgs/trunk/; revision=18830Rob Vermaas1-1/+2
2009-12-07build stratego-shell for darwinRob Vermaas1-1/+2
svn path=/nixpkgs/trunk/; revision=18829
2009-12-07strategoshell based on strategoxt 0.18Rob Vermaas2-2/+18
svn path=/nixpkgs/trunk/; revision=18828
2009-12-05Update cl-ppcre..Michael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=18822
2009-12-05Qtpfsgui 1.9.3.Ludovic Courtès1-12/+20
svn path=/nixpkgs/trunk/; revision=18818
2009-12-04* Added s3backer.Eelco Dolstra2-0/+22
svn path=/nixpkgs/trunk/; revision=18811
2009-12-04* Remove an unused file.Eelco Dolstra3-56/+28
svn path=/nixpkgs/trunk/; revision=18810
2009-12-04* Refactoring: move most filesystem utilities / FUSE filesystems toEelco Dolstra25-114/+63
tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809
2009-12-04releaseTools.sourceTarball: Allow overriding of the bootstrap build inputs.Ludovic Courtès1-1/+7
svn path=/nixpkgs/trunk/; revision=18804
2009-12-03Fixed download url for Unison File Syncronizer.Marco Maggesi1-1/+1
svn path=/nixpkgs/trunk/; revision=18793
2009-12-03* X.org server 1.7.3.Eelco Dolstra2-7/+8
svn path=/nixpkgs/trunk/; revision=18792
2009-12-03nix-prefetch-svn: Support $NIX_PREFETCH_SVN_LEAVE_DOT_SVN.Ludovic Courtès1-1/+8
svn path=/nixpkgs/trunk/; revision=18789
2009-12-03* PHP 5.2.11.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=18786
2009-12-03Apply patch from Lluis needed for future ARM merge..Michael Raskin1-1/+3
svn path=/nixpkgs/trunk/; revision=18776
2009-12-02some more x86_64 darwin changesRob Vermaas1-5/+6
svn path=/nixpkgs/trunk/; revision=18774
2009-12-02merged x86_64 changes back to trunkRob Vermaas2-9/+15
svn path=/nixpkgs/trunk/; revision=18773
2009-12-02Reverted guest additions back to 3.0.10 since 3.1.0 has a new installer. I ↵Sander van der Burg1-3/+3
will look at this installer later svn path=/nixpkgs/trunk/; revision=18760
2009-12-02Upgraded VirtualBox to version 3.1.0Sander van der Burg2-6/+6
svn path=/nixpkgs/trunk/; revision=18758
2009-12-02Added httpd-shed.Andres Löh2-0/+16
svn path=/nixpkgs/trunk/; revision=18756