Age | Commit message (Expand) | Author |
2019-10-27 | macOS: implement posix_fallocate(). | Elliott Hughes |
2019-10-23 | Use adjtimex instead of adjtime (bionic hasn't got adjtime). | Rob Landley |
2019-10-10 | The __ANDROID_NDK__ symbol is missing from ndk-r20 but Dan Albert pointed | Rob Landley |
2019-06-11 | Move sig_to_num and num_to_sig into portability.c. | Elliott Hughes |
2019-06-08 | macOS: numerous fixes. | Elliott Hughes |
2019-06-07 | Remove getprop, setprop, start, and stop from toybox | Tom Cherry |
2019-05-25 | Move notify.c into portability.c (collate the #ifdefs), move global variables | Rob Landley |
2019-05-25 | tail: support -f on BSD too. | Elliott Hughes |
2019-05-06 | Greatly simplify and speed up regexec0() using REG_STARTEND. | Rob Landley |
2019-05-02 | Android moved the scheduler policy functions in Q. | Elliott Hughes |
2019-04-21 | Shouldn't need clearenv() for macosx now we've got xclearenv. | Rob Landley |
2019-02-05 | The android NDK does not appear to have adjtime(). (It has the syscall, and | Rob Landley |
2019-01-08 | FreeBSD doesn't #define IUTF8 in termios.h, add workaround to portability.h. | Rob Landley |
2019-01-08 | Ed Maste says freebsd hasn't got sys/xattr.h, so move it to portability.h. | Rob Landley |
2019-01-08 | Add FreeBSD endianness support | Ed Maste |
2018-12-07 | macOS: fix code using POSIX 2008 `st_[acm]tim` fields. | Elliott Hughes |
2018-12-07 | Forgot to check the portability.? changes. (Oops.) | Rob Landley |
2018-11-30 | macOS: work around header idiosyncracies. | Elliott Hughes |
2018-11-30 | macOS: fix endian macros for macOS. | Elliott Hughes |
2018-11-29 | Remove an extra #include <string.h> | Rob Landley |
2018-11-29 | macOS: remove glibc 2.10 workarounds. | Elliott Hughes |
2018-11-28 | macOS: there's no <features.h> on the Mac. | Elliott Hughes |
2018-11-28 | macOS: replace local strnstr with strcasestr. | Elliott Hughes |
2018-11-28 | macOS: noreturn. | Elliott Hughes |
2018-10-20 | The static NDK fix broke the dynamic NDK build. | Rob Landley |
2018-10-10 | Fix static Android NDK build. | Rob Landley |
2018-10-07 | Fix non-android ps build. | Rob Landley |
2018-10-07 | libcutils isn't in the NDK. | Elliott Hughes |
2018-10-04 | Make it possible to build the AOSP .config against glibc. | Elliott Hughes |
2018-09-15 | Fix glibc build after 013876f067a11ebfcf47789921b376e7bf3bf5b8. | Elliott Hughes |
2018-09-08 | Tweaks to make building with Android NDK's llvm happier. | Rob Landley |
2018-07-04 | Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random) | Rob Landley |
2018-01-01 | Cleanup logger.c, and move the facilitynames/prioritynames SYSLOG_NAMES | Rob Landley |
2017-05-21 | Cleaup chrt | Rob Landley |
2017-05-08 | Remove old uClibc compatibility glue. It's been 5 years since the last release. | Rob Landley |
2017-04-30 | Android NDK doesn't have cutils/sched_policy.h so add a probed config symbol. | Rob Landley |
2017-02-20 | Fix dmesg -c and -C. | Elliott Hughes |
2016-05-04 | Simplify ps android scheduling policy fetch slightly. | Rob Landley |
2016-04-30 | Add a ps "PCY" field for Android scheduling policy. | Elliott Hughes |
2016-04-08 | Redefining basename_r to mean something random seems popular (bionic and freebsd | Rob Landley |
2016-03-01 | The last-ever release of uClibc didn't #define MS_RELATIME. | Rob Landley |
2016-02-18 | RLIMIT_RTTIME was added to the kernel in 2008, you can't expect uClibc to hav... | Rob Landley |
2016-02-09 | Add ulimit. | Rob Landley |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-08-30 | Add portability.h glue to let uptime build without TOYBOX_UTMPX. | Rob Landley |
2015-07-11 | Fix 32-bit bionic toybox build. | Elliott Hughes |
2015-05-18 | More ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SMACK support from | Rob Landley |
2015-05-08 | Move not-curses code into interstingtimes.c | Rob Landley |
2015-05-03 | Move a prototype to the start of portability.h (suggested by Elliott Hughes) | Rob Landley |
2015-05-01 | Portability bits for the recent ls smack changes. | Rob Landley |