summary refs log tree commit diff
path: root/pkgs/os-specific/linux
Commit message (Collapse)AuthorAge
...
* Pommed: find the 'eject' command in ↵Shea Levy2012-03-20
| | | | | | /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
* Add nouveau xorg video driverShea Levy2012-03-20
| | | | svn path=/nixpkgs/trunk/; revision=33300
* * Fix a race condition in mountall: the USR1 signal handler must beEelco Dolstra2012-03-20
| | | | | | | 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
* * Mountall updated to 2.35.Eelco Dolstra2012-03-20
| | | | svn path=/nixpkgs/trunk/; revision=33287
* Add a module for the pommed tool for Apple laptop keyboards.Shea Levy2012-03-20
| | | | svn path=/nixpkgs/trunk/; revision=33286
* Whoops, forgot metaShea Levy2012-03-20
| | | | svn path=/nixpkgs/trunk/; revision=33284
* xf86-input-multitouch seems to be abandoned, update it with the mtrack forkShea Levy2012-03-20
| | | | svn path=/nixpkgs/trunk/; revision=33283
* Linux 3.3 puts some of its headers in include/generatedShea Levy2012-03-20
| | | | svn path=/nixpkgs/trunk/; revision=33282
* * Updated lvm2 to 2.02.95.Eelco Dolstra2012-03-19
| | | | svn path=/nixpkgs/trunk/; revision=33277
* * Add a utility function "versionOlder" to compare two versionEelco Dolstra2012-03-19
| | | | | | strings. svn path=/nixpkgs/trunk/; revision=33267
* Fix some broken firmware URLS. Hope the Fedora project wouldn't host ↵Shea Levy2012-03-19
| | | | | | non-free firmware... svn path=/nixpkgs/trunk/; revision=33265
* Linux 3.3 releaseShea Levy2012-03-19
| | | | svn path=/nixpkgs/trunk/; revision=33260
* bbswitch: use the modDirVersion instead of versionMathijs Kwik2012-03-18
| | | | svn path=/nixpkgs/trunk/; revision=33244
* Add a kernel patch for the efi boot stub to read a config file when booted ↵Shea Levy2012-03-18
| | | | | | | | | | | 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
* Adding latencytop.Lluís Batlle i Rossell2012-03-18
| | | | svn path=/nixpkgs/trunk/; revision=33233
* Adding kexectools.Lluís Batlle i Rossell2012-03-16
| | | | svn path=/nixpkgs/trunk/; revision=33175
* * nfs-utils updated to 1.2.5.Eelco Dolstra2012-03-16
| | | | svn path=/nixpkgs/trunk/; revision=33158
* * Latest 3.0.x, 3.1.x and 3.2.x kernels.Eelco Dolstra2012-03-16
| | | | svn path=/nixpkgs/trunk/; revision=33151
* Add an 'efiBootStub' kernel feature to be used by NixOSShea Levy2012-03-16
| | | | svn path=/nixpkgs/trunk/; revision=33137
* * dmidecode updated to 2.11.Eelco Dolstra2012-03-16
| | | | svn path=/nixpkgs/trunk/; revision=33132
* Remove qc-usbYury G. Kudryashov2012-03-15
| | | | | | | This directory was added in 2006, and was never called by nix-expressions outside of qc-usb/. svn path=/nixpkgs/trunk/; revision=33125
* Make nixpkgs ready for gst_all attrset removalYury G. Kudryashov2012-03-14
| | | | svn path=/nixpkgs/trunk/; revision=33092
* Get rid of most references to gtkLibsYury G. Kudryashov2012-03-14
| | | | svn path=/nixpkgs/trunk/; revision=33088
* Linux 3.3-rc7Shea Levy2012-03-12
| | | | svn path=/nixpkgs/trunk/; revision=33007
* completely removed gw6c. use gogoclient.Mathijs Kwik2012-03-11
| | | | svn path=/nixpkgs/trunk/; revision=32989
* iwlwifi-5000 v5 ucodeYury G. Kudryashov2012-03-11
| | | | svn path=/nixpkgs/trunk/; revision=32982
* Allowing mount to call /var/setuid-wrappers in preference. mount.cifs may ↵Lluís Batlle i Rossell2012-03-10
| | | | | | | | | require this, as it does not support the 'user' option in fstab. svn path=/nixpkgs/trunk/; revision=32975
* * hdparm updated to 9.39.Eelco Dolstra2012-03-09
| | | | svn path=/nixpkgs/trunk/; revision=32963
* util-linux: Use Linux-specific header on Linux only.Ludovic Courtès2012-03-07
| | | | svn path=/nixpkgs/trunk/; revision=32867
* util-linux: Allow cross-compilation.Ludovic Courtès2012-03-07
| | | | svn path=/nixpkgs/trunk/; revision=32851
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-03-05
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32792
| * * Upstart 1.4. Of particular interest is the "log" stanza to redirectEelco Dolstra2012-03-02
| | | | | | | | | | | | | | a job's stdout/stderr to a file, and "setuid" / "setgid" to execute a job as a different user/group. svn path=/nixpkgs/trunk/; revision=32744
* | udisks: avoid autoreconfYury G. Kudryashov2012-03-01
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32720
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-03-01
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
| * Apparmor: packagedEvgeny Egorochkin2012-02-29
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32695
| * gogoclient: ipv6 tunnelPeter Simons2012-02-28
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32668
| * QEMU-KVM 1.0 (tentative).Ludovic Courtès2012-02-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32637
| * QEMU-KVM: Use `smbd' from $PATH.Ludovic Courtès2012-02-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32634
| * NVidia proprietary driver: version bumpEvgeny Egorochkin2012-02-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32618
| * Updating the nvidia drivers for legacy 173Lluís Batlle i Rossell2012-02-26
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32575
* | svn merge ^/nixpkgs/trunkShea Levy2012-02-25
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
| * * Backport a fix to qemu-kvm to prevent "qemu-img convert" fromEelco Dolstra2012-02-25
| | | | | | | | | | | | | | creating corrupt VirtualBox images. (https://bugs.launchpad.net/qemu/+bug/919242) svn path=/nixpkgs/trunk/; revision=32560
| * mcelog: a tool to access the machine check exceptions logged by the kernel.Arie Middelkoop2012-02-24
| | | | | | | | | | | | | | | | The kernel indicated that machine check exceptions were logged, but did not tell what kind of exceptions. In my case, this is usually the processor being throttled because it gets too hot (laptop...), but it may also be more severe problems. Anyway, with this tool you can access these logs. svn path=/nixpkgs/trunk/; revision=32547
| * rfkill udev package.Arie Middelkoop2012-02-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32532
| * Let 'bbswitch' and 'acpi-call' use the attribute kernel.version instead of a ↵Arie Middelkoop2012-02-24
| | | | | | | | | | | | nasty 'ls' to determine the kernel version. svn path=/nixpkgs/trunk/; revision=32531
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-23
|\| | | | | | | | | | | | | Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you please look at this? svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
| * linux-3.2.nix: updated to version 3.2.7Peter Simons2012-02-23
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32517
| * fixed download urls after kernel-depending packages had their names changedPeter Simons2012-02-22
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32484
| * linux kernel 3.2 : added aufs patchesPeter Simons2012-02-22
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32483
| * merge powertop kernel config into default kernel configFlorian Friesdorf2012-02-22
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32472