Eelco Dolstra
6e4a53de74
* dmidecode 2.10.
...
svn path=/nixpkgs/trunk/; revision=16678
2009-08-11 20:43:39 +00:00
Eelco Dolstra
80b0d89ff0
* bluez: store state under /var.
...
svn path=/nixpkgs/trunk/; revision=16651
2009-08-10 18:24:20 +00:00
Eelco Dolstra
098626dc86
* hport is in network order, so it needs to be converted back to host
...
order...
* Remove the socket file automatically.
svn path=/nixpkgs/trunk/; revision=16602
2009-08-07 09:54:03 +00:00
Eelco Dolstra
b7b4757ae4
* Added bluez, the Bluetooth stack for Linux.
...
svn path=/nixpkgs/trunk/; revision=16594
2009-08-05 20:29:36 +00:00
Eelco Dolstra
2ae0060bde
* qemu-kvm: a quick hack to support connecting a Unix domain socket on
...
the host to a TCP port on the guest. This will be useful for
automated testing using QEMU virtual machines. Using TCP ports on
the host is insecure and hard to manage (since you need to pick an
available host port).
For example:
$ qemu-system-x86_64 ... -redir tcp:65535::514
creates a Unix domain socket `./65535.socket' on the host. (There
is no proper syntax yet, so as a hack all host "ports" above 0xff00
are treated in this way.) Connections to that socket are then
forwarded to TCP port 514 on the guest. So the guest can do
$ nc -l -p 514 -e /bin/sh
to execute a shell for incoming connections on port 514, and then
the host can do
$ socat stdio ./65535.socket
to run a shell on the guest.
svn path=/nixpkgs/trunk/; revision=16593
2009-08-05 17:26:39 +00:00
Eelco Dolstra
a82d1e3d63
* Revert the NVIDIA driver to the previous version. The new one
...
doesn't work (black screen on startup).
svn path=/nixpkgs/trunk/; revision=16588
2009-08-05 08:54:13 +00:00
Eelco Dolstra
df2f9ee836
* Urgh.
...
svn path=/nixpkgs/trunk/; revision=16584
2009-08-04 16:03:41 +00:00
Eelco Dolstra
c7dd5c04fc
* Obsolete comment.
...
svn path=/nixpkgs/trunk/; revision=16583
2009-08-04 16:03:13 +00:00
Eelco Dolstra
84c7717cd5
* qemu-kvm is the upstream renaming of the kvm package. It no longer
...
contains the kernel module, which we didn't build anyway. The kvm
package can be deleted eventually.
svn path=/nixpkgs/trunk/; revision=16582
2009-08-04 16:02:27 +00:00
Eelco Dolstra
af3b8475ff
* Remove some old KVM versions.
...
svn path=/nixpkgs/trunk/; revision=16581
2009-08-04 15:57:12 +00:00
Michael Raskin
25b3fe32ad
Adding myself as a maintainer of some of the packages
...
svn path=/nixpkgs/trunk/; revision=16572
2009-08-04 07:49:16 +00:00
Eelco Dolstra
8abae778b8
* Latest NVIDIA driver.
...
svn path=/nixpkgs/trunk/; revision=16558
2009-08-03 12:18:50 +00:00
Eelco Dolstra
e8dbd26bee
* Linux 2.6.27.29.
...
svn path=/nixpkgs/trunk/; revision=16554
2009-08-03 10:04:20 +00:00
Michael Raskin
be5fc98c97
Really non-PAE configuration this time
...
svn path=/nixpkgs/trunk/; revision=16552
2009-08-03 09:25:57 +00:00
Michael Raskin
3baa3663c9
Try newer -RC kernel
...
svn path=/nixpkgs/trunk/; revision=16504
2009-07-29 18:10:26 +00:00
Lluís Batlle i Rossell
d4aedd92cc
I revert my changes to get nixpkgs working on armv5tel-linux.
...
I thought I didn't change stdenv, but I did. This will go soon into the stdenv
branch then.
Reverse-merging r16467 through r16465.
svn path=/nixpkgs/trunk/; revision=16468
2009-07-26 22:47:33 +00:00
Lluís Batlle i Rossell
532fc4a05d
Adding armv5tel to the 'if' checks in stdenv, gcc-wrapper and kernel headers
...
svn path=/nixpkgs/trunk/; revision=16466
2009-07-26 21:48:10 +00:00
Eelco Dolstra
aaca21fcff
* iproute2 updated to 2.6.29-1.
...
svn path=/nixpkgs/trunk/; revision=16446
2009-07-23 21:34:53 +00:00
Eelco Dolstra
4bc2468913
* iptables updated to 1.4.4.
...
svn path=/nixpkgs/trunk/; revision=16440
2009-07-23 18:16:24 +00:00
Michael Raskin
35f22c0afb
Reverting AUFS update
...
svn path=/nixpkgs/trunk/; revision=16392
2009-07-16 11:39:03 +00:00
Michael Raskin
2b51bd8c6b
Use a fresh checkout
...
svn path=/nixpkgs/trunk/; revision=16391
2009-07-16 11:22:57 +00:00
Michael Raskin
56b232c4cb
Update AUFS
...
svn path=/nixpkgs/trunk/; revision=16389
2009-07-16 11:02:37 +00:00
Michael Raskin
15bec036fa
Add 2.6.31-rc2 kernel for now : rc3 has a BtrFS stability regression
...
svn path=/nixpkgs/trunk/; revision=16384
2009-07-16 06:30:25 +00:00
Michael Raskin
8eefb03231
Fix typo
...
svn path=/nixpkgs/trunk/; revision=16383
2009-07-15 21:09:17 +00:00
Michael Raskin
0865385a29
Add a config for older x86 processors without PAE support. Turn off PAT for a good measure, too
...
svn path=/nixpkgs/trunk/; revision=16382
2009-07-15 21:01:24 +00:00
Michael Raskin
57c8392eee
Fixed cmdline override in 2.6.31-rc3 kernel config
...
svn path=/nixpkgs/trunk/; revision=16362
2009-07-14 19:24:10 +00:00
Michael Raskin
a310f4f2a0
Forgot to turn off debugging options in all-mod-config..
...
svn path=/nixpkgs/trunk/; revision=16347
2009-07-14 10:23:45 +00:00
Michael Raskin
396ae631ea
Add AMD64 config for 2.6.31-rc3
...
svn path=/nixpkgs/trunk/; revision=16346
2009-07-14 09:57:51 +00:00
Michael Raskin
64c89c7532
Oops, mixed up hashes
...
svn path=/nixpkgs/trunk/; revision=16345
2009-07-14 09:18:22 +00:00
Michael Raskin
ad2f62980a
Try building a really full-featured configuration of the fresh Linux kernel pre-release
...
svn path=/nixpkgs/trunk/; revision=16344
2009-07-14 09:13:59 +00:00
Michael Raskin
1744fe5183
Adding statifier, a tool to make pseudostatic binaries. Unfortunately, statified NixOS-built binaries segfault on Ubuntu..
...
svn path=/nixpkgs/trunk/; revision=16291
2009-07-09 21:34:29 +00:00
Michael Raskin
900f96fe8a
Build btrfs-image, although it was mistakenly omitted in release Makefile
...
svn path=/nixpkgs/trunk/; revision=16226
2009-07-07 21:47:28 +00:00
Michael Raskin
f4a5ef043d
Update BtrFS progs. Note: incompatible with older kernels - like 2.6.30
...
svn path=/nixpkgs/trunk/; revision=16205
2009-07-07 10:02:53 +00:00
Eelco Dolstra
bfadd94cec
* Kernel updates.
...
svn path=/nixpkgs/trunk/; revision=16155
2009-07-03 09:11:46 +00:00
Eelco Dolstra
674211ac9d
* Revive klibc 1.5 for now since vmtools still uses its insmod.
...
svn path=/nixpkgs/trunk/; revision=16040
2009-06-25 08:22:51 +00:00
Eelco Dolstra
1df4221cb3
* klibc 1.5.15. Fixes a segfault in cpio.
...
svn path=/nixpkgs/trunk/; revision=16020
2009-06-22 14:14:58 +00:00
Rob Vermaas
1c3f49e06f
* Changed version of gcc to 4.0.1 - 5484 on darwin
...
* Added dsymutil to gcc wrapper env on darwin
* turned off make check for gnugrep on darwin
* added --enable-bsd=libs configure flag for gnugrep on darwin
svn path=/nixpkgs/trunk/; revision=16014
2009-06-21 18:37:54 +00:00
Eelco Dolstra
d0b03cbe1a
* The vidmode patch was kind of broken (it didn't zero-terminate the
...
`mode' buffer).
svn path=/nixpkgs/trunk/; revision=16009
2009-06-19 14:26:04 +00:00
Eelco Dolstra
445598ad4c
* Support the "vga" kernel command line option when using the -kernel
...
option. Patch from
http://www.mail-archive.com/qemu-commits@nongnu.org/msg00202.html .
svn path=/nixpkgs/trunk/; revision=15997
2009-06-18 15:55:38 +00:00
Eelco Dolstra
85479e92d1
* Linux 2.6.29.5.
...
* Build the PC speaker as a module. This allows people who are
annoyed by beeps (e.g. users of Dell Latitude D6xx laptops) to get
rid of them :-)
svn path=/nixpkgs/trunk/; revision=15983
2009-06-17 12:26:22 +00:00
Eelco Dolstra
49d141ed01
* Work around a bizarre bug that causes nvidia-settings to be able to
...
find libXrandr when invoked as "nvidia-settings", but not when
invoked by absolute path
(e.g. "/var/run/current-system/sw/bin/nvidia-settings"). Adding it
to libGL's RUNPATH fixes this. Strangely, libGL doesn't even
contain a reference to libXrandr.
svn path=/nixpkgs/trunk/; revision=15971
2009-06-16 12:51:35 +00:00
Eelco Dolstra
85978b1efa
* e2fsprogs updated to 1.41.6. Also keep the previous version around
...
so that we don't have to rebuild everything that depends on libuuid
(such as all X programs).
svn path=/nixpkgs/trunk/; revision=15964
2009-06-15 16:45:48 +00:00
Eelco Dolstra
588eb7a351
* Linux 2.6.27.25.
...
svn path=/nixpkgs/trunk/; revision=15962
2009-06-15 15:05:42 +00:00
Eelco Dolstra
47eb07cfeb
* Latest NVIDIA driver.
...
svn path=/nixpkgs/trunk/; revision=15944
2009-06-12 12:56:03 +00:00
Eelco Dolstra
a0399dd8a2
* mksquashfs needs pthread_cancel.
...
svn path=/nixpkgs/trunk/; revision=15925
2009-06-10 13:29:12 +00:00
Eelco Dolstra
e559192847
* Fix module installation.
...
svn path=/nixpkgs/trunk/; revision=15887
2009-06-07 21:49:14 +00:00
Eelco Dolstra
86e3458dd7
* Linux 2.6.29. It doesn't build yet due to some depmod problem.
...
svn path=/nixpkgs/trunk/; revision=15884
2009-06-06 23:09:38 +00:00
Eelco Dolstra
50e91e3fdd
* kbd updated to 1.15.
...
svn path=/nixpkgs/trunk/; revision=15880
2009-06-05 17:16:14 +00:00
Eelco Dolstra
57cf606d47
* squashfs tools: updated to 4.0.
...
svn path=/nixpkgs/trunk/; revision=15873
2009-06-05 13:52:24 +00:00
Eelco Dolstra
97ad838137
* KVM 86. This one finally seems to have decent CIFS performance
...
again.
svn path=/nixpkgs/trunk/; revision=15825
2009-06-02 15:59:42 +00:00
Eelco Dolstra
6645fcb0c5
* Oops.
...
svn path=/nixpkgs/trunk/; revision=15821
2009-06-02 12:29:40 +00:00
Eelco Dolstra
32aa1eacf3
* Linux 2.6.27.24, 2.6.28.10.
...
svn path=/nixpkgs/trunk/; revision=15819
2009-06-02 09:48:01 +00:00
Eelco Dolstra
2d8003ff6d
* NVIDIA X11 driver updated to 180.60.
...
svn path=/nixpkgs/trunk/; revision=15818
2009-06-02 09:47:48 +00:00
Marc Weber
f7f938a1d1
big breaking change: renaming lib.getAttr to lib.attrByPath
...
getAttr was ambiguous. It's also a builtin function
fix
svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber
88eb04c0dc
adding zenity to gnome desktop nix expressions
...
making it possible to build metacity and gconf-editor
patch provided by Christoph Herbst
svn path=/nixpkgs/trunk/; revision=15681
2009-05-20 17:39:18 +00:00
Eelco Dolstra
84e60bf3c8
* Latest e2fsprogs.
...
svn path=/nixpkgs/trunk/; revision=15679
2009-05-20 17:13:51 +00:00
Marc Weber
52647ea3b0
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
...
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Sander van der Burg
b4d94e82cd
Modified WPA supplicant expression so that it includes an icon
...
svn path=/nixpkgs/trunk/; revision=15588
2009-05-13 10:56:53 +00:00
Sander van der Burg
2a633e75c8
Added qt4 gui front-end package for WPA supplicant
...
svn path=/nixpkgs/trunk/; revision=15578
2009-05-12 18:52:48 +00:00
Michael Raskin
e420d8f5d4
Update kQemu source location
...
svn path=/nixpkgs/trunk/; revision=15543
2009-05-10 21:22:36 +00:00
Michael Raskin
63d9ef7a99
Make fbterm build
...
svn path=/nixpkgs/trunk/; revision=15530
2009-05-10 12:29:36 +00:00
Michael Raskin
d688b5f57e
Fixing jfsrec
...
svn path=/nixpkgs/trunk/; revision=15483
2009-05-07 07:00:31 +00:00
Michael Raskin
65a87fefd5
Fix kernel builder - fails, depending on FS behavior
...
svn path=/nixpkgs/trunk/; revision=15437
2009-05-04 10:51:51 +00:00
Michael Raskin
76863c4bf7
Pull one more part of the Debian patch. Now AUFS allows to boot LiveCD
...
svn path=/nixpkgs/trunk/; revision=15429
2009-05-03 11:29:08 +00:00
Michael Raskin
f720a8186b
Debian fixes for AUFS build on 2.6.29+
...
svn path=/nixpkgs/trunk/; revision=15426
2009-05-03 10:46:59 +00:00
Michael Raskin
10b1740dab
Copy all the headers already - problems with module building seem to be worse than hdd usage
...
svn path=/nixpkgs/trunk/; revision=15423
2009-05-02 14:18:22 +00:00
Marc Weber
94a01668a1
cleaned up and fixed autofs v5
...
svn path=/nixpkgs/trunk/; revision=15419
2009-05-01 05:42:32 +00:00
Marc Weber
fac6cc37f2
adding automount 5
...
svn path=/nixpkgs/trunk/; revision=15410
2009-04-30 02:37:00 +00:00
Eelco Dolstra
210ba6316e
* Urgh. Some files that had been deleted in the trunk came back
...
through the stdenv-updates merge (probably because they had been
modified in the branch).
svn path=/nixpkgs/trunk/; revision=15403
2009-04-29 16:19:57 +00:00
Eelco Dolstra
fe1d110fc2
* Firmware for the Intel 5000 wireless cards.
...
svn path=/nixpkgs/trunk/; revision=15395
2009-04-29 14:50:59 +00:00
Eelco Dolstra
0fc49de3cb
* Added hal-info.
...
svn path=/nixpkgs/trunk/; revision=15385
2009-04-28 21:59:09 +00:00
Eelco Dolstra
955b111f9a
svn path=/nixpkgs/trunk/; revision=15378
2009-04-28 14:08:18 +00:00
Eelco Dolstra
213fff3ca0
* Updated HAL to 0.5.11. Passed gperf and patched a Makefile to
...
ensure that it installs policy/10osvendor/10-keymap.fdi, which the
evdev driver in X.org relies on.
svn path=/nixpkgs/trunk/; revision=15342
2009-04-27 23:01:20 +00:00
Eelco Dolstra
3ae548a124
* Latest NVIDIA driver.
...
svn path=/nixpkgs/trunk/; revision=15339
2009-04-27 18:28:09 +00:00
Eelco Dolstra
09fd56cc9e
* Upstart in the stdenv branch is incompatible with Upstart in the
...
trunk: it segfaults when it tries to start the new Upstart, which
locks up the entire system. This may be because of the different
Glibc, or something. In any case, require a reboot.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15314
2009-04-25 22:48:48 +00:00
Eelco Dolstra
5a2284ac61
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15313
2009-04-25 22:45:32 +00:00
Eelco Dolstra
f7454eae9c
* Be able to cope with future changes to Upstart.
...
svn path=/nixpkgs/trunk/; revision=15311
2009-04-25 22:36:33 +00:00
Eelco Dolstra
7689a348c4
* Got rid of a lot of "postInstall=postInstall" and similar lines in
...
builders. These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations. This is done
automatically now if setupHook is set.
* Deleted the initscripts package. NixOS doesn't use it anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Eelco Dolstra
f762b50991
* Another sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
2009-04-23 11:59:43 +00:00
Eelco Dolstra
eaac5230f2
* Fix splashutils.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15260
2009-04-22 23:13:21 +00:00
Eelco Dolstra
a951fc2050
* Upstart doesn't like dynamic linking.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15239
2009-04-22 07:19:22 +00:00
Eelco Dolstra
94d7d1fdbb
* Got rid of all --disable-static flags; they're redundant now.
...
* Also a bunch of style cleanups (tabs, with args, ...).
svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
Sander van der Burg
be04acaf45
Reengineered ALSA expression and patched alsaLib to prevent compilation errors
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15206
2009-04-21 09:56:02 +00:00
Eelco Dolstra
089eef511c
* Module aggregator: use buildEnv, which is much faster because it
...
creates symlinks lazily (i.e., it creates a single symlink to an
entire tree unless another input has an overlapping tree). As a
result it creates only a few dozen symlinks instead of ~ 12000
(which can take almost 2 minutes on my laptop).
svn path=/nixpkgs/branches/stdenv-updates/; revision=15200
2009-04-20 19:13:40 +00:00
Eelco Dolstra
1807907e6d
* The NVIDIA driver looks for libXrandr, so it's probably
...
best to provide it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15193
2009-04-20 16:54:16 +00:00
Eelco Dolstra
32c7cb7a1d
* sdparm: the previous URL was broken.
...
svn path=/nixpkgs/trunk/; revision=15084
2009-04-16 12:23:53 +00:00
Eelco Dolstra
a4c304ef84
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15065
2009-04-15 13:25:01 +00:00
Eelco Dolstra
2773c38d33
* Updated AUFS to the final revision of the aufs1 codeline. This
...
seems to work fine on Linux 2.6.28.
svn path=/nixpkgs/trunk/; revision=15060
2009-04-15 10:12:51 +00:00
Lluís Batlle i Rossell
77d98fd0a3
Revert "Updating the nvidia x86_64 src (I don't know what's new - I simply saw a new package available)"
...
Eelco told me they only increase the number of prebuild modules in each higher pkg number,
which we don't use, so we better use the smallest pkg0.
This reverts commit r15048
svn path=/nixpkgs/trunk/; revision=15050
2009-04-15 08:24:41 +00:00
Lluís Batlle i Rossell
ec9e431b07
Updating the nvidia x86_64 src (I don't know what's new - I simply saw a new package available)
...
svn path=/nixpkgs/trunk/; revision=15048
2009-04-15 07:00:26 +00:00
Lluís Batlle i Rossell
d52ec14cb4
Updating the kqemu src url.
...
svn path=/nixpkgs/trunk/; revision=14982
2009-04-10 15:36:55 +00:00
Eelco Dolstra
2eb05cf933
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
2009-04-09 12:19:57 +00:00
Eelco Dolstra
4962864417
* Fixed the mount-cifs source URL (copied from the stdenv-branch).
...
svn path=/nixpkgs/trunk/; revision=14958
2009-04-09 08:12:16 +00:00
Eelco Dolstra
801b5fd701
* wpa_supplicant 0.6.9.
...
svn path=/nixpkgs/trunk/; revision=14879
2009-04-04 00:21:21 +00:00
Michael Raskin
a2803bc5c3
added btrfs utilities
...
svn path=/nixpkgs/trunk/; revision=14818
2009-04-01 05:42:07 +00:00
Michael Raskin
9379c34b11
Renable preConfigure for kernel builder. Actually needed by custom kernel
...
Linux kernel 2.6.29 (release) has a slightly changed Makefile. They now add the prefix for depmod. So in NixOS "make modules_install" fails on depmod. To fix it, our old '/-b \$(INSTALL_MOD_PATH) -r/d' should be replaced with '/-b \$(INSTALL_MOD_PATH)/d'.
svn path=/nixpkgs/trunk/; revision=14811
2009-03-31 20:10:05 +00:00
Eelco Dolstra
d27514cb28
* Sync with the trunk once more.
...
* Turn on everything in Hydra.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
2009-03-31 15:30:47 +00:00
Eelco Dolstra
acca11b49c
* Got rid of the old util-linux; use util-linux-ng instead.
...
svn path=/nixpkgs/trunk/; revision=14799
2009-03-31 09:26:47 +00:00
Eelco Dolstra
105f9f7b80
* Some kernel updates.
...
svn path=/nixpkgs/trunk/; revision=14790
2009-03-30 15:02:17 +00:00
Eelco Dolstra
0b931eae66
* nvidia / nvidiaDrivers -> nvidia-x11.
...
svn path=/nixpkgs/trunk/; revision=14787
2009-03-30 14:54:06 +00:00
Eelco Dolstra
d9212aaaf8
* nvidia-x11 updated to 180.44.
...
svn path=/nixpkgs/trunk/; revision=14785
2009-03-30 14:50:00 +00:00
Eelco Dolstra
7104e93859
* mount-cifs.c: make it compile on GCC 4.3. The new source is just
...
the old one (which has disappeared along with Samba's SVN repo) with
a #include <limits.h> applied. The latest source from Samba's Git
repo doesn't easily compile.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14783
2009-03-30 14:32:53 +00:00
Wouter den Breejen
05f03cd34e
not working as well as i thought...
...
svn path=/nixpkgs/trunk/; revision=14765
2009-03-29 21:04:57 +00:00
Wouter den Breejen
2dce53aa55
pam-smbpass
...
svn path=/nixpkgs/trunk/; revision=14763
2009-03-29 20:55:05 +00:00
Wouter den Breejen
baf11ef4b0
pam-smbpass
...
svn path=/nixpkgs/trunk/; revision=14762
2009-03-29 20:54:01 +00:00
Michael Raskin
cf0010d338
Gateway6 client update
...
svn path=/nixpkgs/trunk/; revision=14746
2009-03-28 15:22:52 +00:00
Eelco Dolstra
58ae185001
* Latest ntfs-3g, FUSE.
...
svn path=/nixpkgs/trunk/; revision=14696
2009-03-25 10:55:40 +00:00
Eelco Dolstra
3593b97d63
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
2009-03-16 12:45:27 +00:00
Ludovic Courtès
b161fd2921
Linux: Build the `sdhci' module, for Ricoh SD readers.
...
svn path=/nixpkgs/trunk/; revision=14541
2009-03-15 14:03:59 +00:00
Eelco Dolstra
f8641d34a2
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=14486
2009-03-10 09:05:43 +00:00
Armijn Hemel
a61ee3644c
bump powertop to 1.11
...
svn path=/nixpkgs/trunk/; revision=14458
2009-03-09 13:53:48 +00:00
Eelco Dolstra
fcad0b0a5a
* Cleaned up a lot of description fields that contained newlines.
...
Some of these should be longDescriptions, but most others just
shouldn't contain newlines. E.g. write
description = "Bla";
and not
description = ''
Bla
'';
This pollutes "nix-env -qa --description" output.
svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Lluís Batlle i Rossell
301c3d31c9
Adding tunctl. I didn't know how to build the manpage, though.
...
svn path=/nixpkgs/trunk/; revision=14290
2009-03-01 21:34:39 +00:00
Lluís Batlle i Rossell
247ad8bfcf
Adding LUKS cryptsetup for the devicemapper.
...
svn path=/nixpkgs/trunk/; revision=14289
2009-03-01 11:11:21 +00:00
Ludovic Courtès
e221d7ce61
TCP Wrappers: Use the Debian patches.
...
It has the following side effects (among others):
* Fix compilation on x86_64. We now only install the shared
library and one of the Debian patches makes sure its objects
are compiled with `-fPIC'.
* Provide IPv6 support.
* Fix man pages.
* Fix `linux' makefile target.
svn path=/nixpkgs/trunk/; revision=14255
2009-02-26 09:53:31 +00:00
Michael Raskin
edfe20b2ac
Fixes implemented inside kqemu expression
...
svn path=/nixpkgs/trunk/; revision=14234
2009-02-24 21:17:54 +00:00
Michael Raskin
958a01ffa6
These changes to kernel builder are obviously needed. kQemu is built, but causes kernel oops
...
svn path=/nixpkgs/trunk/; revision=14213
2009-02-24 05:10:36 +00:00
Lluís Batlle i Rossell
f9b79d752a
Fixing in general the module construction (there were wrong paths in modules/build). Now kqemu works well for me, for instance. I will take the commit back, if it annoys anyone.
...
svn path=/nixpkgs/trunk/; revision=14192
2009-02-22 20:49:35 +00:00
Eelco Dolstra
a6a74c53f8
* Latest 2.6.{27,28} kernels.
...
svn path=/nixpkgs/trunk/; revision=14136
2009-02-20 10:56:00 +00:00
Eelco Dolstra
539239d66d
* KVM 84. CIFS/Samba performance still broken.
...
* Kernel headers: KVM expects a include/linux/asm-x86 symlink, so
provide it.
svn path=/nixpkgs/trunk/; revision=14113
2009-02-18 14:53:14 +00:00
Eelco Dolstra
bd124ec21a
* Various PAM updates.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14109
2009-02-18 11:40:32 +00:00
Eelco Dolstra
2607a78df9
* Use the 2.6.28.5 kernel headers. In particular this fixes this bug:
...
http://bugs.gentoo.org/show_bug.cgi?format=multiple&id=252721
E.g. the hal compile broke because of this.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14101
2009-02-17 15:32:53 +00:00
Eelco Dolstra
090e1f1180
* alsa-util suddenly needs --disable-xmlto. Don't know why. Also got
...
rid of some old versions.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14062
2009-02-12 22:31:23 +00:00
Eelco Dolstra
390695e73f
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14057
2009-02-12 21:16:55 +00:00
Eelco Dolstra
ec9a796ee6
* libsmbios updated to 2.0.3, which builds on GCC 4.3.
...
There is a newer version (2.2.x), but it requires Python,
which I'd rather avoid in the NixOS base system (it's
already large enough).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14047
2009-02-12 19:18:16 +00:00
Eelco Dolstra
efa1bf9cb5
* Added acpid, a daemon that monitors ACPI events.
...
svn path=/nixpkgs/trunk/; revision=14026
2009-02-10 23:12:18 +00:00
Eelco Dolstra
5e3c509cb8
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=14019
2009-02-10 11:10:12 +00:00
Eelco Dolstra
268148c794
* Latest NVIDIA driver. Hopefully this fixes my suspend-to-RAM problems.
...
Also, use the pkg0 download, since pkg1/pkg2 apparently just contain
precompiled modules that we don't need.
svn path=/nixpkgs/trunk/; revision=14018
2009-02-10 11:06:41 +00:00
Michael Raskin
b47bdfc6f7
kqemu seems to need it on most kernels
...
svn path=/nixpkgs/trunk/; revision=14003
2009-02-08 13:22:26 +00:00
Eelco Dolstra
987c01630a
svn path=/nixpkgs/branches/stdenv-updates/; revision=13971
2009-02-03 10:39:48 +00:00
Eelco Dolstra
a6867fa9a3
* Linux 2.6.28.3.
...
svn path=/nixpkgs/trunk/; revision=13963
2009-02-02 19:00:30 +00:00
Eelco Dolstra
0618e2cd68
* e2fsprogs 1.41.4.
...
svn path=/nixpkgs/trunk/; revision=13962
2009-02-02 19:00:20 +00:00
Eelco Dolstra
c584bb878a
* Sync with trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13903
2009-01-29 16:33:02 +00:00
Eelco Dolstra
b48cc44ebf
* klibc: install statically linked binaries as well.
...
* klibc: build against the regular kernel headers instead of depending
on a kernel build. This way we don't have to rebuild klibc every
time the kernel changes.
* splashutils 1.3: compile properly with a klibc that uses unpatched
kernel headers.
svn path=/nixpkgs/trunk/; revision=13900
2009-01-29 15:44:37 +00:00
Eelco Dolstra
858cf3cdcb
* Wrong hash.
...
svn path=/nixpkgs/trunk/; revision=13899
2009-01-29 11:00:56 +00:00
Eelco Dolstra
e5349d1716
* Linux 2.6.27.13 and 2.6.28.2.
...
svn path=/nixpkgs/trunk/; revision=13887
2009-01-27 14:56:17 +00:00
Eelco Dolstra
8b9fb752b6
* mingetty 1.08.
...
svn path=/nixpkgs/trunk/; revision=13884
2009-01-27 14:14:42 +00:00
Ludovic Courtès
d17d9dfb39
ALSA 1.0.19.
...
svn path=/nixpkgs/trunk/; revision=13808
2009-01-19 20:21:23 +00:00
Michael Raskin
4e9b120ad2
small fixes to build custom kernel
...
svn path=/nixpkgs/trunk/; revision=13795
2009-01-17 13:40:12 +00:00
Eelco Dolstra
dc8e9933f9
* Fixed URL.
...
svn path=/nixpkgs/trunk/; revision=13792
2009-01-17 13:08:04 +00:00
Eelco Dolstra
c1579d2e78
* stdenv branch: synced with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13785
2009-01-16 10:59:27 +00:00
Eelco Dolstra
4eedf7dae8
* Install the arch-specific headers for Linux <= 2.6.27 properly
...
again.
svn path=/nixpkgs/trunk/; revision=13783
2009-01-16 10:28:18 +00:00
Eelco Dolstra
89364df3e9
svn path=/nixpkgs/trunk/; revision=13781
2009-01-15 16:22:01 +00:00
Eelco Dolstra
7df6cdf6da
* Doh.
...
svn path=/nixpkgs/trunk/; revision=13780
2009-01-15 15:59:59 +00:00
Eelco Dolstra
f89876974e
* Use the generic kernel builder.
...
svn path=/nixpkgs/trunk/; revision=13779
2009-01-15 15:54:24 +00:00
Eelco Dolstra
a0670a904e
* Reduce duplication between kernel expressions.
...
svn path=/nixpkgs/trunk/; revision=13778
2009-01-15 15:40:23 +00:00
Eelco Dolstra
2188660f2d
* CONFIG_LSF should be set on i686, otherwise ext4 can't even mount
...
filesystems created by mkfs.ext4 with default options.
svn path=/nixpkgs/trunk/; revision=13777
2009-01-15 15:11:14 +00:00
Eelco Dolstra
739ef5e82a
* Various hacks needed to get the NVIDIA driver to build on
...
Linux 2.6.28. In particular the arch-specific headers
are in a different place now. (I'd like to do "make
headers_install", but it doesn't install all the headers
that are needed to build external kernel modules. What
a mess.)
* Add Linux 2.6.28 to the channel.
svn path=/nixpkgs/trunk/; revision=13775
2009-01-15 15:00:30 +00:00
Eelco Dolstra
eeb63a3ed4
* Latest splashutils.
...
svn path=/nixpkgs/trunk/; revision=13774
2009-01-15 14:58:50 +00:00
Eelco Dolstra
164e1a7ff2
* Latest Intel 3945/4965 wireless firmwares. Actually there are newer
...
versions, but they're apparently for Linux >= 2.6.29 (e.g. they
provide iwlwifi-3945-2.ucode instead of iwlwifi-3945-1.ucode).
svn path=/nixpkgs/trunk/; revision=13771
2009-01-15 10:36:21 +00:00
Eelco Dolstra
1a3a6835c2
* KVM 82.
...
* Kernel headers for Linux 2.6.28.
svn path=/nixpkgs/trunk/; revision=13755
2009-01-13 12:40:58 +00:00
Eelco Dolstra
6c0b144efc
* Linux 2.6.27.10.
...
svn path=/nixpkgs/trunk/; revision=13752
2009-01-13 09:05:05 +00:00
Peter Simons
6fb297513a
Committing Lluís Batlle's submissions from mailing list posting
...
<45219fb00901110456i6f21db35tbd1894eaea2146ff@mail.gmail.com>:
* nixpkgs-ccrypt-1.7-new.patch
* nixpkgs-cmake-add-ccmake.patch
* nixpkgs-cpufrequtils-005-new.patch
* nixpkgs-dwm-5.1-fix.patch
* nixpkgs-freeimage-3.11.0-new.patch
* nixpkgs-proxychains-3.1-new.patch
* nixpkgs-psi-to-0.12.patch
* nixpkgs-skype-to-2.0.0.72.patch
* nixpkgs-truecrypt-6.1a-fix.patch
* nixpkgs-vxl-1.11.0-new.patch
* nixpkgs-xkb-popular-esperanto-symbols.patch
* nixpkgs-xorg-via-video-fix.patch
svn path=/nixpkgs/trunk/; revision=13751
2009-01-12 21:12:07 +00:00
Eelco Dolstra
b321f31c45
* NVIDIA X11 driver updated to 180.22.
...
svn path=/nixpkgs/trunk/; revision=13745
2009-01-12 17:00:25 +00:00
Eelco Dolstra
33278912fd
* Linux 2.6.28.
...
svn path=/nixpkgs/trunk/; revision=13743
2009-01-12 13:11:18 +00:00
Michael Raskin
ed11a2bbc8
Build e2fsprogs at last
...
svn path=/nixpkgs/trunk/; revision=13719
2009-01-06 23:22:29 +00:00
Eelco Dolstra
73275bb354
* Added util-linux-ng, a fork of util-linux (which seems unmaintained).
...
svn path=/nixpkgs/trunk/; revision=13712
2009-01-06 09:28:45 +00:00
Eelco Dolstra
a36a329e57
* e2fsprogs 1.41.3. This adds userspace support for ext4.
...
svn path=/nixpkgs/trunk/; revision=13711
2009-01-06 09:16:41 +00:00
Eelco Dolstra
d15a5e9625
* Get rid of references to losser.st-lab.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=13707
2009-01-05 14:01:42 +00:00
Michael Raskin
4c78e32aba
Updating iproute - patch by Lluis Batlle
...
svn path=/nixpkgs/trunk/; revision=13696
2009-01-03 15:13:19 +00:00
Peter Simons
82e14b3605
Updated htop to version 0.8.1.
...
svn path=/nixpkgs/trunk/; revision=13614
2008-12-11 23:18:46 +00:00
Eelco Dolstra
821de7706a
* Glibc 2.9. Got rid of 2.8 because we never used it.
...
* Kernel headers 2.6.27. However, they don't work yet because they
have a Perl dependency, which is annoying during the bootstrap.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13605
2008-12-10 11:06:23 +00:00
Eelco Dolstra
e31341510d
* Merged from the trunk. Let's see how well this works with
...
Subversion 1.5...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
2008-12-10 09:59:21 +00:00
Michael Raskin
e66080438b
Added FBTerm - framebuffer terminal emulator
...
svn path=/nixpkgs/trunk/; revision=13596
2008-12-08 12:44:42 +00:00
Eelco Dolstra
3189f877d0
* Linux 2.6.27.7
...
svn path=/nixpkgs/trunk/; revision=13487
2008-11-28 13:12:43 +00:00
Ludovic Courtès
564b82630b
Add Intel Wi-Fi firmware for kernels 2.6.27 and later;
...
make `iwlwifi4965ucode' part of `kernelPackagesFor'.
svn path=/nixpkgs/trunk/; revision=13429
2008-11-26 13:15:38 +00:00
Eelco Dolstra
3d52d1593a
* Revert to version 76, 77 gives strange hangs.
...
svn path=/nixpkgs/trunk/; revision=13338
2008-11-19 17:21:49 +00:00
Eelco Dolstra
31dc7a4c2f
* Don't abort when we're not on Linux.
...
svn path=/nixpkgs/trunk/; revision=13302
2008-11-14 17:28:11 +00:00
Eelco Dolstra
aa84bce64d
* Get rid of all references to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Eelco Dolstra
d21051e84c
* Added cryopid (contributed by Marco Maggesi).
...
svn path=/nixpkgs/trunk/; revision=13291
2008-11-14 12:34:18 +00:00
Marc Weber
558c81fcd9
updated sdparm -> 1.03, patch provided by tachermourir@rambler.ru
...
svn path=/nixpkgs/trunk/; revision=13212
2008-11-06 19:01:30 +00:00
Michael Raskin
c5363217ad
meta.function -> passthru.function, not killing other contents of passthru
...
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Michael Raskin
b51888880a
One more Atheros snapshot
...
svn path=/nixpkgs/trunk/; revision=13174
2008-11-02 15:57:37 +00:00
Michael Raskin
7dc297637f
URL update for kqemu
...
svn path=/nixpkgs/trunk/; revision=13173
2008-11-02 15:54:44 +00:00
Michael Raskin
914e93bb01
merging builder.sh into klibc expression
...
svn path=/nixpkgs/trunk/; revision=13172
2008-11-02 15:53:55 +00:00
Eelco Dolstra
340138cb4d
* KVM 77.
...
svn path=/nixpkgs/trunk/; revision=13153
2008-10-29 15:44:08 +00:00
Eelco Dolstra
dbc520876d
* Linux 2.6.27.4. Not tested yet.
...
svn path=/nixpkgs/trunk/; revision=13144
2008-10-29 12:34:54 +00:00
Eelco Dolstra
3a1136f6ad
* Linux 2.6.26.7.
...
svn path=/nixpkgs/trunk/; revision=13139
2008-10-28 16:00:37 +00:00
Michael Raskin
3cceb8afd8
Added atheros injection patches (from aircrack)
...
svn path=/nixpkgs/trunk/; revision=13127
2008-10-28 07:28:16 +00:00
Eelco Dolstra
bcf24b6683
* KVM 76.
...
svn path=/nixpkgs/trunk/; revision=13023
2008-10-09 13:33:29 +00:00
Eelco Dolstra
e826b90e73
* Linux 2.6.26.6.
...
svn path=/nixpkgs/trunk/; revision=13022
2008-10-09 13:15:45 +00:00
Eelco Dolstra
378a5c46d2
* nvidia-x11 177.80.
...
svn path=/nixpkgs/trunk/; revision=12998
2008-10-08 12:45:39 +00:00
Michael Raskin
3a7ffa5c58
Some of preparation work for adding Xen. Troubles: 1. Xen Dom0 support not 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
2008-10-04 15:24:08 +00:00
Eelco Dolstra
8d7d8fc4bd
* Linux 2.6.25.17.
...
svn path=/nixpkgs/trunk/; revision=12879
2008-09-18 09:53:12 +00:00
Ludovic Courtès
474ea2b7ee
Add Exmap, a Linux-specific tool to examine process memory usage.
...
svn path=/nixpkgs/trunk/; revision=12857
2008-09-12 20:00:00 +00:00
Eelco Dolstra
29f04e4331
* Linux 2.6.26.5.
...
svn path=/nixpkgs/trunk/; revision=12833
2008-09-09 09:54:33 +00:00
Eelco Dolstra
4bdd8f96e4
* Added lm_sensors.
...
svn path=/nixpkgs/trunk/; revision=12778
2008-09-01 11:42:43 +00:00
Eelco Dolstra
4b7521cd66
* Oops.
...
svn path=/nixpkgs/trunk/; revision=12769
2008-08-29 14:25:27 +00:00
Eelco Dolstra
74087918ff
* KVM updated to version 74. This one finally has good performance
...
for userspace networking / Samba again.
* vmtools: use KVM 74 and Linux 2.6.26, and use virtio for networking
/ disk access.
svn path=/nixpkgs/trunk/; revision=12768
2008-08-29 14:08:54 +00:00
Pjotr Prins
73d2e4f49d
- Some Ruby interpreter bumped version
...
- Kernel headers 2.6.18 added (XEN virtual images)
- unifdef package added for kernel headers 2.6.18
- Python Zope and 4suite added
- Trying bioconductor packages with R-lang (still failing)
- Bumped gmp version
- Added rq cluster runner - still requires extra gems (installs, but does not run)
svn path=/nixpkgs/trunk/; revision=12766
2008-08-29 13:53:28 +00:00
Nicolas Pierron
6a9944cdd9
pcmcia-utils:
...
- Fix udev rules.
- Accept multiple firmwares.
- Allow redefinition of arguments.
svn path=/nixpkgs/trunk/; revision=12741
2008-08-27 13:59:33 +00:00
Eelco Dolstra
649ccdd2db
* Moved the Linux kernel maintenance notes to the manual, expanded
...
them.
svn path=/nixpkgs/trunk/; revision=12739
2008-08-27 12:59:55 +00:00
Eelco Dolstra
f69b6b4d49
* Remove the QEMU_SMBD_COMMAND environment variable. Instead use
...
"smbd" from $PATH.
svn path=/nixpkgs/trunk/; revision=12718
2008-08-26 11:28:13 +00:00
Eelco Dolstra
73a050a804
* Create the smbd temporary directory properly (don't fail if it
...
already exists, but just try another name). Should send this
upstream...
svn path=/nixpkgs/trunk/; revision=12717
2008-08-26 11:16:41 +00:00
Eelco Dolstra
4457e49a90
* Linux 2.6.25.16.
...
svn path=/nixpkgs/trunk/; revision=12693
2008-08-22 12:25:51 +00:00
Michael Raskin
75f1995c0e
Atheros update..
...
svn path=/nixpkgs/trunk/; revision=12692
2008-08-22 12:10:04 +00:00
Eelco Dolstra
eb63b86c6d
* Doh doh doh! Use the right config file for the 2.6.26 kernel.
...
svn path=/nixpkgs/trunk/; revision=12690
2008-08-22 10:55:00 +00:00
Eelco Dolstra
f27856e3fa
* KVM 73.
...
svn path=/nixpkgs/trunk/; revision=12689
2008-08-22 10:51:37 +00:00
Eelco Dolstra
16d317e709
* Linux 2.6.26.3.
...
svn path=/nixpkgs/trunk/; revision=12674
2008-08-21 08:33:46 +00:00
Eelco Dolstra
6315177c7f
* wis-go7007: updated for Linux 2.6.26.
...
svn path=/nixpkgs/trunk/; revision=12673
2008-08-21 07:43:38 +00:00
Michael Raskin
87ff8d6347
Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
...
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Marc Weber
0e9584fe8b
fixed x86_64 nvidia hash
...
svn path=/nixpkgs/trunk/; revision=12643
2008-08-17 00:05:38 +00:00
Eelco Dolstra
64c003f97f
* Partially reverted r12554: don't build devicemapper and lvm2 with
...
makeStaticBinaries, because it stubbornly tries to build dynamic
libraries as well.
svn path=/nixpkgs/trunk/; revision=12633
2008-08-15 14:14:55 +00:00
Eelco Dolstra
8582a0130a
* splashutils 1.5.4.2.
...
svn path=/nixpkgs/trunk/; revision=12632
2008-08-15 12:05:20 +00:00
Eelco Dolstra
85897fa31a
* iptables updated to 1.4.1.1.
...
svn path=/nixpkgs/trunk/; revision=12630
2008-08-15 09:49:43 +00:00
Michael Raskin
65ce0411d8
Make all-packages.nix instantiatable again (problem was with *Base packages that were only supposed as .meta.function carriers, so some critical arguments were omitted)
...
svn path=/nixpkgs/trunk/; revision=12628
2008-08-14 22:18:44 +00:00
Eelco Dolstra
73eaeefcfd
* Linux 2.6.25.15.
...
svn path=/nixpkgs/trunk/; revision=12583
2008-08-11 12:01:55 +00:00
Eelco Dolstra
b65d095ad7
* module-init-tools updated to 3.4.
...
svn path=/nixpkgs/trunk/; revision=12581
2008-08-11 11:31:57 +00:00
Eelco Dolstra
1fcc348a01
* Disable scsi_id on udev/klibc for now, as it doesn't compile on
...
Linux 2.6.26.
svn path=/nixpkgs/trunk/; revision=12578
2008-08-11 09:38:22 +00:00
Marc Weber
0589d47760
added compatibility patch making reiserfsck ignore -v flag
...
svn path=/nixpkgs/trunk/; revision=12571
2008-08-10 12:41:53 +00:00
Michael Raskin
83509605b3
Added possibility to change klibc version
...
svn path=/nixpkgs/trunk/; revision=12563
2008-08-09 08:40:37 +00:00
Eelco Dolstra
537fa9185a
* Some awful hackery to get volume_id to build with klibc. We'll need
...
it for mounting by label in the initrd.
svn path=/nixpkgs/trunk/; revision=12558
2008-08-08 19:54:48 +00:00
Eelco Dolstra
a9d19f45db
* A function `useKlibc' to build a package using klibc as the C
...
library.
* Removed devicemapperStatic, e2fsprogsDiet, lvm2Static since they're
redundant (it's what you get when you use pkgsDiet/pkgsStatic).
svn path=/nixpkgs/trunk/; revision=12554
2008-08-08 19:05:32 +00:00
Eelco Dolstra
d4f7a93f31
* KVM 72, plus stable 2.6.26 kernel headers (needed for KVM).
...
svn path=/nixpkgs/trunk/; revision=12541
2008-08-08 11:49:06 +00:00
Eelco Dolstra
5030b79f44
* NVIDIA driver updated to 173.14.12.
...
svn path=/nixpkgs/trunk/; revision=12537
2008-08-07 16:47:08 +00:00
Eelco Dolstra
9d0b7c4aa9
* Linux 2.6.26.2. Totally untested of course.
...
svn path=/nixpkgs/trunk/; revision=12534
2008-08-07 14:57:10 +00:00
Eelco Dolstra
6e8d8a1614
* sysstat 8.0.4.1.
...
svn path=/nixpkgs/trunk/; revision=12533
2008-08-07 11:15:11 +00:00
Eelco Dolstra
decf974c94
* Command for mounting CIFS file systems.
...
svn path=/nixpkgs/trunk/; revision=12515
2008-08-06 15:43:03 +00:00
Eelco Dolstra
0a884b25f9
* util-linux: added an option to build just mount/umount, and an
...
option to set the path to the mount helpers programs
(mount.<fstype>) to something other than /sbin. Needed in NixOS to
get the mount command to work for NTFS-3G, CIFS, etc.
svn path=/nixpkgs/trunk/; revision=12514
2008-08-06 15:27:50 +00:00
Eelco Dolstra
f6935cfd98
* Linux 2.6.25.14.
...
svn path=/nixpkgs/trunk/; revision=12495
2008-08-04 17:54:34 +00:00
Michael Raskin
6458ed36d8
Should repair the buildfarm build: if stdenv does not know it has DietLibc, it does not have it
...
svn path=/nixpkgs/trunk/; revision=12467
2008-08-03 03:55:27 +00:00
Eelco Dolstra
eccb86b79b
* Udev 125.
...
svn path=/nixpkgs/trunk/; revision=12457
2008-07-31 14:46:11 +00:00
Marc Weber
01cbcd94b3
added support for building uml_mconsole
...
svn path=/nixpkgs/trunk/; revision=12433
2008-07-26 01:02:27 +00:00
Nicolas Pierron
0abfffc0f2
Add pcmcia-utils.
...
Merge branch 'tmp' into tmp2
svn path=/nixpkgs/trunk/; revision=12432
2008-07-25 15:54:19 +00:00
Nicolas Pierron
e2d94c740c
Add sysfsutils.
...
svn path=/nixpkgs/trunk/; revision=12431
2008-07-25 15:53:23 +00:00
Eelco Dolstra
a2613e936a
* Move dvd+rw-tools and cdrkit to tools/cd-dvd.
...
* Added cdrdao.
svn path=/nixpkgs/trunk/; revision=12426
2008-07-25 13:04:51 +00:00
Eelco Dolstra
0558b3587d
* dvd+rw-tools updated to 7.1.
...
svn path=/nixpkgs/trunk/; revision=12424
2008-07-25 11:31:33 +00:00
Eelco Dolstra
874804eb04
* Security fix for CVE-2007-5191.
...
svn path=/nixpkgs/trunk/; revision=12417
2008-07-24 13:48:23 +00:00
Marc Weber
60eabad296
install port-helper in /bin so that xterm can find it when its used as terminal for (uml)
...
svn path=/nixpkgs/trunk/; revision=12394
2008-07-22 15:43:55 +00:00
Eelco Dolstra
9d741c88bf
* Linux 2.6.25.11.
...
svn path=/nixpkgs/trunk/; revision=12381
2008-07-18 14:53:48 +00:00
Wouter den Breejen
df8ae9639a
More mirrors / updates . . .
...
svn path=/nixpkgs/trunk/; revision=12308
2008-07-07 17:10:21 +00:00
Marc Weber
78a471979e
fix of fix. Udev builds with nixos-rebuild on x86_64 again
...
svn path=/nixpkgs/trunk/; revision=12288
2008-07-06 20:56:58 +00:00
Marc Weber
54a0caa67f
fix: x86_64 doesn't build recent udev (124) with dietlibc, added if to use the older one in this case
...
svn path=/nixpkgs/trunk/; revision=12269
2008-07-05 23:19:38 +00:00
Eelco Dolstra
033d8cd1f3
* Don't look in /lib/udev but in $out/lib/udev for non-absolute
...
helper programs called from udev rules.
svn path=/nixpkgs/trunk/; revision=12242
2008-07-02 17:07:26 +00:00
Eelco Dolstra
5df5717181
* Build most of the helper programs in extras (ata_id, volume_id, etc.).
...
svn path=/nixpkgs/trunk/; revision=12220
2008-06-30 14:31:29 +00:00
Eelco Dolstra
c11fe60937
* Udev 124.
...
svn path=/nixpkgs/trunk/; revision=12218
2008-06-29 22:27:50 +00:00
Eelco Dolstra
343d4fc9f6
* Linux 2.6.25.9
...
svn path=/nixpkgs/trunk/; revision=12212
2008-06-29 17:02:08 +00:00
Eelco Dolstra
e9ce89d0f5
* Fix splashutils in the initrd on 2.5.23.
...
svn path=/nixpkgs/trunk/; revision=12199
2008-06-27 14:01:10 +00:00
Eelco Dolstra
a64c9e4b8f
* Some patches to make gorecord more useful.
...
svn path=/nixpkgs/trunk/; revision=12172
2008-06-20 18:17:27 +00:00
Eelco Dolstra
3736bd0716
* Remove misguided patch.
...
svn path=/nixpkgs/trunk/; revision=12171
2008-06-20 17:00:12 +00:00
Eelco Dolstra
1f9af0f18d
* wis-go7007: make it compile on Linux >= 2.6.24. Added PCI id
...
093b:a104.
svn path=/nixpkgs/trunk/; revision=12168
2008-06-20 16:09:14 +00:00
Eelco Dolstra
f225672ef4
* fxload: make it work with recent kernels.
...
svn path=/nixpkgs/trunk/; revision=12167
2008-06-20 16:08:03 +00:00
Armijn Hemel
0042a38689
1.4.8 -> 1.4.11
...
svn path=/nixpkgs/trunk/; revision=12151
2008-06-18 19:37:55 +00:00
Eelco Dolstra
86564e26ed
* Firefox 3.0.
...
* KVM 70. Still doesn't fix the Samba regression though, so we can't
use it in the build farm.
svn path=/nixpkgs/trunk/; revision=12136
2008-06-17 10:53:08 +00:00
Eelco Dolstra
fdb399ead1
* Latest device-mapper / lvm2. This fixes problems with LVM
...
not detecting any volume groups on recent kernels.
svn path=/nixpkgs/trunk/; revision=12126
2008-06-16 19:43:30 +00:00
Michael Raskin
74bba82d38
Added perl dependency to ndiswrapper
...
svn path=/nixpkgs/trunk/; revision=12106
2008-06-15 17:30:34 +00:00
Michael Raskin
2de91e4614
Fixed layout
...
svn path=/nixpkgs/trunk/; revision=12102
2008-06-15 16:24:19 +00:00
Michael Raskin
9bb2afe778
Now ndiswrapper builds at least..
...
svn path=/nixpkgs/trunk/; revision=12101
2008-06-15 15:11:19 +00:00
Michael Raskin
828809a89c
Hm, looks like there is no need for kernelHeaders if we have kernel..
...
svn path=/nixpkgs/trunk/; revision=12099
2008-06-15 12:14:23 +00:00
Eelco Dolstra
4ea9f7ca5d
svn path=/nixpkgs/trunk/; revision=12090
2008-06-14 17:06:39 +00:00
Eelco Dolstra
40e7a57407
* Fix splashutils 1.5.
...
svn path=/nixpkgs/trunk/; revision=12087
2008-06-14 15:09:22 +00:00
Eelco Dolstra
599648bf3b
* module-init-tools: the shebang patch change caused bash and glibc to
...
end up in the closure of the dietlibc build of module-init-tools,
which is bad for the initrd.
svn path=/nixpkgs/trunk/; revision=12086
2008-06-14 10:14:36 +00:00
Eelco Dolstra
fc5eebdf8b
* Merged the stdenv branch
...
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates
-r10966:12061).
svn path=/nixpkgs/trunk/; revision=12073
2008-06-13 11:46:39 +00:00
Eelco Dolstra
179e15203a
* x86_64 binaries. Don't work yet though.
...
svn path=/nixpkgs/trunk/; revision=12058
2008-06-12 14:04:06 +00:00
Eelco Dolstra
aadfab6fff
* Linux 2.6.25.6.
...
svn path=/nixpkgs/trunk/; revision=12032
2008-06-10 16:37:38 +00:00
Eelco Dolstra
0283118633
* splashutils 1.5.4.1, needed for kernels that have the new
...
fbcondecor patch. splashutils 1.3 is retained for kernels
with the fbsplash patch.
svn path=/nixpkgs/trunk/; revision=12029
2008-06-10 16:09:53 +00:00
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
Eelco Dolstra
9029c3b61f
* NVIDIA driver: set a RUNPATH on libGL.so and friends. This ensures
...
that applications that link against it don't need to have its
dependencies (like libXext) in *their* RUNPATHs.
* glxinfo: don't add /var/run/opengl-driver/lib to the RUNPATH.
Instead LD_LIBRARY_PATH should be set to
/var/run/opengl-driver/lib at runtime. This is much more pure, and
it obviates the need for patchelfing all OpenGL applications.
(TODO: remove patchelf hacks for other OpenGL programs as well.)
svn path=/nixpkgs/branches/stdenv-updates/; revision=11972
2008-06-04 09:59:33 +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
32a4d08be3
* Latest version.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11852
2008-05-20 09:23:28 +00:00
Eelco Dolstra
a4e77530c8
* nss_ldap: purity fix: don't try to install /etc/ldap.conf.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11850
2008-05-20 09:19:17 +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
Eelco Dolstra
72097d9aea
* Don't strip the NVIDIA programs (like nvidia-settings), it breaks
...
them (NIXPKGS-85).
svn path=/nixpkgs/trunk/; revision=10941
2008-03-04 10:06:21 +00:00
Armijn Hemel
bde6dd8990
new powertop
...
svn path=/nixpkgs/trunk/; revision=10932
2008-03-03 21:44:17 +00:00
Armijn Hemel
635b721180
update to 1.4.1
...
svn path=/nixpkgs/trunk/; revision=10931
2008-03-03 21:37:55 +00:00
Michael Raskin
71f8e0911a
Added src to meta for builderDefs-based packages.
...
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Michael Raskin
c263a71810
Fixed Atheros to export utilities in PATH
...
svn path=/nixpkgs/trunk/; revision=10902
2008-03-02 11:04:51 +00:00
Eelco Dolstra
afe69eecbe
* Use kernel 2.6 libcap.
...
svn path=/nixpkgs/trunk/; revision=10895
2008-02-29 09:42:12 +00:00
Michael Raskin
dcddcf0d87
Updated QEmu.
...
svn path=/nixpkgs/trunk/; revision=10882
2008-02-28 09:59:34 +00:00
Eelco Dolstra
5ea761b23f
* Merged the last of the trunk, preparing for switch...
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10847
2008-02-25 11:09:37 +00:00
Eelco Dolstra
2e92cabb37
* substitute: support patterns starting with a dash.
...
* Updated the kernel headers.
* ghc: setup hooks are now generated using substituteAll.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10838
2008-02-22 18:19:04 +00:00
Michael Raskin
6c20576972
Ported fixes for lsof and gw6c from stdenv-updates
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10825
2008-02-22 06:16:53 +00:00
Michael Raskin
8ea6496a10
-
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10823
2008-02-22 03:06:12 +00:00
Ludovic Courtès
e8dd657896
Intel Wifi Drivers (iwlwifi) 1.2.25.
...
svn path=/nixpkgs/trunk/; revision=10822
2008-02-21 22:22:57 +00:00
Ludovic Courtès
96d354f193
Add ACPI, a tiny ACPI client tool for Linux
...
svn path=/nixpkgs/trunk/; revision=10820
2008-02-21 20:13:36 +00:00
Ludovic Courtès
44fcdff01b
Add ACPI-Tool, a command-line ACPI client for Linux.
...
svn path=/nixpkgs/trunk/; revision=10819
2008-02-21 19:57:40 +00:00
Eelco Dolstra
b2dfd26d36
* Merged r9820.
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10800
2008-02-21 12:26:03 +00:00
Eelco Dolstra
e12b421add
* Merged most of the stdenv-updates branch. Some stuff didn't
...
merge cleanly right away (kde-4, kernel stuff) so it should be
merged later. But the stdenv stuff is all there.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
2008-02-20 23:02:41 +00:00
Tobias Hammerschmidt
777768d544
modified firmware location, firmware must reside in subdir zd1211
...
svn path=/nixpkgs/trunk/; revision=10765
2008-02-20 09:40:35 +00:00
Tobias Hammerschmidt
f2fbbc6052
Added firmware for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip.
...
svn path=/nixpkgs/trunk/; revision=10762
2008-02-20 08:53:42 +00:00
Ludovic Courtès
a8bdb8adc8
Add Intel 4965 wireless firmware.
...
svn path=/nixpkgs/trunk/; revision=10734
2008-02-18 16:15:51 +00:00
Michael Raskin
96ddccf6b2
Some fixes to build elfutils and ltrace, added x11vnc, forward-ported kernel 2.6.23.16 as default.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10718
2008-02-18 07:23:05 +00:00
Michael Raskin
a25344377e
Ported ffmpeg_svn tarball link; fixes to iptables
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10651
2008-02-12 21:47:49 +00:00
Eelco Dolstra
9274b390f4
* Linux 2.6.23.16, 2.6.22.18 - fix for the vmsplice root exploit.
...
svn path=/nixpkgs/trunk/; revision=10622
2008-02-11 09:04:15 +00:00
Yury G. Kudryashov
82297a0c83
* KVM 57. (Newer versions don't compile against the current kernel headers.)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10598
2008-02-10 17:40:24 +00:00
Yury G. Kudryashov
d8688a1eb9
* Reiser4 stuff.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10586
2008-02-10 17:38:36 +00:00
Yury G. Kudryashov
83e82c9872
* udev: get rid of silly warnings in make install.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10583
2008-02-10 17:38:01 +00:00
Yury G. Kudryashov
6edb12e639
* Use fxload.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10580
2008-02-10 17:37:27 +00:00
Yury G. Kudryashov
0d4ff25ce9
* Added fxload, a tool to upload firmware to Cypress EZ-USB microcontrollers.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10577
2008-02-10 17:36:37 +00:00
Yury G. Kudryashov
7b9937f24d
* 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/branches/stdenv-updates/; revision=10573
2008-02-10 17:35:43 +00:00
Yury G. Kudryashov
053ea5ebe6
Fix enabling switching to kernels not already running (depmod uses uname-r as default to look for modules)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10572
2008-02-10 17:35:30 +00:00
Michael Raskin
4df190c703
Various fixes and updates to build that all.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10568
2008-02-10 16:44:43 +00:00
Eelco Dolstra
e32787dc94
* Fix AEFS on x86_64.
...
svn path=/nixpkgs/trunk/; revision=10561
2008-02-08 23:13:18 +00:00
Yury G. Kudryashov
ef9c7dccc0
typo in alsa
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10538
2008-02-07 11:07:21 +00:00
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
Yury G. Kudryashov
c5fafa326b
Alsa: 1.0.16
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10531
2008-02-06 22:45:59 +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
Yury G. Kudryashov
aa4d93482d
D-Bus splitted into two packages: dbus.libs and dbus.tools
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10461
2008-02-02 20:41:06 +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