2015-03-28 |
Elliott Hughes | Fix an obvious typo in Makefile. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Elliott Hughes | update the Android section of roadmap.html |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rob Landley | Promote setenforce to android. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rob Landley | Cleanup setenforce. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rob Landley | Promote getenforce. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rob Landley | Cleanup getenforce. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rob Landley | Flag to make llvm shut up about a broken warning. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rob Landley | tail: add old -123 support and comment out #-f until... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rob Landley | Promote load_policy to android. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rob Landley | Minor cleanup of load_policy. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Rob Landley | Explain the craptacular nature of kconfig, and the... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Bernhard Rosenkr... | Fix toybox build with C99 compilers |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Elliott Hughes | Implement load_policy. |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Rob Landley | Promote runcon to android (and add an android menu). |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Rob Landley | Trivial runcon cleanups. |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Elliott Hughes | Add runcon(1). |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Elliott Hughes | add missing space in dd output |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Rob Landley | Tweak of Elliott Hughes's fix for an off by one error... |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Elliott Hughes | Update the Android section of the roadmap. |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Rob Landley | Another bug from David Halls: find -exec wasn't consumi... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Rob Landley | install -D bugfix from David Halls. |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Rob Landley | Patch from David Halls to fix mac/ios portability issue. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Rob Landley | Add -123 support to head (suggested by Elliott Hughes). |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Hyejin Kim | mdev : add hotplugin feature |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Rob Landley | Fix mount -a segfault without -O, reported by Janus... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Rob Landley | Rename a function to better describe what it does. |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Hyejin Kim | I added error handling code in write_rotate(). |
commit | commitdiff | tree | snapshot |
2015-03-14 |
Rob Landley | More ps cleanup, mostly refactoring. |
commit | commitdiff | tree | snapshot |
2015-03-14 |
Rob Landley | Minor ps refactoring. |
commit | commitdiff | tree | snapshot |
2015-03-14 |
Rob Landley | Clean up sort help text. |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Rob Landley | Switch nsenter to default y. |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Rob Landley | Implement shred -u and switch to default y in defconfig. |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Rob Landley | Remove cat -v help text debris. |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Rob Landley | The time command depends on floating point support. |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Rob Landley | Make find accept numeric uid/gid, and simplify makedevs... |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Rob Landley | Make install support numeric uid/gids (reported by... |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Rob Landley | Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Rob Landley | Fix mktemp when TMPDIR is set to empty string, reported... |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Rob Landley | Add -m to mknod |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Rob Landley | Use xsignal() instead of signal(). |
commit | commitdiff | tree | snapshot |
2015-03-09 |
Rob Landley | Fix thinko (don't &toybuf to get scratch space) and... |
commit | commitdiff | tree | snapshot |
2015-03-09 |
Rob Landley | Upgrade oneit with -r (restart), -3 (send exiting PID... |
commit | commitdiff | tree | snapshot |
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 |
next |