Lluís Batlle i Rossell
8ebd53f45f
Updating linux to 3.3.2
...
svn path=/nixpkgs/trunk/; revision=33779
2012-04-13 18:09:27 +00:00
Mathijs Kwik
100b95e57e
alsa upgraded to 1.0.25
...
svn path=/nixpkgs/trunk/; revision=33777
2012-04-13 14:54:02 +00:00
Mathijs Kwik
9b5ca91497
nvidia driver: upgraded to 295.40
...
svn path=/nixpkgs/trunk/; revision=33776
2012-04-13 14:53:59 +00:00
Lluís Batlle i Rossell
b35d2c6b89
Adding a patch for linux 3.3 for btrfs regarding ENOSPC.
...
This should solve the problem I had, where I could not boot either 3.3 or 3.3.1
in my system, as I got ENOSPC all the time.
svn path=/nixpkgs/trunk/; revision=33714
2012-04-09 21:02:17 +00:00
Lluís Batlle i Rossell
5dfcf18801
Adding a minimal FTRACE to the 3.2 and 3.3 linux kernels, that should not
...
affect the kernel performance, but allow more tracing.
svn path=/nixpkgs/trunk/; revision=33713
2012-04-09 21:01:00 +00:00
Cillian de Roiste
e1155499ad
Reverting to revision 1995, this is what AVLinux uses, and works well with jackdbus too
...
svn path=/nixpkgs/trunk/; revision=33670
2012-04-08 11:10:11 +00:00
Cillian de Roiste
285af645e6
Adding extra requirements, fixing some of the ffado utilities
...
svn path=/nixpkgs/trunk/; revision=33664
2012-04-07 23:57:30 +00:00
Cillian de Roiste
bbd76bc29a
Adding ffado, Linux Firewire audio drivers
...
svn path=/nixpkgs/trunk/; revision=33634
2012-04-05 21:53:42 +00:00
Eelco Dolstra
8e160830c1
* Doh.
...
svn path=/nixpkgs/trunk/; revision=33620
2012-04-05 13:09:30 +00:00
Eelco Dolstra
9a1080d7ea
* Enable NUMA. On our 48-core machines this cut the duration of a
...
kernel build from 12m27s to 4m42s.
svn path=/nixpkgs/trunk/; revision=33616
2012-04-05 12:26:13 +00:00
Eelco Dolstra
7d2b8fe48f
* Upstart 1.5.
...
svn path=/nixpkgs/trunk/; revision=33615
2012-04-05 12:24:08 +00:00
Shea Levy
f3f8040aaf
kmod: Create compat program symlinks
...
svn path=/nixpkgs/trunk/; revision=33579
2012-04-04 19:28:33 +00:00
Shea Levy
4d0fdc5e6b
kmod: respect MODULE_DIR
...
svn path=/nixpkgs/trunk/; revision=33578
2012-04-04 19:24:07 +00:00
Eelco Dolstra
23957ac824
* Updated htop to 1.0.1.
...
svn path=/nixpkgs/trunk/; revision=33566
2012-04-04 14:46:17 +00:00
Shea Levy
8cd391b130
Whoops, don't need modDirVersion for 3.3.1
...
svn path=/nixpkgs/trunk/; revision=33547
2012-04-02 20:18:52 +00:00
Shea Levy
8585f4000b
Linux 3.3.1
...
svn path=/nixpkgs/trunk/; revision=33546
2012-04-02 20:15:19 +00:00
Lluís Batlle i Rossell
3153e80659
Adding tp_smapi.
...
Patch by Rok Garbas, who also adds himself as a maintainer.
svn path=/nixpkgs/trunk/; revision=33495
2012-03-31 13:40:34 +00:00
Yury G. Kudryashov
0ad6c091e7
pam_usb: drop hal dependency
...
It doesn't use hal, though many functions are named *_hal_*. All d-bus calls
actually ask UDisks.
svn path=/nixpkgs/trunk/; revision=33476
2012-03-29 18:02:10 +00:00
Shea Levy
343fb0be1e
Add kmod, the replacement for the now-defunct module-init-tools
...
The kmod tools appear to take a flag to name the location of the modules
directory, so we may not need to migrate our module-init-tools patches
svn path=/nixpkgs/trunk/; revision=33413
2012-03-25 20:05:36 +00:00
Lluís Batlle i Rossell
61d475d2e0
nfs-utils PAGE_SIZE patch.
...
Otherwise it fails on ARM.
Patch by Rickard Nilsson.
svn path=/nixpkgs/trunk/; revision=33329
2012-03-21 11:56:33 +00:00
Lluís Batlle i Rossell
28027d4771
Aestethic changes suggested by Eelco, and trying to fix
...
the problem on rpc.statd, that looks at /etc/netconfig.
Problem: http://hydra.nixos.org/build/2310686/log/raw
svn path=/nixpkgs/trunk/; revision=33322
2012-03-21 09:18:40 +00:00
Lluís Batlle i Rossell
b2d61a850d
Enabling nfsv4 and nfsv41 in nfsUtils (or at least I think so).
...
svn path=/nixpkgs/trunk/; revision=33315
2012-03-20 23:17:45 +00:00
Shea Levy
bdc3de6a4d
Pommed: find the 'eject' command in /var/setuid-wrappers:/home/shlevy/.nix-profile/bin:/home/shlevy/.nix-profile/sbin:/home/shlevy/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
...
svn path=/nixpkgs/trunk/; revision=33302
2012-03-20 18:28:32 +00:00
Shea Levy
8d1d247e02
Add nouveau xorg video driver
...
svn path=/nixpkgs/trunk/; revision=33300
2012-03-20 16:29:22 +00:00
Eelco Dolstra
995a44a897
* Fix a race condition in mountall: the USR1 signal handler must be
...
installed before we daemonise, otherwise another job might send
USR1 to mountall before the handler is installed, killing it.
svn path=/nixpkgs/trunk/; revision=33289
2012-03-20 10:25:11 +00:00
Eelco Dolstra
42b97b78b0
* Mountall updated to 2.35.
...
svn path=/nixpkgs/trunk/; revision=33287
2012-03-20 10:00:04 +00:00
Shea Levy
f272acd501
Add a module for the pommed tool for Apple laptop keyboards.
...
svn path=/nixpkgs/trunk/; revision=33286
2012-03-20 04:41:13 +00:00
Shea Levy
836532a54b
Whoops, forgot meta
...
svn path=/nixpkgs/trunk/; revision=33284
2012-03-20 01:51:03 +00:00
Shea Levy
6fe5413cb7
xf86-input-multitouch seems to be abandoned, update it with the mtrack fork
...
svn path=/nixpkgs/trunk/; revision=33283
2012-03-20 01:48:09 +00:00
Shea Levy
a74565238a
Linux 3.3 puts some of its headers in include/generated
...
svn path=/nixpkgs/trunk/; revision=33282
2012-03-20 00:02:24 +00:00
Eelco Dolstra
2199d375a2
* Updated lvm2 to 2.02.95.
...
svn path=/nixpkgs/trunk/; revision=33277
2012-03-19 19:34:34 +00:00
Eelco Dolstra
6b4cd6673a
* Add a utility function "versionOlder" to compare two version
...
strings.
svn path=/nixpkgs/trunk/; revision=33267
2012-03-19 18:04:47 +00:00
Shea Levy
47574d25f6
Fix some broken firmware URLS. Hope the Fedora project wouldn't host non-free firmware...
...
svn path=/nixpkgs/trunk/; revision=33265
2012-03-19 17:40:23 +00:00
Shea Levy
1e8dfa4e2c
Linux 3.3 release
...
svn path=/nixpkgs/trunk/; revision=33260
2012-03-19 15:36:40 +00:00
Mathijs Kwik
d329b66b73
bbswitch: use the modDirVersion instead of version
...
svn path=/nixpkgs/trunk/; revision=33244
2012-03-18 23:13:41 +00:00
Shea Levy
dfcd4dd559
Add a kernel patch for the efi boot stub to read a config file when booted without arguments, and base removable media booting off of that patch
...
The patch is currently being discussed on LKML and hopefully will be included
in mainline in some form in the future. Note that booting from the livecd has
to do a lot of work before anything is output to the console, so if the drive
is still busy don't assume the boot has hanged
svn path=/nixpkgs/trunk/; revision=33235
2012-03-18 17:14:52 +00:00
Lluís Batlle i Rossell
a544da22fc
Adding latencytop.
...
svn path=/nixpkgs/trunk/; revision=33233
2012-03-18 11:45:53 +00:00
Lluís Batlle i Rossell
ef1437585d
Adding kexectools.
...
svn path=/nixpkgs/trunk/; revision=33175
2012-03-16 21:17:13 +00:00
Eelco Dolstra
b2f0319bc2
* nfs-utils updated to 1.2.5.
...
svn path=/nixpkgs/trunk/; revision=33158
2012-03-16 13:55:10 +00:00
Eelco Dolstra
a3b099d279
* Latest 3.0.x, 3.1.x and 3.2.x kernels.
...
svn path=/nixpkgs/trunk/; revision=33151
2012-03-16 12:08:41 +00:00
Shea Levy
0845f6618c
Add an 'efiBootStub' kernel feature to be used by NixOS
...
svn path=/nixpkgs/trunk/; revision=33137
2012-03-16 02:45:47 +00:00
Eelco Dolstra
8a5e005bee
* dmidecode updated to 2.11.
...
svn path=/nixpkgs/trunk/; revision=33132
2012-03-16 01:46:39 +00:00
Yury G. Kudryashov
049e676403
Remove qc-usb
...
This directory was added in 2006, and was never called by nix-expressions
outside of qc-usb/.
svn path=/nixpkgs/trunk/; revision=33125
2012-03-15 20:46:36 +00:00
Yury G. Kudryashov
fe1115caf4
Make nixpkgs ready for gst_all attrset removal
...
svn path=/nixpkgs/trunk/; revision=33092
2012-03-14 22:44:52 +00:00
Yury G. Kudryashov
68fe867e19
Get rid of most references to gtkLibs
...
svn path=/nixpkgs/trunk/; revision=33088
2012-03-14 21:57:32 +00:00
Shea Levy
76832793f2
Linux 3.3-rc7
...
svn path=/nixpkgs/trunk/; revision=33007
2012-03-12 02:19:05 +00:00
Mathijs Kwik
bd068d386e
completely removed gw6c. use gogoclient.
...
svn path=/nixpkgs/trunk/; revision=32989
2012-03-11 14:35:36 +00:00
Yury G. Kudryashov
464f6f42f6
iwlwifi-5000 v5 ucode
...
svn path=/nixpkgs/trunk/; revision=32982
2012-03-11 14:07:23 +00:00
Lluís Batlle i Rossell
eddf9e24c7
Allowing mount to call /var/setuid-wrappers in preference. mount.cifs may require this,
...
as it does not support the 'user' option in fstab.
svn path=/nixpkgs/trunk/; revision=32975
2012-03-10 19:02:07 +00:00
Eelco Dolstra
6bc6c61f01
* hdparm updated to 9.39.
...
svn path=/nixpkgs/trunk/; revision=32963
2012-03-09 19:24:54 +00:00