Eelco Dolstra
7478e316b7
* hdparm 8.7.
...
svn path=/nixpkgs/trunk/; revision=12007
2008-06-07 12:20:19 +00:00
Eelco Dolstra
c955f608a2
* KVM 69. Seems to improve performance quite a bit. In particular it
...
implements the host support for virtio devices in Linux >= 2.6.25
guests. Network performance shows a huge improvement with
virtio_net, which should be good for the build farm (which uses
Samba/CIFS to mount the file system of the host).
* Kernel headers for 2.6.26-rc5 added to build KVM 69. Also added the
2.6.25 headers, which turned out to be too old for KVM 69.
svn path=/nixpkgs/trunk/; revision=11985
2008-06-05 10:59:41 +00:00
Michael Raskin
b534077ffe
Added updated Atheros and fresh HAL version
...
svn path=/nixpkgs/trunk/; revision=11953
2008-06-03 07:41:52 +00:00
Eelco Dolstra
0d0b6afd53
* Latest nvidia driver.
...
svn path=/nixpkgs/trunk/; revision=11949
2008-06-02 13:40:04 +00:00
Eelco Dolstra
961eddeb7d
* Fix for compiling on Linux >= 2.6.24.
...
svn path=/nixpkgs/trunk/; revision=11929
2008-05-29 13:22:12 +00:00
Eelco Dolstra
e466241a8d
* On Linux 2.6.25, the arch files for i386 and x86_64 are unified in
...
arch/x86, so copy them from the right location.
svn path=/nixpkgs/trunk/; revision=11928
2008-05-29 13:21:47 +00:00
Eelco Dolstra
031c022a25
* Fix a regression in klibcShrunk.
...
svn path=/nixpkgs/trunk/; revision=11920
2008-05-28 14:33:49 +00:00
Michael Raskin
e0caa641c0
Packages changes, needed after recent kernel expression restructurisation
...
svn path=/nixpkgs/trunk/; revision=11883
2008-05-22 19:29:23 +00:00
Eelco Dolstra
0aea0db581
* Put all packages that depend on a specific kernel (notably kernel
...
modules) together in an attribute set returned by the function
"kernelPackagesFor" that takes a kernel as argument. For instance,
kernelPackages_2_6_23 is the result of calling this function with
kernel_2_6_23.
This is necessary in NixOS to make it easier to override the kernel:
it's not enough to just specify a different kernel (via the
boot.kernel option), but you also need matching nvidiaDriver, aufs,
iwlwifi, etc. Having a single attribute set that contains all
kernel-related packages makes this much easier.
* The kernel now has a passthru attribute "features" that allows NixOS
expressions to test whether a kernel has certain features. For
instance, the externel "iwlwifi" kernel module package should only
be built on kernels < 2.6.24, as kernels >= 2.6.24 have iwlwifi
support integrated. So the NixOS expressions can do the test
"kernel.features ? iwlwifi" to see if the iwlwifi package should be
built.
Kernel patches can declare additional features. E.g., the fbsplash
patch adds a "fbSplash" feature.
svn path=/nixpkgs/trunk/; revision=11881
2008-05-22 12:01:24 +00:00
Eelco Dolstra
ae972ce4d3
* Linux 2.6.25.4.
...
* Updated AUFS for 2.6.25. Also applied a patch to the kernel that
AUFS needs, unfortunately.
svn path=/nixpkgs/trunk/; revision=11864
2008-05-21 09:19:44 +00:00
Eelco Dolstra
fb790c15e9
* Check against accidentally mixing kernel versions (e.g. Linux 2.6.25
...
with AUFS built against Linux 2.6.23).
svn path=/nixpkgs/trunk/; revision=11784
2008-05-08 15:36:19 +00:00
Eelco Dolstra
e6028ae5f4
* Doh, wrong hash.
...
svn path=/nixpkgs/trunk/; revision=11779
2008-05-08 11:00:18 +00:00
Eelco Dolstra
c30b6e0476
* Linux 2.6.25.2.
...
svn path=/nixpkgs/trunk/; revision=11778
2008-05-08 10:58:22 +00:00
Eelco Dolstra
2fa9669469
* e2fsprogs 1.40.8.
...
svn path=/nixpkgs/trunk/; revision=11776
2008-05-08 10:56:59 +00:00
Ludovic Courtès
800f4d31e9
Fix the iwl4965 firmware (Intel Wi-Fi).
...
svn path=/nixpkgs/trunk/; revision=11770
2008-05-07 12:15:00 +00:00
Eelco Dolstra
c3e2c90fb6
* Linux 2.6.25.1.
...
svn path=/nixpkgs/trunk/; revision=11764
2008-05-06 12:49:37 +00:00
Michael Raskin
60c21a2a38
Updated Atheros MadWiFi driver
...
svn path=/nixpkgs/trunk/; revision=11727
2008-04-26 15:23:17 +00:00
Eelco Dolstra
8d1d839579
* Fix for building Linux 2.6.25.
...
svn path=/nixpkgs/trunk/; revision=11712
2008-04-25 10:22:09 +00:00
Michael Raskin
65bf14f91b
Minor updates
...
svn path=/nixpkgs/trunk/; revision=11708
2008-04-24 17:00:28 +00:00
Eelco Dolstra
64222f4f33
* Linux 2.6.25 (not tested yet).
...
svn path=/nixpkgs/trunk/; revision=11684
2008-04-22 12:01:53 +00:00
Marc Weber
ddc5ab4472
wpa_supplicant updated to 0.6.3
...
svn path=/nixpkgs/trunk/; revision=11662
2008-04-21 08:32:30 +00:00
Ludovic Courtès
f7d9bb93bf
numactl: Fix post-install.
...
svn path=/nixpkgs/trunk/; revision=11657
2008-04-18 14:46:29 +00:00
Ludovic Courtès
aaf6f7b7e4
Add numactl/libnuma, Linux-specific NUMA support tools.
...
svn path=/nixpkgs/trunk/; revision=11656
2008-04-18 14:38:27 +00:00
Michael Raskin
d30797b8ac
Updated gw6c and cleaned up the expression
...
svn path=/nixpkgs/trunk/; revision=11614
2008-04-13 08:23:58 +00:00
Michael Raskin
784d94c258
Adding Berkeley Labs Checkpointing/Restarting kernel module.. Work in progress - does not work with my 2.6.25-rc5-mm1. Maybe works on 2.6.23.. Added just not to comment out from all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=11563
2008-04-11 09:30:46 +00:00
Ludovic Courtès
9231ea99d9
hibernate: Fix impurities.
...
svn path=/nixpkgs/trunk/; revision=11445
2008-04-01 17:31:31 +00:00
Ludovic Courtès
415a837c3d
Add `hibernate', an swsusp/Tux-on-Ice convenience script.
...
svn path=/nixpkgs/trunk/; revision=11438
2008-04-01 14:02:54 +00:00
Ludovic Courtès
1a64758585
Add Linux nfs-utils.
...
svn path=/nixpkgs/trunk/; revision=11367
2008-03-30 17:42:49 +00:00
Michael Raskin
58a111421e
Added jfsrec - JFS recovery tool
...
svn path=/nixpkgs/trunk/; revision=11318
2008-03-28 11:16:43 +00:00
Michael Raskin
112c78fa5c
Added JFS utils and XFS progs
...
svn path=/nixpkgs/trunk/; revision=11313
2008-03-27 19:12:14 +00:00
Eelco Dolstra
67af514783
* Another purity fix: don't check for /usr/include/linux/aio.h.
...
svn path=/nixpkgs/trunk/; revision=11298
2008-03-27 10:22:12 +00:00
Eelco Dolstra
b5da9e1d55
* Fixed an impurity in libcap that causes it to fail on non-NixOS
...
systems: the makefile determines whether to build with PAM support
by doing
PAM_CAP ?= $(shell if [ -f /usr/include/security/pam_modules.h ]; then echo yes ; else echo no ; fi)
svn path=/nixpkgs/trunk/; revision=11285
2008-03-26 09:37:09 +00:00
Michael Raskin
4ec702d2ab
Added generic functionality for custom kernels.
...
svn path=/nixpkgs/trunk/; revision=11275
2008-03-24 19:39:42 +00:00
Michael Raskin
0dfa801a82
Updated builderDefs style. Now more things are overridable. Needed to fix build with custom kernels.
...
svn path=/nixpkgs/trunk/; revision=11274
2008-03-24 19:39:12 +00:00
Eelco Dolstra
71d50c6b25
* Purity: nss_ldap build failed when /etc/ldap.conf did not exist.
...
svn path=/nixpkgs/trunk/; revision=11271
2008-03-24 16:00:22 +00:00
Marc Weber
91dd7e2b86
fix: tunctl is build again (also added check)
...
svn path=/nixpkgs/trunk/; revision=11222
2008-03-20 11:36:31 +00:00
Eelco Dolstra
ed9107e33c
* kernelscripts: seems to be obsolete.
...
svn path=/nixpkgs/trunk/; revision=11151
2008-03-17 09:44:14 +00:00
Ludovic Courtès
76ac9b3b86
tcp-wrapper: Install header files.
...
svn path=/nixpkgs/trunk/; revision=11137
2008-03-15 22:51:05 +00:00
Ludovic Courtès
ac2f2f6cc5
Add `tcp-wrapper'.
...
svn path=/nixpkgs/trunk/; revision=11136
2008-03-15 22:41:31 +00:00
Eelco Dolstra
4624c8bc3f
* klibShrunk: just the klibc binaries without header files etc; useful
...
for installation in initrds.
svn path=/nixpkgs/trunk/; revision=11125
2008-03-14 13:46:47 +00:00
Eelco Dolstra
8c092a1940
* Support setting the path to smbd (we can't put it in /usr/sbin/smbd
...
on NixOS).
svn path=/nixpkgs/trunk/; revision=11061
2008-03-11 16:50:53 +00:00
Eelco Dolstra
bc8eb14767
* Hack to get KVM to build again.
...
svn path=/nixpkgs/trunk/; revision=11038
2008-03-10 15:24:42 +00:00
Wouter den Breejen
f9998954b8
New Ext3cow version with some bugs resolved. Updated ext3cow kernel-patch, e3cfsprogs and ext3cow-tools
...
svn path=/nixpkgs/trunk/; revision=11027
2008-03-09 20:06:42 +00:00
Eelco Dolstra
ac8f511b88
* Fix dietlibc on x86_64.
...
svn path=/nixpkgs/trunk/; revision=11014
2008-03-07 15:36:21 +00:00
Michael Raskin
8b48a5c731
Fixed e2fsprogs - install libs needed for testdisk
...
svn path=/nixpkgs/trunk/; revision=11004
2008-03-07 05:51:59 +00:00
Eelco Dolstra
f41df276c6
e2fsprogs: drop the gettext dependency.
...
svn path=/nixpkgs/trunk/; revision=10992
2008-03-06 16:10:01 +00:00
Eelco Dolstra
e75e52f61f
* HAL 0.5.10.
...
svn path=/nixpkgs/trunk/; revision=10985
2008-03-06 13:06:32 +00:00
Eelco Dolstra
282c8421d5
* e2fsprogs 1.40.7.
...
svn path=/nixpkgs/trunk/; revision=10981
2008-03-06 12:08:19 +00:00
Eelco Dolstra
f210ada337
* NVIDIA driver 169.12.
...
svn path=/nixpkgs/trunk/; revision=10980
2008-03-06 12:07:50 +00:00
Eelco Dolstra
0a8f71fb9c
* Linux 2.6.23.17.
...
svn path=/nixpkgs/trunk/; revision=10943
2008-03-04 11:07:37 +00:00