OSDN Git Service

Add ps -n.
[android-x86/external-toybox.git] / lib /
2015-11-08 Rob LandleyNOEXIT(thingy()) wrapper to turn xwrap() functions...
2015-11-02 Rob LandleyDon't pass target $CFLAGS to host builds (telling x86...
2015-11-02 Rob LandleyIf chomp() needs to test it found \n, should also test...
2015-11-02 Elliott HughesAdd ps -Z.
2015-10-29 Rob LandleyOops, forgot to check in the header file change for...
2015-10-27 Rob LandleyReplace xcount_cpus() with a call to sysconf(_SC_NPROCE...
2015-10-25 Rob LandleyAdd xcount_cpus()
2015-09-29 Rob Landleyhelp_exit() tweak.
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-27 Rob LandleyAnother chunk of nommu support, replacing toys.recursio...
2015-09-24 Rob LandleyAdd xvfork() as a static inline and use it from various...
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-09-07 Rob LandleyRemove prompt argument from yesno(), caller can fprintf...
2015-09-07 Rob LandleySwitch HR_SI to HR_1000, make binary the default, make...
2015-09-04 Rob LandleyMake human_readable() handle base 1024 units without...
2015-08-30 Rob LandleyAdd portability.h glue to let uptime build without...
2015-08-09 Elliott HughesDifferent tools have different ideas about what human...
2015-08-09 Rob LandleyFirst pass at proper bunzip2 command line handling.
2015-08-06 Rob LandleyAdjust xexec() exit code to be 127, and tweaks for...
2015-08-06 Rob LandleySwitch nbd_client to xconnect() and make xconnect(...
2015-08-06 Rob LandleyTweak xconnect: socket can be a string (ala "ftp")...
2015-08-03 Rob LandleyFactor out xconnect(), plus some other small cleanups...
2015-08-01 Rob LandleyMove strlower() from find to lib.
2015-07-11 Elliott HughesFix 32-bit bionic toybox build.
2015-07-10 Rob LandleyAdd a basename_r() and use it in names_to_pid() to...
2015-07-10 Rob LandleyMove comment about TOYBOX_DEBUG to start of file so...
2015-07-03 Rob LandleyProbe for fork() instead of relying on a distro-specifi...
2015-07-01 Elliott HughesFix segfault with "mount -o ro,remount".
2015-06-26 Rob LandleyFactor out more not-curses infrastructure into lib.
2015-05-31 Rob LandleyMove the magic list of commands needing cleanup from...
2015-05-28 Rob LandleyAttempt to fix the mkdir LSM race.
2015-05-19 Rob LandleySwitch id over to new infrastructure, switch id to...
2015-05-18 Rob LandleyMore ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SM...
2015-05-14 Rob LandleyPromote reset (actually write a new one using the simpl...
2015-05-09 Rob LandleyAdd DIRTREE_SHUTUP to disable dirtree warnings if file...
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-30 Rob LandleyAnd remove the header part too.
2015-04-30 Rob LandleyRemove redundant numlen.
2015-04-27 Rob LandleySome infrastructure hexedit needs. (Poor man's curses.)
2015-04-20 Rob LandleyCleanup getprop, add qstrcmp() to lib for qsort (becaus...
2015-04-18 Xavier RocheLink against libattr and libsmack.
2015-04-17 Elliott Hughesterminal_size should use LINES, not ROWS.
2015-04-16 Rob LandleyPut SELINUX in a a menu, and add config option for...
2015-04-03 Rob LandleyAdd readfileat() to lib
2015-03-23 Rob LandleyTweak of Elliott Hughes's fix for an off by one error...
2015-03-21 Rob LandleyPatch from David Halls to fix mac/ios portability issue.
2015-03-16 Rob LandleyFix mount -a segfault without -O, reported by Janus...
2015-03-16 Rob LandleyRename a function to better describe what it does.
2015-03-12 Rob LandleyFactor out xgetgrnamid() and xgetpwnamid() into xwrap.c.
2015-03-09 Rob LandleyUpgrade oneit with -r (restart), -3 (send exiting PID...
2015-03-01 Rob LandleyOnly switch on printf format warnings for error_exit...
2015-03-01 Elliott Hugheslet the compiler check format strings
2015-03-01 Rob LandleyPatches from Elliott Hughes to add missing arguments...
2015-02-09 Rob LandleyCleanup/refactoring pass on hwclock.
2015-02-07 Rob LandleyRemove xexec_optargs().
2015-02-06 Rob LandleyAlright, the Android guys agree with the musl guys...
2015-01-18 Rob LandleyRemove trailing whitespace.
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...
2015-01-03 Rob LandleyMove fflush() checking to xexit() and have exit paths...
2015-01-01 Rob Landleystrtol() doesn't return error indicator for overflow...
2015-01-01 Rob LandleyDebris from flag handling rewrite: don't allow -^A...
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2014-12-31 Rob LandleyWhen you include the posix header libgen.h, glibc ...
2014-12-22 Rob LandleyAllocate space for null terminator.
2014-12-13 Rob LandleyForgot to check in a header file for base64.
2014-12-13 Rob LandleyAdd base64.
2014-12-13 Rob LandleyRemove more strncpy() calls.
2014-12-05 Rob LandleyWork with buildroot's extensively patched uClibc, and...
2014-12-05 Rob LandleyImplement xstrncat() and fix xstrndup().
2014-11-28 Rob LandleyMake sendfile use libbuf.
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 LandleyDon't include asm/* files directly.
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-11-11 Rob LandleyRemove unnecessary assignment spotted by Cynt Rynt.
2014-10-27 Rob LandleyO_CLOEXEC was confusing the O_RDONLY test in loopfiles...
2014-10-21 Rob LandleyMore static analysis fixes from Ashwini Sharma.
2014-10-21 Rob LandleyAdd TOYBOX_NORECURSE so xexec() won't make internal...
2014-10-18 Rob LandleyFactor out printf-style escape parsing logic from echo.c.
2014-10-14 Rob LandleyUse O_CLOEXEC instead of O_RDONLY to signal loopfiles_r...
2014-10-02 Rob LandleyWorkaround for musl's faccessat bug (the rm -r "error...
2014-09-28 Rob LandleyBrown paper bag time: comma_scan() didn't work for...
2014-09-28 Rob LandleyDon't segfault for --help of single.sh build of OLDTOY...
2014-09-26 Rob LandleyThe only illegal characters in a username are ":" ...
2014-09-22 Rob LandleyRespond to two static analysis issues in dirtree_path...
2014-09-20 Rob LandleyTweak portability.h for uClibc version in buildroot...
2014-09-15 Rob LandleySecond attempt at one way xpopen().
2014-09-14 Rob LandleySplit xpopen() into xpopen_both(), xpopen(), and xrun...
2014-09-07 Rob LandleyDebugging pass on mount. Not quite done yet, but the...
2014-09-06 Rob LandleyWork around uClibc brain-damage.
2014-08-25 Rob LandleyWork in progress snapshot of mount, with fallout to...
next