OSDN Git Service

Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
[android-x86/external-toybox.git] / lib / portability.h
2016-05-04 Rob LandleySimplify ps android scheduling policy fetch slightly.
2016-05-01 Elliott HughesAdd a ps "PCY" field for Android scheduling policy.
2016-04-08 Rob LandleyRedefining basename_r to mean something random seems...
2016-03-02 Rob LandleyThe last-ever release of uClibc didn't #define MS_RELATIME.
2016-02-19 Rob LandleyRLIMIT_RTTIME was added to the kernel in 2008, you...
2016-02-09 Rob LandleyAdd ulimit.
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2015-08-30 Rob LandleyAdd portability.h glue to let uptime build without...
2015-07-11 Elliott HughesFix 32-bit bionic toybox build.
2015-05-18 Rob LandleyMore ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SM...
2015-05-09 Rob LandleyMove not-curses code into interstingtimes.c
2015-05-03 Rob LandleyMove a prototype to the start of portability.h (suggest...
2015-05-01 Rob LandleyPortability bits for the recent ls smack changes.
2015-04-18 Xavier RocheLink against libattr and libsmack.
2015-04-16 Rob LandleyPut SELINUX in a a menu, and add config option for...
2015-03-01 Rob LandleyOnly switch on printf format warnings for error_exit...
2015-03-01 Elliott Hugheslet the compiler check format strings
2015-02-06 Rob LandleyAlright, the Android guys agree with the musl guys...
2015-01-18 Rob LandleyLift the basename/libgen.h shenanigans back out of...
2015-01-18 Elliott Hughesfix non-glibc basename(3) usage
2015-01-16 Rob LandleyMove pty.h back to toys.h (under LSB 4.1 headers).
2015-01-16 Elliott HughesAOSP master has <pty.h> and builds netcat/nc.
2015-01-16 Rob Landleyid.c #ifdefectomy. (ifdefs belong in headers, not in...
2015-01-16 Elliott HughesThis patch adds a TOYBOX_SELINUX configuration option...
2014-12-31 Rob LandleyWhen you include the posix header libgen.h, glibc ...
2014-12-05 Rob LandleyWork with buildroot's extensively patched uClibc, and...
2014-11-22 Rob LandleyAs long as Android's going to require fortify, fixup...
2014-11-22 Elliott HughesA patch against your current ToT that builds in AOSP
2014-11-21 Rob LandleyPatch from Elliott Hughes for Android/bionic build.
2014-11-19 Rob LandleyFixups for the android/bionic build probes patch.
2014-11-19 Isaac Dunhamprobe for getspnam(), forkpty(), utmpx, replace sethost...
2014-10-02 Rob LandleyWorkaround for musl's faccessat bug (the rm -r "error...
2014-09-20 Rob LandleyTweak portability.h for uClibc version in buildroot...
2014-09-06 Rob LandleyWork around uClibc brain-damage.
2014-08-12 Ashwini SharmaPatches to commands for issues reported from static...
2014-07-20 Rob LandleyAdd utf8 support to ls -C.
2014-05-06 Rob LandleyUse compiler built-in macros to determine if argument...
2014-04-16 Rob LandleyProbes for O_NOFOLLOW that compile and run something...
2014-03-29 Rob LandleyGroup headers by standard (POSIX or LSB) or function...
2014-01-28 Isaac DunhamTwo changes to shut up GCC:
2013-12-19 Rob LandleyOnly define MNT_DETACH for old glibc, portability.h...
2013-12-19 Rob LandleyRegression test against Ancient Build Environment ...
2013-03-12 Rob LandleyCompile time probe to fish O_NOFOLLOW out of linux...
2013-03-09 Rob LandleyO_NOFOLLOW is specified by posix-2008 and varies by...
2013-02-24 Rob LandleyComment updates and a policy statement about avoiding...
2013-02-04 Rob LandleyMore support for old (~2008) build environments, move...
2013-01-15 Rob LandleyWork around more random uClibc-specific breakage.
2012-12-01 Rob LandleyFix ancient glibc workaround to force fstatat64
2012-11-27 Rob LandleyThe headers of uClibc and older glibc got unhappy with...
2012-11-17 Rob LandleyMore touch cleanup to use generic infrastructure: use...
2012-11-13 Rob LandleyOlder versions of glibc predated posix-2008. They still...
2012-06-16 Rob LandleyMore header fiddling: crypt.h is silly, SUSv4 requires...
2012-03-20 Rob LandleyRemove "feature test macros", replace non-portable...
2012-03-16 Georgi ChorbadzhiyskiImplement Apple and Android versions of getline(),...
2012-03-08 Rob LandleyConsolidate headers.
2010-01-06 Rob LandleyShut up even MORE gcc/glibc spurious warnings.
2007-11-16 Rob LandleyAdd noreturn mark to [p]error_exit(), suggested by...
2007-02-13 Rob LandleyMacOS X has a defective sed with no -r.
2007-02-03 Rob LandleyTeach build to build only the toys/*.c selected in...
2007-01-19 Rob LandleyAdd fdprintf(). Remove reread() and rewrite() which...
2007-01-15 Rob LandleyAdd start of mke2fs/gene2fs, and some other stuff I...