2015-03-06 |
Rob Landley | sed depends on -r to be rightmost flag to simplify... |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Rob Landley | The "no }" error with find | xargs sed is because toy_i... |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Rob Landley | Yank $STRIP from config (and STRIP=no weirdness) and... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Hyejin Kim | scripts/mkflags.c : main function need return 0 if... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Rob Landley | Quick cleanup pass on tar. |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Rob Landley | On 64 bit, subtracting two pointers produces a long... |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Rob Landley | Fix several printf_format warnings. |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Rob Landley | Only switch on printf format warnings for error_exit... |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Elliott Hughes | let the compiler check format strings |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Elliott Hughes | fix format problems in tar.c |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Rob Landley | Patches from Elliott Hughes to fix various printf(... |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Rob Landley | Patches from Elliott Hughes to add missing arguments... |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Elliott Hughes | remove accidental space in format string |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Elliott Hughes | fix copy/paste-o in useradd.test |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Rob Landley | Cleanup pass on ps. |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Rob Landley | 0.5.2 release notes. |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Rob Landley | Minor toysh cleanup: remove another unnecessary option. |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Isabella Bosia | BSD sed uses -E instead of -r to enable ERE. |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Rob Landley | Add LDFLAGS and STRIP=no support. |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Rob Landley | Add "make change" output to .hgignore |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Rob Landley | More 'splaining. |
commit | commitdiff | tree | snapshot |
2015-02-26 |
Rob Landley | Added tag 0.5.2 for changeset 8ce8c5365f8b upstream/0.5.2 |
commit | commitdiff | tree | snapshot |
2015-02-25 |
Rob Landley | stat -f didn't work on 32 bit systems because type... |
commit | commitdiff | tree | snapshot |
2015-02-18 |
Rob Landley | Patch from Isaac Dunham to add -r, fixed up so it doesn... |
commit | commitdiff | tree | snapshot |
2015-02-18 |
Yeongdeok Suh | Separate 'userdel' from testing syntax. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Rob Landley | Add --remove-destination longopt for -F because the... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Rob Landley | Only discard optargs in toy_exec() after finding the... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Rob Landley | Make egrep and fgrep build standalone. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Rob Landley | Fix --help for single.sh builds. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Rob Landley | Split out unix2dos so scripts/single.sh and "make chang... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Rob Landley | Move guts of "make change" to scripts/change.sh, don... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Rob Landley | Fix bug introduced by last commit (print template inste... |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Rob Landley | Only apply mktemp directory to targets that aren't... |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Rob Landley | Fix longopts (pointed out by Hyejin Kim). |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Rob Landley | One more cleanup pass on hwclock factoring out common... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Rob Landley | Inline rtc_open() and get_rtc_seconds(), perform result... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Rob Landley | Cleanup/refactoring pass on hwclock. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Rob Landley | Promote chcon to "other". |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Rob Landley | Cleanup pass on chcon. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Rob Landley | Rewrite of a patch from Elliott Hughes to implement... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Rob Landley | For some reason, ifconfig was explicitly excluding... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Elliott Hughes | netcfg is being removed, but shows up in the toybox... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Rob Landley | Shameless meddling. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Elliot Hughes | Use $TMPDIR if set (necessary on Android, where there... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Rob Landley | Build standalone commands where "depends on" config... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Rob Landley | Clean up the output of "make change". |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Rob Landley | Remove xexec_optargs(). |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Rob Landley | Cleanup pass on env, removing exec_optargs(). |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Rob Landley | Make toy_exec() check if argc is in optargs and deal... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Rob Landley | Merge unshare and nsenter (promoting and cleaning up... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Rob Landley | In rm, init using to AT_REMOVEDIR in the dir case earlier. |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Rob Landley | Alright, the Android guys agree with the musl guys... |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Rob Landley | Commit 1061 said "this gets expand off my to-review... |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Rob Landley | Cleanup mountpoint and remove it from the pending README. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Luis Felipe... | bootchartd: Removing wrong free call to non-malloc... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Rob Landley | Fix sed s//\[newline]/ line continuations. |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Elliott Hughes | fix hwclock's rtc selection |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Elliott Hughes | fix typo in printf |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Rob Landley | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Rob Landley | Lift the basename/libgen.h shenanigans back out of... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Elliott Hughes | fix non-glibc basename(3) usage |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Rob Landley | Move pty.h back to toys.h (under LSB 4.1 headers). |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Elliott Hughes | AOSP master has <pty.h> and builds netcat/nc. |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Rob Landley | id.c #ifdefectomy. (ifdefs belong in headers, not in... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Elliott Hughes | This patch adds a TOYBOX_SELINUX configuration option... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Rob Landley | Added tag 0.5.1 for changeset 62a7d617e1ce |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Rob Landley | Switch netcat to stop parsing command line at first... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Rob Landley | Make touch -d miliseconds work. (Still only 6 digits... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Elliott Hughes | i found a few problems while manually smoke testing... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Rob Landley | Let chown build standalone. |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Rob Landley | sed bugfix: N or n at end of script would save the... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Rob Landley | sed s/// can have line continuations in the replacement... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Rob Landley | Promote printf. |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Rob Landley | One more bugfix for printf.c, with test suite entry... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Rob Landley | Cleanup pass on printf. |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Rob Landley | More half-finished cleanup of printf.c, and more test... |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Rob Landley | Since "printf" is a shell builtin, printf.test wasn... |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Rob Landley | More printf cleanup, and test suite entries. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Rob Landley | Fix sed backslash parsing in square bracket pattern... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Rob Landley | Another cleanup pass on printf. |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Rob Landley | Move fflush() checking to xexit() and have exit paths... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Rob Landley | Cleanup pass on printf. |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Rob Landley | Need to update install.c for the changed OLDTOY() argum... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Rob Landley | Tweak status.html |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Rob Landley | Switch a lot of strncpy() calls to xstrncpy(). |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Rob Landley | strncpy(optptr, hname, strlen(hname)) is really just... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Rob Landley | strtol() doesn't return error indicator for overflow... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Rob Landley | Debris from flag handling rewrite: don't allow -^A... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Elliott Hughes | typo fixes |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Rob Landley | Fix for mix from Isaac Dunham (who can actually test... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Rob Landley | Redo option parsing infrastructure so #define FORCE_FLA... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Rob Landley | When CP_MORE was disabled, the d flag was still in... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Rob Landley | When you include the posix header libgen.h, glibc ... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Rob Landley | Link to gmane web archive. |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Rob Landley | Another random link for the design page. |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Rob Landley | Fluff out help text. |
commit | commitdiff | tree | snapshot |
2014-12-27 |
Rob Landley | Promote mix |
commit | commitdiff | tree | snapshot |
2014-12-27 |
Rob Landley | Cleanup mix.c. |
commit | commitdiff | tree | snapshot |
2014-12-24 |
Rob Landley | Teach factor to accept whitespace separated arguments... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
Elliott Hughes | getenforce and setenforce |
commit | commitdiff | tree | snapshot |
next |