Commit graph

434 commits

Author SHA1 Message Date
Eelco Dolstra cde74730e8 * KVM 57. (Newer versions don't compile against the current kernel headers.)
svn path=/nixpkgs/trunk/; revision=10534
2008-02-07 09:02:28 +00:00
Eelco Dolstra 9f2711c674 * Reiser4 stuff.
svn path=/nixpkgs/trunk/; revision=10498
2008-02-04 14:37:15 +00:00
Eelco Dolstra 6b7dd4cac7 * udev: get rid of silly warnings in make install.
svn path=/nixpkgs/trunk/; revision=10494
2008-02-04 13:04:16 +00:00
Eelco Dolstra 6d07280263 * Use fxload.
svn path=/nixpkgs/trunk/; revision=10488
2008-02-04 08:36:10 +00:00
Eelco Dolstra 2c3e3dcbae * Added fxload, a tool to upload firmware to Cypress EZ-USB microcontrollers.
svn path=/nixpkgs/trunk/; revision=10483
2008-02-03 14:43:19 +00:00
Eelco Dolstra 3547462f7a * Driver for the Go 7007, used in the Plextor ConvertX USB TV tuner.
Thanks to Martin Bravenboer for donating the hardware :-)
* Latest udev.

svn path=/nixpkgs/trunk/; revision=10452
2008-02-01 23:58:39 +00:00
Marc Weber b37c1de0a2 Fix enabling switching to kernels not already running (depmod uses uname-r as default to look for modules)
svn path=/nixpkgs/trunk/; revision=10441
2008-01-31 21:55:38 +00:00
Yury G. Kudryashov 4d5a4ea903 More homepages
svn path=/nixpkgs/trunk/; revision=10419
2008-01-31 10:11:09 +00:00
Yury G. Kudryashov 5bca69ac34 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.

svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Eelco Dolstra 3066e0e8e2 * Added AUFS, another Unionfs.
svn path=/nixpkgs/trunk/; revision=10387
2008-01-29 13:24:40 +00:00
Yury G. Kudryashov eaca7f368c Added prefix patch to ndiswrapper
svn path=/nixpkgs/trunk/; revision=10323
2008-01-28 19:34:00 +00:00
Eelco Dolstra ea7d231d86 * NVIDIA driver 169.09.
svn path=/nixpkgs/trunk/; revision=10275
2008-01-24 12:50:19 +00:00
Michael Raskin 12ea9ddea2 Fixed building and aggregating modules for not-installed kernel version
svn path=/nixpkgs/trunk/; revision=10226
2008-01-19 11:00:09 +00:00
Eelco Dolstra 83d59de5a0 * Linux 2.6.22.16, 2.6.23.14: fixes CVE-2008-0001.
svn path=/nixpkgs/trunk/; revision=10222
2008-01-18 16:58:34 +00:00
Eelco Dolstra 4bbd0d9aad * Latest usbutils, usb.ids.
svn path=/nixpkgs/trunk/; revision=10219
2008-01-18 15:18:02 +00:00
Michael Raskin bc46eaf404 Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Michael Raskin 29e62732c9 Now aggregator works at last, after some SVN co/up/ci gone wrong.
svn path=/nixpkgs/trunk/; revision=10132
2008-01-13 10:49:52 +00:00
Michael Raskin 65218ec570 Maybe I recommit aggregator.nix, but I found last time it could be wrong
svn path=/nixpkgs/trunk/; revision=10131
2008-01-13 10:33:27 +00:00
Eelco Dolstra b17f0f410c * Aggregator: use cp -s instead of lndir. Only symlink lib/modules.
* NVIDIA / Intel wireless drivers: put modules in
  $out/lib/modules/$kernelVersion so that depmod in the aggregator can
  find them.

svn path=/nixpkgs/trunk/; revision=10128
2008-01-12 23:35:23 +00:00
Eelco Dolstra ef0a521c39 * Firmware for the Intel 3945ABG.
svn path=/nixpkgs/trunk/; revision=10126
2008-01-12 22:38:37 +00:00
Eelco Dolstra 40ba71406b * Intel Wireless driver for the 3945ABG / 4965AGN.
svn path=/nixpkgs/trunk/; revision=10125
2008-01-12 22:17:46 +00:00
Michael Raskin 437f21219f Various changes to Atheros driver. Supports binary patched 2756 revision now for 5006EG. Latest SVN release and stable are also supported.
svn path=/nixpkgs/trunk/; revision=10117
2008-01-11 06:38:31 +00:00
Michael Raskin 4e15efefea Some progress in Atheros (no practical result), added a pulled from freedesktop us keymap patch (level 3 deadkeys)
svn path=/nixpkgs/trunk/; revision=10109
2008-01-10 08:01:48 +00:00
Michael Raskin ca74bacd18 Added MadWiFi.
svn path=/nixpkgs/trunk/; revision=10107
2008-01-10 04:43:46 +00:00
Michael Raskin c0ce72bfc2 Added dmidecode and kqemu
svn path=/nixpkgs/trunk/; revision=10098
2008-01-08 00:18:20 +00:00
Eelco Dolstra fc345ae130 * NVIDIA driver: updated to 169.07. Cleaned up and purified: it
doesn't need symlinks in /usr anymore.  nvidia-settings works
  properly now.

svn path=/nixpkgs/trunk/; revision=10094
2008-01-07 22:54:30 +00:00
Eelco Dolstra 7f3bd3adcb * Kernel: disable XEN, the NVIDIA driver doesn't like it.
* Remove the paravirt patch on >= 2.6.22, which does exactly the
  wrong thing.  What was I smoking?

svn path=/nixpkgs/trunk/; revision=10091
2008-01-07 18:40:17 +00:00
Michael Raskin 498d47b583 Added module_aggregator. Pass some directories with modules to it, and it will give you a directory to use instead of pkgs.kernel . addSbinPath in builderDefs to use sbin/ in addToEnv . Some catching up in xlaunch.
svn path=/nixpkgs/trunk/; revision=10075
2008-01-04 17:02:12 +00:00
Armijn Hemel 207979c03d update to 3.3
svn path=/nixpkgs/trunk/; revision=10022
2007-12-31 21:03:13 +00:00
Michael Raskin fa272cab14 Fixed bridge-utils, added qemu, tuned builder-defs unpack, added xlaunch - a tool to launch X using everything possible from the job except slim.
svn path=/nixpkgs/trunk/; revision=9985
2007-12-31 08:49:41 +00:00
Michael Raskin a7fada5648 Added Firefox-3b2 (still no idea why it crashes, though), fixed updated FUSE, made relfs_grant add user if none exists
svn path=/nixpkgs/trunk/; revision=9967
2007-12-25 12:29:02 +00:00
Eelco Dolstra 07eedae576 * Linux 2.6.23.12.
svn path=/nixpkgs/trunk/; revision=9965
2007-12-24 13:43:25 +00:00
Eelco Dolstra 5c6cb19b3d * Latest FUSE, sshfs.
svn path=/nixpkgs/trunk/; revision=9964
2007-12-24 13:27:07 +00:00
Michael Raskin 11978272ae Added DVD+RW tools
svn path=/nixpkgs/trunk/; revision=9911
2007-12-11 22:58:44 +00:00
Michael Raskin 306ae4b8b4 Bumped Guile version by applying patch by Ludovic Cuort\`es. Added sdparm.
svn path=/nixpkgs/trunk/; revision=9910
2007-12-11 20:48:52 +00:00
Michael Raskin 58610e801a Added curses variant of util-linux. cfdisk is a fine tool..
svn path=/nixpkgs/trunk/; revision=9870
2007-12-06 19:36:43 +00:00
Marc Weber fb437cf98d exrviewer added (needs ctl openexr openexr_ctl)
fltk update
ilmbase updated
ndiswrapper does compile but has to be integrated into the kernel somehow

svn path=/nixpkgs/trunk/; revision=9863
2007-12-05 21:25:47 +00:00
Michael Raskin c2c528b6fa Added PostgreSQL job.
svn path=/nixpkgs/trunk/; revision=9831
2007-12-03 04:48:44 +00:00
Marc Weber 42ee316fcc Not yet working nfs-utils with dependency
svn path=/nixpkgs/trunk/; revision=9764
2007-11-20 15:55:37 +00:00
Marc Weber 054c33a676 bridge_utils added
svn path=/nixpkgs/trunk/; revision=9750
2007-11-18 10:37:32 +00:00
Wouter den Breejen e20c559e5f I have added a special kernel 2.6.21 with the Con Kolivas patches that are designed to improve system responsiveness with specific emphasis on the desktop, but suitable to any workload. (and also the other patches like ext3cow and paravirt-nvidia)
svn path=/nixpkgs/trunk/; revision=9748
2007-11-17 16:29:15 +00:00
Eelco Dolstra 58873a9e3d * Latest KVM.
svn path=/nixpkgs/trunk/; revision=9566
2007-10-31 16:23:53 +00:00
Eelco Dolstra 2be68dea28 * Doh.
svn path=/nixpkgs/trunk/; revision=9565
2007-10-31 15:54:31 +00:00
Eelco Dolstra dbc1928af6 * Kernel configuration for Linux 2.6.23.
* More compact way to override kernel configuration options, e.g.
  extraFlags = ["CONFIG_NO_HZ=y" "# CONFIG_IRQBALANCE is not set"];

svn path=/nixpkgs/trunk/; revision=9562
2007-10-31 14:39:43 +00:00
Wouter den Breejen f91588a53f Updated builder for nvidia drivers
svn path=/nixpkgs/trunk/; revision=9538
2007-10-27 13:05:19 +00:00
Wouter den Breejen 039449a672 Updated builder to use a * in: /lib/modules/*/build/include/...
svn path=/nixpkgs/trunk/; revision=9518
2007-10-24 14:09:56 +00:00
Wouter den Breejen 02f39c0210 There is a bug in ext3cow causing all rights to reset too root after a remount. The devvers at ext3cow.com are too lazy too release a new version, but the bug is fixed in their svn sources, so ive made a patch from those sources, which ive tested and it works.
svn path=/nixpkgs/trunk/; revision=9515
2007-10-23 17:56:10 +00:00
Michael Raskin 1994bd5b6a Some corrections to 2.6.23-rc8; builds now
svn path=/nixpkgs/trunk/; revision=9383
2007-09-28 20:34:48 +00:00
Michael Raskin 0274e5e95a Added something like linux_2_6_23. Really -rc8. Rationale:
1. Not to forget all the systemKernel choices.
2. To learn new problems, so that adding actual 2.6.23 will be easily done.

svn path=/nixpkgs/trunk/; revision=9381
2007-09-28 09:56:47 +00:00
Eelco Dolstra aae986fcf9 * Linux 2.6.22.9.
svn path=/nixpkgs/trunk/; revision=9377
2007-09-27 15:57:01 +00:00