aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/netboot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use general hardening flag toggle listsFranz Pletz2016-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* netboot: turn off format hardeningRobin Gloster2016-02-121-1/+3
|
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-061-2/+2
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* netboot: simplify, build only on 64bitDomen Kožar2014-08-261-41/+12
|
* netboot: change to a fixed version, fix buildVladimír Čunát2013-02-231-24/+11
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-181-1/+1
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Fixing tarball buildMichael Raskin2011-08-291-0/+1
| | | | svn path=/nixpkgs/trunk/; revision=28873
* Adding netbootMichael Raskin2011-08-291-0/+59
svn path=/nixpkgs/trunk/; revision=28872