about summary refs log tree commit diff
path: root/pkgs/tools/misc/ipxe
Commit message (Collapse)AuthorAge
* ipxe: allow usage of preConfigure again, and add a simpler way to extend the ↵michael bishop2016-10-18
| | | | options
* treewide: remove executable flags from .nix filesFranz Pletz2016-09-27
|
* ipxe: 20141124 -> 20160831 (#18938)Pascal Bach2016-09-25
| | | HTTPS support is enabled
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-06-10
|\
| * Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-03-28
|\|
| * ipxe: fix gcc5 buildJoachim Fasting2016-03-19
| | | | | | | | | | | | | | | | | | gcc5 enables additional warnings, causing the build to fail with -Werror. The build could be fixed by specifically disabling errors for `discarded-array-qualifiers` and `logical-not-parentheses` warnings, but simply passing -Wno-error is more future proof. See https://hydra.nixos.org/build/33274006/nixlog/1/raw
* | 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
* | ipxe: turn off pic/stackprotector hardeningRobin Gloster2016-02-22
|/
* Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway2015-12-05
| | | | Communication happens on Github so names should be consistent.
* ipxe: add undionly.kpxe so the outputmichael bishop2015-11-05
| | | | its needed to chainload iPXE from normal PXE
* fixup "git-export" directory namesVladimír Čunát2015-01-13
| | | | | | | All tested to build. For freetalk the hash change seems unrelated to fetchgit changes. FIXME: it might be suitable to adapt nix-prefetch-git.
* nixpkgs: iPXE initial packageEmery Hemingway2014-12-04