Commit Graph

9 Commits

Author SHA1 Message Date
Fredrik Fornwall cb9e3a9ac9 Set pw_gecos to "" on 64-bit
The pw_getcos field on struct passwd is defined on 64-bit builds
but is NULL which programs does not handle (at least no openssh
which crashes). Initialize this field to "" to avoid this.
2016-03-12 15:40:05 -05:00
Fredrik Fornwall e8735a9e0a ndk_patches: Replace endpwent() with empty stub 2016-03-10 15:24:52 -05:00
Fredrik Fornwall 394bbb6454 pwd.h patch: Add casting 2015-08-12 01:29:50 -04:00
Fredrik Fornwall 4b74af2c3b busybox: Handle ash as symlink and re-enable wget 2015-08-11 21:09:58 -04:00
Fredrik Fornwall 6d5e9115d6 Minor cleanup of the pwd.h ndk patch 2015-08-03 20:32:49 -04:00
Fredrik Fornwall 341654304c ndk_patches: Fix pwd.h patch to compile in more cases 2015-07-30 21:20:15 -04:00
Fredrik Fornwall 02b55df699 Use bash as login shell by default 2015-07-30 19:47:00 -04:00
Fredrik Fornwall b57fc0bbb3 ndk_patches: Update android_setup_pwd() to avoid allocating memory, and check that ~/.termux/shell points att executable 2015-07-15 13:12:28 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00