summary refs log tree commit diff
path: root/pkgs/os-specific/linux/blcr
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* BLCR 0.8.5b4 *do* work with Linux 3.10.Marco Maggesi2017-04-13
|
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* linuxPackages.blcr: turn off pic hardeningRobin Gloster2016-02-12
|
* blcr: drop support for kernel 3.12Domen Kožar2015-09-12
|
* Bumb BLCRMarco Maggesi2014-12-27
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Update and fix kernel packages to new kernel buildShea Levy2014-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In most cases, this just meant changing kernelDev (now removed from linuxPackagesFor) to kernel.dev. Some packages needed more work (though whether that was because of my changes or because they were already broken, I'm not sure). Specifics: * psmouse-alps builds on 3.4 but not 3.10, as noted in the comments that were already there * blcr builds on 3.4 but not 3.10, as noted in comments that were already there * open-iscsi, ati-drivers, wis-go7007, and openafsClient don't build on 3.4 or 3.10 on this branch or on master, so they're marked broken * A version-specific kernelHeaders package was added The following packages were removed: * atheros/madwifi is superceded by official ath*k modules * aufs is no longer used by any of our kernels * broadcom-sta v6 (which was already packaged) replaces broadcom-sta * exmap has not been updated since 2011 and doesn't build * iscis-target has not been updated since 2010 and doesn't build * iwlwifi is part of mainline now and doesn't build * nivida-x11-legacy-96 hasn't been updated since 2008 and doesn't build Everything not specifically mentioned above builds successfully on 3.10. I haven't yet tested on 3.4, but will before opening a pull request. Signed-off-by: Shea Levy <shea@shealevy.com>
* Partially revert my recent kernelPackages changesShea Levy2013-03-24
| | | | | | | | | | | | | | | | | First, pass in `self' again so that overriding works properly (thanks for pointing that out, @edolstra) Second, instead of having linuxPackages*.kernel mean something different inside the set and out, add a new attribute linuxPackages*.kernelDev, which for the generic kernel is simply linuxPackages*.kernel but for the manual-config kernel is the `dev' output (which has the build tree, source tree, etc.) The second change required trivial modifications in a bunch of expressions, I verified that all of the linuxPackages* sets defined in all-packages.nix have the same drv paths before and after the change. Signed-off-by: Shea Levy <shea@shealevy.com>
* Update BLCR to version 0.8.5Marco Maggesi2013-02-08
|
* Update BLCR to version 0.8.5 Beta 3.Marco Maggesi2013-01-09
| | | | | | This version extends support to kernels up to version 3.7.1. According to the authors, despite the "beta" in the version name, this version should be considered "stable" on non exotic architecture.
* 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
* BLCR: Add myself as mantainer. Add platforms.Marco Maggesi2011-10-12
| | | | svn path=/nixpkgs/trunk/; revision=29779
* Update BLCR to version 0.8.4.Marco Maggesi2011-10-12
| | | | svn path=/nixpkgs/trunk/; revision=29778
* blcr: Use the modDirVersion attribute to access the module dirShea Levy2011-08-17
| | | | svn path=/nixpkgs/trunk/; revision=28648
* Ooops, over-simplifiedMarco Maggesi2011-08-17
| | | | svn path=/nixpkgs/trunk/; revision=28647
* Simplify expression for BLCR (again)Marco Maggesi2011-08-17
| | | | svn path=/nixpkgs/trunk/; revision=28646
* Symplify expression for BLCRMarco Maggesi2011-08-17
| | | | svn path=/nixpkgs/trunk/; revision=28645
* Update BLCR to version 0.8.3Marco Maggesi2011-08-17
| | | | svn path=/nixpkgs/trunk/; revision=28642
* os-specific/linux/blcr: Fix url and hashMarco Maggesi2011-05-13
| | | | svn path=/nixpkgs/trunk/; revision=27249
* Improve os-specific/linux/blcr. Fix a problem with shared objectsMarco Maggesi2010-08-17
| | | | svn path=/nixpkgs/trunk/; revision=23213
* * bclr: shrink fixes.patch from 3.6 MB (!) to 11 KB by notEelco Dolstra2010-07-29
| | | | | | including Autoconf/Automake generated code. svn path=/nixpkgs/trunk/; revision=22815
* pkgs/os-specific/linux/blcr: update to version 0.8.2Marco Maggesi2010-04-15
| | | | svn path=/nixpkgs/trunk/; revision=21091
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* Make all-packages.nix instantiatable again (problem was with *Base packages ↵Michael Raskin2008-08-14
| | | | | | that were only supposed as .meta.function carriers, so some critical arguments were omitted) svn path=/nixpkgs/trunk/; revision=12628
* Minor updatesMichael Raskin2008-04-24
| | | | svn path=/nixpkgs/trunk/; revision=11708
* Adding Berkeley Labs Checkpointing/Restarting kernel module.. Work in ↵Michael Raskin2008-04-11
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