1. d332c04 Shout from the rooftops that pending is not like other directories. by Rob Landley · 9 years ago
  2. 77d7424 Yet more ps work. Still not there yet. by Rob Landley · 9 years ago
  3. 3c0be8a unshare: fix -r by Samuel Holland · 9 years ago
  4. 776aa3c Before trying to remount read only, see if block device responds to "become rw" by Rob Landley · 9 years ago
  5. e398112 Implement Android restorecon. by Elliott Hughes · 9 years ago
  6. 6425277 Fix load_policy error reporting. by Elliott Hughes · 9 years ago
  7. 39d52a8 getenforce takes no arguments. by Elliott Hughes · 9 years ago
  8. 8d9623a setenforce takes exactly one argument. by Elliott Hughes · 9 years ago
  9. 56af708 Make more(1) usable. by Elliott Hughes · 9 years ago
  10. d5959c2 Revert last mdev commit because it copied code out of a GPLv2 program. by Rob Landley · 9 years ago
  11. 1dd3704 To ensure that toybox can be installed alongside busybox without by Paul Barker · 9 years ago
  12. 0808937 Another in-progress ps snapshot. by Rob Landley · 9 years ago
  13. 97c536c ps checkpoint du jour. Does not work yet. by Rob Landley · 9 years ago
  14. 9a733fc Redoing ps from scratch. Random checkpoint that probably doesn't even compile. by Rob Landley · 9 years ago
  15. 857912e Fix head bug pointed out by felix janda (recent -123 code broke first file argument of -n). by Rob Landley · 9 years ago
  16. a64e35b Fix sed bug David Halls hit trying to compile libiconv. by Rob Landley · 9 years ago
  17. 5d431d1 Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. by Rob Landley · 9 years ago
  18. 32422d1 Promote setenforce to android. by Rob Landley · 9 years ago
  19. 960cad1 Cleanup setenforce. by Rob Landley · 9 years ago
  20. 3fd794f Promote getenforce. by Rob Landley · 9 years ago
  21. e3a2ab3 Cleanup getenforce. by Rob Landley · 9 years ago
  22. 8d3b398 tail: add old -123 support and comment out #-f until it's actually implemented. by Rob Landley · 9 years ago
  23. 9c25bcb Promote load_policy to android. by Rob Landley · 9 years ago
  24. d410645 Minor cleanup of load_policy. by Rob Landley · 9 years ago
  25. d6d4ad0 Implement load_policy. by Elliott Hughes · 9 years ago
  26. 47dd328 Promote runcon to android (and add an android menu). by Rob Landley · 9 years ago
  27. 9a4128f Trivial runcon cleanups. by Rob Landley · 9 years ago
  28. fd1ff92 Add runcon(1). by Elliott Hughes · 9 years ago
  29. 845dc93 add missing space in dd output by Elliott Hughes · 9 years ago
  30. 33f0455 Another bug from David Halls: find -exec wasn't consuming its argument when it didn't activate. by Rob Landley · 9 years ago
  31. 0d39f2f install -D bugfix from David Halls. by Rob Landley · 9 years ago
  32. 2fd8a74 Add -123 support to head (suggested by Elliott Hughes). by Rob Landley · 9 years ago
  33. 893a092 mdev : add hotplugin feature by Hyejin Kim · 9 years ago
  34. a9f4ec2 I added error handling code in write_rotate(). by Hyejin Kim · 9 years ago
  35. d0bc1a3 More ps cleanup, mostly refactoring. by Rob Landley · 9 years ago
  36. 98d8203 Minor ps refactoring. by Rob Landley · 9 years ago
  37. 438ad4c Clean up sort help text. by Rob Landley · 9 years ago
  38. 052df40 Switch nsenter to default y. by Rob Landley · 9 years ago
  39. bbaa683 Implement shred -u and switch to default y in defconfig. by Rob Landley · 9 years ago
  40. 9330bcb Remove cat -v help text debris. by Rob Landley · 9 years ago
  41. c1ab8da The time command depends on floating point support. by Rob Landley · 9 years ago
  42. be4048d Make find accept numeric uid/gid, and simplify makedevs using the new infrastructure. by Rob Landley · 9 years ago
  43. 9ff639c Make install support numeric uid/gids (reported by Kylie McClain). by Rob Landley · 9 years ago
  44. b8140d1 Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. by Rob Landley · 9 years ago
  45. 128928f Fix mktemp when TMPDIR is set to empty string, reported by Kylie McClain. by Rob Landley · 9 years ago
  46. 4216f59 Add -m to mknod by Rob Landley · 9 years ago
  47. c776bde Use xsignal() instead of signal(). by Rob Landley · 9 years ago
  48. 8a3c0ed Fix thinko (don't &toybuf to get scratch space) and add -v option. by Rob Landley · 9 years ago
  49. e6abb61 Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and signal handling. by Rob Landley · 9 years ago
  50. e3edd6c sed depends on -r to be rightmost flag to simplify the REG_EXTENDED test. by Rob Landley · 9 years ago
  51. 40f7fb0 Quick cleanup pass on tar. by Rob Landley · 9 years ago
  52. 38e5485 On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's an int. Even though long _is_ 32 bits on a 32 bit systems, gcc warns about it because reasons. by Rob Landley · 9 years ago
  53. 5f1f34a Fix several printf_format warnings. by Rob Landley · 9 years ago
  54. 4bbec1e fix format problems in tar.c by Elliott Hughes · 9 years ago
  55. 30c36d8 Patches from Elliott Hughes to fix various printf() format strings. by Rob Landley · 9 years ago
  56. 70a84a3 Patches from Elliott Hughes to add missing arguments to error_exit() calls. by Rob Landley · 9 years ago
  57. 7c3c6a9 remove accidental space in format string by Elliott Hughes · 9 years ago
  58. 3db3414 Cleanup pass on ps. by Rob Landley · 9 years ago
  59. 3737aae Minor toysh cleanup: remove another unnecessary option. by Rob Landley · 9 years ago
  60. 6b07550 BSD sed uses -E instead of -r to enable ERE. by Isabella Bosia · 9 years ago
  61. e4c8055 stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elliott Hughes). by Rob Landley · 9 years ago
  62. fb4a241 Patch from Isaac Dunham to add -r, fixed up so it doesn't try to include two flag contexts simultaneously. by Rob Landley · 9 years ago
  63. 54c7127 Add --remove-destination longopt for -F because the host version doesn't have a shortopt for it. by Rob Landley · 9 years ago
  64. c49b9a9 Make egrep and fgrep build standalone. by Rob Landley · 9 years ago
  65. 7fcd90b Split out unix2dos so scripts/single.sh and "make change" can build it standalone. by Rob Landley · 9 years ago
  66. 67d9ea5 Fix bug introduced by last commit (print template instead of toybuf). by Rob Landley · 9 years ago
  67. b2bb6e6 Only apply mktemp directory to targets that aren't already paths. by Rob Landley · 9 years ago
  68. ca6a910 Fix longopts (pointed out by Hyejin Kim). by Rob Landley · 9 years ago
  69. fb49bf0 One more cleanup pass on hwclock factoring out common code. by Rob Landley · 9 years ago
  70. 2c9b0e3 Inline rtc_open() and get_rtc_seconds(), perform resulting cleanups. by Rob Landley · 9 years ago
  71. c277f34 Cleanup/refactoring pass on hwclock. by Rob Landley · 9 years ago
  72. 452dcd5 Promote chcon to "other". by Rob Landley · 9 years ago
  73. 36a06d3 Cleanup pass on chcon. by Rob Landley · 9 years ago
  74. 9628107 Rewrite of a patch from Elliott Hughes to implement touch -h and switch API to utimensat() which offers nanosecond granularity and UTIME_OMIT/UTIME_NOW. by Rob Landley · 9 years ago
  75. 5ff7468 For some reason, ifconfig was explicitly excluding "ifconfig lo:0 127.0.0.2" style alias address assignments. No idea why. by Rob Landley · 9 years ago
  76. 6434ace Shameless meddling. by Rob Landley · 9 years ago
  77. 831a085 Use $TMPDIR if set (necessary on Android, where there is no /tmp). by Elliot Hughes · 9 years ago
  78. d57c23b Cleanup pass on env, removing exec_optargs(). by Rob Landley · 9 years ago
  79. c004520 Make toy_exec() check if argc is in optargs and deal with it there so we don't need a separate xexec_optargs(). by Rob Landley · 9 years ago
  80. a48cfba Merge unshare and nsenter (promoting and cleaning up nsenter). by Rob Landley · 9 years ago
  81. 459cab0 In rm, init using to AT_REMOVEDIR in the dir case earlier. by Rob Landley · 9 years ago
  82. bd6c3f3 Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFOLLOW) is not supported. by Rob Landley · 9 years ago
  83. 436a5c0 Commit 1061 said "this gets expand off my to-review list". Remove it from the list. by Rob Landley · 9 years ago
  84. afd712a Cleanup mountpoint and remove it from the pending README. by Rob Landley · 9 years ago
  85. b5e7220 bootchartd: Removing wrong free call to non-malloc'ed string. by Luis Felipe Strano Moraes · 9 years ago
  86. 4bb3a35 Fix sed s//\[newline]/ line continuations. by Rob Landley · 9 years ago
  87. ef0546d fix hwclock's rtc selection by Elliott Hughes · 9 years ago
  88. 9d1d0ad fix typo in printf by Elliott Hughes · 9 years ago
  89. 468f155 Lift the basename/libgen.h shenanigans back out of portability.c and make it a static inline in portability.h, and prototype dirname() while we're at it. by Rob Landley · 9 years ago
  90. c2415d1 AOSP master has <pty.h> and builds netcat/nc. by Elliott Hughes · 9 years ago
  91. 3b91599 id.c #ifdefectomy. (ifdefs belong in headers, not in C code.) by Rob Landley · 9 years ago
  92. 7e2af1c This patch adds a TOYBOX_SELINUX configuration option to control both by Elliott Hughes · 9 years ago
  93. f492fcc Switch netcat to stop parsing command line at first nonoption argument instead of stopping after -l or -L. by Rob Landley · 9 years ago
  94. a2fd3ce Make touch -d miliseconds work. (Still only 6 digits precision instead of 9, but it's a start.) by Rob Landley · 9 years ago
  95. 50d3207 i found a few problems while manually smoke testing toybox chown versus toolbox (NetBSD) chown... by Elliott Hughes · 9 years ago
  96. 698a160 Let chown build standalone. by Rob Landley · 9 years ago
  97. 9d66c41 sed bugfix: N or n at end of script would save the terminating NULL as the resume position, so the script would restart from beginning. by Rob Landley · 9 years ago
  98. 3a4917a sed s/// can have line continuations in the replacement part, with or without a \ escaping the newline. by Rob Landley · 9 years ago
  99. d3d633f Promote printf. by Rob Landley · 9 years ago
  100. d0dead3 One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.) by Rob Landley · 9 years ago