about summary refs log tree commit diff
path: root/pkgs/os-specific/linux
AgeCommit message (Collapse)AuthorFilesLines
2009-09-25* Build HAL with ConsoleKit and PolicyKit support. Without it, HAL'sEelco Dolstra1-2/+2
configure script prints out this ominous warning: WARNING: PolicyKit is disabled. You need to manually edit the hal.conf file to lock down the service. Failure to do so allows any caller to make hald do work on their behalf which may be a huge SECURITY HOLE. I repeat: YOU NEED TO EDIT THE FILE hal.conf to match your distro/site to avoid NASTY SECURITY HOLES. Note that HAL only builds with the old PolicyKit (it looks for polkit.pc). Reverted ConsoleKit to the last version that used the old PolicyKit for this reason. svn path=/nixpkgs/trunk/; revision=17432
2009-09-25* Added pm-utils.Eelco Dolstra1-0/+25
svn path=/nixpkgs/trunk/; revision=17430
2009-09-25* e2fsprogs 1.41.9.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=17429
2009-09-25* Linux 2.6.27.35.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=17422
2009-09-23* Revert to KVM 76 in the VM build functions. The latest qemu-kvm hasEelco Dolstra3-0/+101
weird performance and data corruption regressions in the build farm. svn path=/nixpkgs/trunk/; revision=17364
2009-09-22htop: updated to version 0.8.3Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=17355
2009-09-22* added davfs2 1.4.1Rob Vermaas2-0/+69
svn path=/nixpkgs/trunk/; revision=17345
2009-09-21pass jackaudio to alsaPlugins also adding convinient wrapper scriptMarc Weber2-3/+7
svn path=/nixpkgs/trunk/; revision=17340
2009-09-20adding alsa-plugin and patching alsa so that you can tell it about ↵Marc Weber3-0/+95
additional plugins svn path=/nixpkgs/trunk/; revision=17316
2009-09-20adding bash completion script for upstartMarc Weber2-0/+26
svn path=/nixpkgs/trunk/; revision=17304
2009-09-20Adding me as a maintainer, with a pair of packages.Lluís Batlle i Rossell1-0/+2
svn path=/nixpkgs/trunk/; revision=17295
2009-09-20Fixing cryptsetup build.Lluís Batlle i Rossell1-2/+2
svn path=/nixpkgs/trunk/; revision=17293
2009-09-20Adding dmraidMichael Raskin3-0/+48
svn path=/nixpkgs/trunk/; revision=17292
2009-09-19Adding the nvidia legacy drivers (I still use a geForce 4 AGP)Lluís Batlle i Rossell2-0/+48
svn path=/nixpkgs/trunk/; revision=17284
2009-09-18Adding the firmware for the rt73 usb wifi nic.Lluís Batlle i Rossell1-0/+26
svn path=/nixpkgs/trunk/; revision=17263
2009-09-18I am an idiot. Correcting -zen1 -> -zen2Michael Raskin3-2/+2
svn path=/nixpkgs/trunk/; revision=17242
2009-09-18Disabling PRAMFS in Zen Kernel for nowMichael Raskin1-0/+3
svn path=/nixpkgs/trunk/; revision=17241
2009-09-17adding 2.6.31-zen1 kernelMichael Raskin4-0/+117
svn path=/nixpkgs/trunk/; revision=17217
2009-09-15* Latest lm_sensors.Eelco Dolstra1-4/+4
svn path=/nixpkgs/trunk/; revision=17170
2009-09-15Try enabling VESA framebufferMichael Raskin1-0/+1
svn path=/nixpkgs/trunk/; revision=17169
2009-09-15Enable FB_CON_DECORMichael Raskin1-19/+27
svn path=/nixpkgs/trunk/; revision=17159
2009-09-15Try enabling fbcondecorMichael Raskin1-0/+4
svn path=/nixpkgs/trunk/; revision=17158
2009-09-15Fix aufs utilities for NixOS manualMichael Raskin2-3/+1
svn path=/nixpkgs/trunk/; revision=17153
2009-09-15Update feature set for Zen kernel; also tune HZ settings for BFS scheduler ↵Michael Raskin1-0/+9
(didn't boot for me last time) svn path=/nixpkgs/trunk/; revision=17151
2009-09-15Require AUFS2 support in kernelMichael Raskin1-0/+3
svn path=/nixpkgs/trunk/; revision=17150
2009-09-15fix typoMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=17149
2009-09-15AUFS2 utilitiesMichael Raskin3-0/+50
svn path=/nixpkgs/trunk/; revision=17147
2009-09-14Add a version of Zen kernel with Con Kolivas' BFS schedulerMichael Raskin1-1/+6
svn path=/nixpkgs/trunk/; revision=17142
2009-09-14Fix more problems with aufs2Michael Raskin2-4/+12
svn path=/nixpkgs/trunk/; revision=17110
2009-09-13Turn off more debug options not needed by defaultMichael Raskin2-0/+8
svn path=/nixpkgs/trunk/; revision=17103
2009-09-13Removing more debugging options from default 2.6.31 configMichael Raskin2-0/+2
svn path=/nixpkgs/trunk/; revision=17101
2009-09-13Change some options most different from mainline to build a probably ↵Michael Raskin1-0/+10
bootable kernel svn path=/nixpkgs/trunk/; revision=17095
2009-09-13Remove option stopping 2.6.31 from bootingMichael Raskin1-0/+2
svn path=/nixpkgs/trunk/; revision=17094
2009-09-13* Fix the aufs2 build (hopefully).Eelco Dolstra1-1/+3
svn path=/nixpkgs/trunk/; revision=17080
2009-09-12Fixing a typoMichael Raskin2-2/+2
svn path=/nixpkgs/trunk/; revision=17067
2009-09-12Adding 2.6.31 kernel and trying to generate config for it without manual ↵Michael Raskin1-0/+57
operations svn path=/nixpkgs/trunk/; revision=17065
2009-09-12Trying to reconfigure kernel to bootMichael Raskin1-3/+15
svn path=/nixpkgs/trunk/; revision=17064
2009-09-12KQemu needs perl to buildMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=17063
2009-09-11Fix kernel configuration editing script snippetsMichael Raskin1-3/+3
svn path=/nixpkgs/trunk/; revision=17053
2009-09-11Disable IMA because of conflict with aufsMichael Raskin1-0/+12
svn path=/nixpkgs/trunk/; revision=17051
2009-09-11Trying to add Zen Linux KernelMichael Raskin4-1/+46
svn path=/nixpkgs/trunk/; revision=17050
2009-09-10adding halevtMarc Weber1-0/+19
svn path=/nixpkgs/trunk/; revision=17027
2009-09-09* qemu-kvm 0.11.0rc2.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=16995
2009-09-08Update source updater to support fetchgit; add aufs2 using that method. ↵Michael Raskin3-0/+55
Unfortunately, AUFS2 seems to require some strict conditions on kernel options and version.. svn path=/nixpkgs/trunk/; revision=16983
2009-08-26* Latest NVIDIA driver. This one isn't broken on laptops.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=16858
2009-08-21* qemu-kvm unix domain patch: when accepting a connection, initialiseEelco Dolstra1-9/+101
the remote address / port to something sensible. Otherwise simultaneous connections to the same guest port don't work properly. svn path=/nixpkgs/trunk/; revision=16805
2009-08-21* haddr -> hport.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=16804
2009-08-18* Linux 2.6.27.31.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=16754
2009-08-17* Enable auto-mounting/unmounting of optical media and USB sticksEelco Dolstra1-2/+5
(e.g. in KDE). svn path=/nixpkgs/trunk/; revision=16745
2009-08-17* ConsoleKit compatibility.Eelco Dolstra1-0/+2
svn path=/nixpkgs/trunk/; revision=16740