summary refs log tree commit diff
path: root/pkgs/os-specific/linux/busybox
Commit message (Collapse)AuthorAge
* busybox: fix minimal build with musl libcVladimír Čunát2015-10-25
| | | | | | | | | Now we always enable large file support, as it should be cheap enough, and avoids also problems on some filesystems #10181. The minimal build disables (almost) all options, so it was building without large file support. However, in musl the `off_t` is *always* 64-bit, which lead to problems, now detected during build time.
* busybox: 1.22.1 -> 1.23.2William A. Kennington III2015-05-06
| | | | | Also use musl as libc since it is just as small as uclibc, usually more performant, and regularly makes releases.
* busybox: Optionally use uclibcEelco Dolstra2014-10-29
|
* busybox: Allow running from within the Nix storeEelco Dolstra2014-10-29
| | | | | | This enables running the busybox program directly from the Nix store (i.e. as /nix/store/<hash>-busybox). We need this for the stdenv bootstrap.
* busybox: Enable building a minimal configurationEelco Dolstra2014-10-29
| | | | | | | | This starts with "make allnoconfig" rather than "make defconfig", making it easier to turn on only the needed features. Also, fix broken .config generation (the presence of "#" lines confused parseconfig).
* busybox: Remove unused patchEelco Dolstra2014-10-29
|
* libgcrypt, libgpg-error, busybox: improve determinismAlexander Kjeldaas2014-09-13
|
* Move CIFS support into a separate moduleEelco Dolstra2014-07-30
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* busybox: update from 1.21.1 to 1.22.1Peter Simons2014-04-09
|
* Upgrade busybox from 1.20.2 -> 1.21.1William A. Kennington III2013-11-28
|
* Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-28
| | | | Pet peeve...
* busybox: fix build by adding a missing <sys/resource.h> includePeter Simons2012-11-21
| | | | This patch is going to be in the next release: http://lists.busybox.net/pipermail/busybox/2012-May/077766.html
* busybox: Update to 1.20.2Eelco Dolstra2012-08-13
|
* busybox: Update to 1.20.1Eelco Dolstra2012-06-28