summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
...
* * Drop some old obsolete kernels and unused patches.Eelco Dolstra2012-06-19
| | | | svn path=/nixpkgs/trunk/; revision=34558
* * "powermanagement" is not a word.Eelco Dolstra2012-06-19
| | | | svn path=/nixpkgs/trunk/; revision=34557
* Making nvidia 96.x build on linux 3.4. I took patches from AUR.Lluís Batlle i Rossell2012-06-18
| | | | svn path=/nixpkgs/trunk/; revision=34552
* Fixing the mips patch for sigill fpu cases.Lluís Batlle i Rossell2012-06-16
| | | | svn path=/nixpkgs/trunk/; revision=34527
* Adding two kernel patches for mips, that make the life easier on loongson2fLluís Batlle i Rossell2012-06-16
| | | | | | | | | (less sigill, less sigbus). Related to bad handling of FPU instructions. I apply them only to linux 3.4, although I think they can apply to many older kernels too. svn path=/nixpkgs/trunk/; revision=34522
* * kmod: look in /etc/modprobe.d.Eelco Dolstra2012-06-15
| | | | svn path=/nixpkgs/trunk/; revision=34521
* * kmod updated to version 8. Disabled the xz and zlib dependenciesEelco Dolstra2012-06-15
| | | | | | | because they're inconvenient in the initrd. Put modprobe etc. in $out/sbin. svn path=/nixpkgs/trunk/; revision=34520
* * Copy some things from the udev package.Eelco Dolstra2012-06-15
| | | | svn path=/nixpkgs/trunk/; revision=34519
* * systemd: fix path to loadkeys/setfont, and add SysV compatibilityEelco Dolstra2012-06-14
| | | | | | links (reboot/shutdown/etc.). svn path=/nixpkgs/trunk/; revision=34515
* * Linux 3.2.20.Eelco Dolstra2012-06-12
| | | | svn path=/nixpkgs/trunk/; revision=34486
* linux kernel headers: copy generated headers as wellMathijs Kwik2012-06-11
| | | | | | | | | as they are referenced from other kernel headers, this seems like the best thing to do. Ubuntu seems to do so too. Fixes issues with nvidia's binary driver and bbswitch on kernels > 3.3 svn path=/nixpkgs/trunk/; revision=34469
* linux kernel aufs (needed for livecd): added to 3.4Mathijs Kwik2012-06-11
| | | | | | upgraded 3.3 version to stable svn path=/nixpkgs/trunk/; revision=34468
* * Added pam_ssh_agent_auth, a PAM module for authentication throughEelco Dolstra2012-06-11
| | | | | | the SSH agent. svn path=/nixpkgs/trunk/; revision=34462
* powertop-2.0Florian Friesdorf2012-06-11
| | | | svn path=/nixpkgs/trunk/; revision=34451
* Updating linux 3.4.1 to 3.4.2Lluís Batlle i Rossell2012-06-10
| | | | svn path=/nixpkgs/trunk/; revision=34423
* Updating linux 3.4 to 3.4.1Lluís Batlle i Rossell2012-06-09
| | | | svn path=/nixpkgs/trunk/; revision=34411
* * Linux 3.2.19.Eelco Dolstra2012-06-08
| | | | svn path=/nixpkgs/trunk/; revision=34382
* Committing some outstanding modifications that I cannot make into smaller ↵Arie Middelkoop2012-06-08
| | | | | | | | | | | | chunks anymore. * added briss: a pdf cropper * added compton, an improved fork of xcompmgr * added myself to the maintainers list * minor version bumps: xcompmgr, upower svn path=/nixpkgs/trunk/; revision=34380
* * Updated systemd to 185 (which I overlooked because of the versionEelco Dolstra2012-06-06
| | | | | | jump). This contains the merged udev. svn path=/nixpkgs/trunk/; revision=34371
* Adding windows jom; it does not build for me still, but it's close to it.Lluís Batlle i Rossell2012-06-05
| | | | | | | | I think it's better to share it though. I wrote a comment about the expression not building. svn path=/nixpkgs/trunk/; revision=34365
* * systemd: use units in /etc rather than $out/etc. Also fixEelco Dolstra2012-06-04
| | | | | | references to mount/umount. svn path=/nixpkgs/trunk/; revision=34332
* Adding mesa and libaio to qemu-kvm. As for libaio, I think it runs much ↵Lluís Batlle i Rossell2012-05-28
| | | | | | better for IO for me. svn path=/nixpkgs/trunk/; revision=34254
* Fixing mingw-w64 builds. I can build simple C++ programs with ↵Lluís Batlle i Rossell2012-05-24
| | | | | | | | | gccCrossStageFinal. I also add tests for hydra; let's see if it builds far. svn path=/nixpkgs/trunk/; revision=34232
* Fixing the paths of uclibc libpthreadLluís Batlle i Rossell2012-05-24
| | | | svn path=/nixpkgs/trunk/; revision=34229
* Trying to add a few bits of mingw-w64. To be tested.Lluís Batlle i Rossell2012-05-24
| | | | svn path=/nixpkgs/trunk/; revision=34228
* Adding native threads support unconditionally to uclibc,Lluís Batlle i Rossell2012-05-24
| | | | | | | | | | or gcc fails to build (lack of pthread.h). Let's see if this breaks anything; I'm changing this to make comtrend.nix work (kernel 2.4). svn path=/nixpkgs/trunk/; revision=34227
* Adding UCLIBC_SUSV4_LEGACY, otherwise we get this building gcc:Lluís Batlle i Rossell2012-05-24
| | | | | | | | | armv5tel-unknown-linux-gnueabi/libstdc++-v3/include/cstdio:133:11: error: '::tmpnam' has not been declared http://hydra.nixos.org/build/2644907 svn path=/nixpkgs/trunk/; revision=34226
* Updating uclibc. This fixes some cross builds.Lluís Batlle i Rossell2012-05-24
| | | | svn path=/nixpkgs/trunk/; revision=34223
* Updating the nvidia 295 driver, so it builds with linux 3.4.Lluís Batlle i Rossell2012-05-22
| | | | svn path=/nixpkgs/trunk/; revision=34211
* 'perf' wants flex and bison, since linux 3.4.Lluís Batlle i Rossell2012-05-22
| | | | svn path=/nixpkgs/trunk/; revision=34210
* Adding linux 3.4.Lluís Batlle i Rossell2012-05-22
| | | | svn path=/nixpkgs/trunk/; revision=34209
* Updating libv4l (part of v4l-utils). I moved v4l-utils to ↵Lluís Batlle i Rossell2012-05-22
| | | | | | | | | stdenv.mkDerivation style, and it's used to build either libv4l or the utils (with qt4). svn path=/nixpkgs/trunk/; revision=34208
* * Added systemd.Eelco Dolstra2012-05-21
| | | | svn path=/nixpkgs/trunk/; revision=34200
* * Linux 3.2.18.Eelco Dolstra2012-05-21
| | | | svn path=/nixpkgs/trunk/; revision=34198
* BLCR fix arsert to include kernel versions 2.6.38.xMarco Maggesi2012-05-16
| | | | svn path=/nixpkgs/trunk/; revision=34134
* TypoMarco Maggesi2012-05-15
| | | | svn path=/nixpkgs/trunk/; revision=34100
* Add assertion: BLCR do not build on recent kernelsMarco Maggesi2012-05-15
| | | | svn path=/nixpkgs/trunk/; revision=34098
* * Cryptsetup updated to 1.4.2.Eelco Dolstra2012-05-14
| | | | svn path=/nixpkgs/trunk/; revision=34090
* * Linux 3.2.17.Eelco Dolstra2012-05-12
| | | | svn path=/nixpkgs/trunk/; revision=34073
* * FUSE updated to 2.8.7.Eelco Dolstra2012-05-12
| | | | svn path=/nixpkgs/trunk/; revision=34072
* Linux 3.3.6Shea Levy2012-05-12
| | | | svn path=/nixpkgs/trunk/; revision=34070
* * Linux 3.0.31.Eelco Dolstra2012-05-09
| | | | svn path=/nixpkgs/trunk/; revision=34036
* bbswitch: upgraded to 0.4.2Mathijs Kwik2012-05-09
| | | | svn path=/nixpkgs/trunk/; revision=34025
* The jujuutils are meant for a recent kernel, more recent than our linuxHeaders.Lluís Batlle i Rossell2012-05-08
| | | | | | | | | Therefore I add recent linuxHeaders for it. It's quite a hack to build it mixed with 2.6.35 headers and 3.3.5, but it builds at least. svn path=/nixpkgs/trunk/; revision=34021
* Adding jujuutils.Lluís Batlle i Rossell2012-05-08
| | | | svn path=/nixpkgs/trunk/; revision=34020
* Linux 3.3.5Shea Levy2012-05-07
| | | | svn path=/nixpkgs/trunk/; revision=34011
* We no longer need the bootstub config patchShea Levy2012-05-05
| | | | svn path=/nixpkgs/trunk/; revision=33987
* Linux 3.3.4 (not compile tested, sorryShea Levy2012-04-30
| | | | svn path=/nixpkgs/trunk/; revision=33956
* * Linux 3.2.16.Eelco Dolstra2012-04-24
| | | | svn path=/nixpkgs/trunk/; revision=33908
* Darwin: Add `mig', `lipo', etc. to `stdenvNative'.Ludovic Courtès2012-04-23
| | | | | | Consequently, remove `darwinLipoUtility', `darwinArchUtility', etc. svn path=/nixpkgs/trunk/; revision=33893