Age | Commit message (Expand) | Author | Files | Lines |
2015-02-06 | Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFO... | Rob Landley | 1 | -6/+0 |
2015-01-18 | Lift the basename/libgen.h shenanigans back out of portability.c and make it ... | Rob Landley | 1 | -4/+8 |
2015-01-18 | fix non-glibc basename(3) usage | Elliott Hughes | 1 | -0/+5 |
2015-01-16 | Move pty.h back to toys.h (under LSB 4.1 headers). | Rob Landley | 1 | -3/+0 |
2015-01-16 | AOSP master has <pty.h> and builds netcat/nc. | Elliott Hughes | 1 | -4/+1 |
2015-01-16 | id.c #ifdefectomy. (ifdefs belong in headers, not in C code.) | Rob Landley | 1 | -0/+3 |
2015-01-16 | This patch adds a TOYBOX_SELINUX configuration option to control both | Elliott Hughes | 1 | -0/+4 |
2014-12-31 | When you include the posix header libgen.h, glibc #defines basename to some r... | Rob Landley | 1 | -0/+9 |
2014-12-04 | Work with buildroot's extensively patched uClibc, and for nommu support move ... | Rob Landley | 1 | -0/+21 |
2014-11-22 | As long as Android's going to require fortify, fixup the warnings it generates. | Rob Landley | 1 | -12/+0 |
2014-11-21 | A patch against your current ToT that builds in AOSP master. | Elliott Hughes | 1 | -3/+0 |
2014-11-21 | Patch from Elliott Hughes for Android/bionic build. | Rob Landley | 1 | -1/+4 |
2014-11-19 | Fixups for the android/bionic build probes patch. | Rob Landley | 1 | -3/+5 |
2014-11-19 | probe for getspnam(), forkpty(), utmpx, replace sethostname() | Isaac Dunham | 1 | -1/+16 |
2014-10-02 | Workaround for musl's faccessat bug (the rm -r "error: is a directory" thing). | Rob Landley | 1 | -0/+6 |
2014-09-20 | Tweak portability.h for uClibc version in buildroot defconfig. | Rob Landley | 1 | -0/+2 |
2014-09-06 | Work around uClibc brain-damage. | Rob Landley | 1 | -0/+12 |
2014-08-12 | Patches to commands for issues reported from static analysis tool. | Ashwini Sharma | 1 | -0/+4 |
2014-07-20 | Add utf8 support to ls -C. | Rob Landley | 1 | -0/+5 |
2014-05-06 | Use compiler built-in macros to determine if argument parsing can use double ... | Rob Landley | 1 | -1/+10 |
2014-04-15 | Probes for O_NOFOLLOW that compile and run something aren't compatible with c... | Rob Landley | 1 | -2/+5 |
2014-03-29 | Group headers by standard (POSIX or LSB) or function (internationalization, n... | Rob Landley | 1 | -0/+8 |
2014-01-28 | Two changes to shut up GCC: | Isaac Dunham | 1 | -1/+1 |
2013-12-19 | Only define MNT_DETACH for old glibc, portability.h included _before_ sys/mou... | Rob Landley | 1 | -4/+4 |
2013-12-19 | Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. | Rob Landley | 1 | -1/+6 |
2013-03-11 | Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't...0.4.4 | Rob Landley | 1 | -0/+2 |
2013-03-09 | O_NOFOLLOW is specified by posix-2008 and varies by target, don't try to supp... | Rob Landley | 1 | -8/+0 |
2013-02-24 | Comment updates and a policy statement about avoiding #define GNU_dammit | Rob Landley | 1 | -11/+23 |
2013-02-04 | More support for old (~2008) build environments, move the #ifdef checks for s... | Rob Landley | 1 | -19/+32 |
2013-01-15 | Work around more random uClibc-specific breakage. | Rob Landley | 1 | -0/+3 |
2012-12-01 | Fix ancient glibc workaround to force fstatat64 | Rob Landley | 1 | -1/+2 |
2012-11-26 | The headers of uClibc and older glibc got unhappy with O_DIRECTORY and some o... | Rob Landley | 1 | -8/+16 |
2012-11-16 | More touch cleanup to use generic infrastructure: use getdate() from libc, us... | Rob Landley | 1 | -0/+2 |
2012-11-13 | Older versions of glibc predated posix-2008. They still provide most of what ...0.4.1 | Rob Landley | 1 | -0/+30 |
2012-06-16 | More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyp... | Rob Landley | 1 | -8/+5 |
2012-03-19 | Remove "feature test macros", replace non-portable fdprintf() with standard f... | Rob Landley | 1 | -6/+15 |
2012-03-16 | Implement Apple and Android versions of getline(), getdelim(), and clearenv(). | Georgi Chorbadzhiyski | 1 | -1/+7 |
2012-03-07 | Consolidate headers. | Rob Landley | 1 | -2/+7 |
2010-01-06 | Shut up even MORE gcc/glibc spurious warnings. | Rob Landley | 1 | -0/+9 |
2007-11-15 | Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd. | Rob Landley | 1 | -0/+5 |
2007-02-13 | MacOS X has a defective sed with no -r. | Rob Landley | 1 | -2/+18 |
2007-02-03 | Teach build to build only the toys/*.c selected in .config, and teach | Rob Landley | 1 | -0/+12 |
2007-01-18 | Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which | Rob Landley | 1 | -0/+6 |
2007-01-14 | Add start of mke2fs/gene2fs, and some other stuff I've been working on. | Rob Landley | 1 | -0/+21 |