Age | Commit message (Expand) | Author |
2018-12-07 | Forgot to check the portability.? changes. (Oops.) | Rob Landley |
2018-12-04 | macOS: move getmountlist.c functions into portability.c. | Elliott Hughes |
2018-11-30 | macOS: remove unnecessary <stdio.h> workarounds. | Elliott Hughes |
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-28 | Rename interestingtimes.c to tty.c. (It's the "not curses" code.) | Rob Landley |
2018-10-27 | Dirtree shouldn't put a "No" in front of filename for "permission denied". | Rob Landley |
2018-10-22 | Don't call TIOCGWINSZ on non-ttys | Nick Kralevich |
2018-10-21 | Make ./top -d .1234567890m work. | Rob Landley |
2018-10-21 | Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo | Rob Landley |
2018-10-21 | Move start_redraw() to lib/ and have ps.c (top) use it. | Rob Landley |
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-10 | Rewrite of watch. | Rob Landley |
2018-10-10 | Trivial speedup to format_iso_time(), teach parsetime() leading garbage != 0. | Rob Landley |
2018-10-10 | Add xsignal_flags() and more consistently use xsignal() instead of signal(). | 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-16 | Nommu systems want to _exit() after vfork when exec fails, but should do clea... | Rob Landley |
2018-09-15 | Fix glibc build after 013876f067a11ebfcf47789921b376e7bf3bf5b8. | Elliott Hughes |
2018-09-09 | Variable data needs to go at the end. | Rob Landley |
2018-09-08 | Tweaks to make building with Android NDK's llvm happier. | Rob Landley |
2018-08-21 | Use \033 instead of \e gcc extension. | Rob Landley |
2018-08-17 | Make microcom use set_terminal() and move speed setting into set_terminal(). | Rob Landley |
2018-08-07 | Forgot to check in the deflate header change, and pending shouldn't default y. | Rob Landley |
2018-08-03 | xgetrandom: use getrandom result if it succeeds | Patrick Oppenlander |
2018-08-02 | Move pending/compress.c to lib/deflate.c, first pass at genericizing it. | Rob Landley |
2018-07-19 | Tweak/add some comments. | Rob Landley |
2018-07-13 | Fix typo in a macro name | Konst Mayer |
2018-07-08 | Fix division by zero errors and double summary in ping. | Rob Landley |
2018-07-06 | Bionic ships newer libc with older kernels, so Android needs to fallback at | Rob Landley |
2018-07-04 | Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random) | Rob Landley |
2018-07-04 | diff: add timestamps to the ---/+++ lines and --color. | Elliott Hughes |
2018-07-02 | Fix bugs in yesterday's bufgetgrgid() work (reported by Elliott). | Rob Landley |
2018-06-30 | Loop retrying larger allocation sizes for bufgetpwuid/bufgetgrgid. | Rob Landley |
2018-06-14 | Change do_lines() semantics to end with a callback(0,0) to indicate EOF, | Rob Landley |
2018-05-06 | Support fractional seconds (and other time units) in `top -d`. | Elliott Hughes |
2018-05-03 | Add uuidgen. | Elliott Hughes |
2018-04-08 | Add cp --parents | Rob Landley |
2018-04-08 | Add mkpath() for common case of mkpathat(), and #define magic constants. | Rob Landley |
2018-04-08 | Add readlink -m to show where a missing path would be. | Rob Landley |
2018-04-03 | Factor out xtempfile() | Rob Landley |
2018-03-31 | Remove semicolon from WOULD_EXIT() macro (screws up if statement levels). | Rob Landley |
2018-03-22 | atolx should use tolower instead of toupper | Minghui Liu |