1. 51f0e0f Add -Wno-write-strings by Tamir Duberstein · 2 years, 9 months ago
  2. dd410d5 [config] Suppress implicit fallthrough by Tamir Duberstein · 3 years, 1 month ago
  3. 776854c [build] //src/sys/components -> //build/components by Shai Barack · 3 years, 2 months ago
  4. d132fd8 [components] src/sys/build -> build/components by Shai Barack · 3 years, 2 months ago
  5. 3396488 [build] Modernize sbase package by Shai Barack · 3 years, 5 months ago
  6. ee9c151 [build][alln] Fix Zircon library dependency by David 'Digit' Turner · 3 years, 8 months ago
  7. 39bd4c1 [Wconversion] Suppress warnings by Shai Barack · 3 years, 9 months ago
  8. a427130 [Wconversion] Suppress warnings by Shai Barack · 3 years, 9 months ago
  9. b6eb0ea [alln][fdio] Move //zircon/system/ulib/fdio to //sdk/lib/fdio by Suraj Malhotra · 4 years ago
  10. b62f6d9 [build] introduce a common target for core by James Tucker · 4 years, 2 months ago
  11. 38aeada [sbase] Fix buffer overflow in find. by Yifei Teng · 4 years, 5 months ago
  12. d503e6b [sbase] remove deprecated, unused package by James Tucker · 5 years ago
  13. f893302 [packages] create a shell=true package per binary by James Tucker · 5 years ago
  14. 9441ded [sbase] Temporarily re-add sbase to system image. by Adam Perry · 5 years ago
  15. fb40e83 [sbase] all tools are now marked "shell" by James Tucker · 6 years ago
  16. 5c3449a [sbase] Drop support for whoami by Derek Gonyeo · 6 years ago
  17. 1a8d14e [fuchsia] Move to fdio_spawn by Adam Barth · 6 years ago
  18. 17a412d Update README.fuchsia by Petr Hosek · 6 years ago
  19. 7266c10 Update README.fuchsia by Damien Miller · 6 years ago
  20. 65e6e65 [pkg] Use the new deprecated_system_package alias by George Kulakowski · 6 years ago
  21. 8c63a02 [sbase] Link against fdio by Sean Klein · 6 years ago
  22. e09df8a launchpad is not part of the sysroot anymore. by P.Y. Laligand · 6 years ago
  23. 757ca4f BUILD.gn: don't build cron binary by Nick Kralevich · 6 years ago
  24. 4875e5a [3rdparty][sbase] Make clear what is implemented by Carlos Pizano · 7 years ago
  25. 2dcb707 Update path to package template by P.Y. Laligand · 7 years ago
  26. 57a2624 [build] Add system_image property to package() by Adam Barth · 7 years ago
  27. 51d2fcf [gn] Format all BUILD.gn files by George Kulakowski · 7 years ago
  28. bac524d [build] Fix building within zircon by Mike Voydanoff · 7 years ago
  29. 2eeb5c3 Don't call daemon() in cron on Fuchsia by George Kulakowski · 7 years ago
  30. 18ea2ed Rename Magenta to Zircon by George Kulakowski · 7 years ago
  31. f735cf9 [tar] Fix support for pipes in Fuchsia by Jim Beveridge · 7 years ago
  32. aa0b3ca [tar] Improve performance of -c/-x/-t. by Jim Beveridge · 7 years ago
  33. 2a2d692 Use MX_OK instead of NO_ERROR by George Kulakowski · 7 years ago
  34. c214ce0 Add package config for sbase by James Robinson · 7 years ago
  35. e6ef6dd Fix magenta rules.mk files by Brian Swetland · 7 years ago
  36. c1e80dd Teach sbase itself about major and minor device numbers by George Kulakowski · 7 years ago
  37. d36683e Fix link error by Adam Barth · 7 years ago
  38. 1a26cb5 Fix unused function warning by Adam Barth · 7 years ago
  39. e05802e Disable tools that don't work reasonably by Adam Barth · 7 years ago
  40. 1439321 [xargs] basic process launch working on Fuchsia by Brian Swetland · 7 years ago
  41. a624524 [find] disable loop detection by Brian Swetland · 7 years ago
  42. 3a9060d [build] support building in Magenta by Brian Swetland · 7 years ago
  43. dd1707d Handle char signedness differences on ARM by George Kulakowski · 7 years ago
  44. 2c2f580 Don't build time and uname by Adam Barth · 7 years ago
  45. 38f8154 Add BUILD.gn and README.fuchsia by Adam Barth · 7 years ago
  46. 30fd43d libutil/unescape.c: simplify and add \E by Mattias Andrée · 7 years ago
  47. 9a903c6 libutil/unescape.c: only print argv0 once on error by Mattias Andrée · 7 years ago
  48. 2c424c0 cp.1: source and dest are not optional by Mattias Andrée · 7 years ago
  49. d301322 getconf: fail if any other flag than -v is used by Mattias Andrée · 7 years ago
  50. 9ab1478 ed: fix commit 2ccc1e8 by Roberto E. Vargas Caballero · 7 years ago
  51. b95c8ed ed: Don't use strlcpy() by Roberto E. Vargas Caballero · 7 years ago
  52. 78bfd89 Revert "ed: remove double free in join()" by Roberto E. Vargas Caballero · 7 years ago
  53. 89f5f84 ed: Treat addresses of 0 as 1 for insert by Thomas Mannay · 8 years ago
  54. 441f73a ls: print filenames on the fly rather than in a buffer by Quentin Rameau · 8 years ago
  55. 60da4fb paste: fix warning on indentation in parallel() by Robert Karl · 7 years ago
  56. 2481042 cp: Also preserve atime/mtime for symlinks by Michael Forney · 7 years ago
  57. e03a57d cp: Check result of utimensat by Michael Forney · 8 years ago
  58. a8a9b3b xinstall: Check result of fchmod by Michael Forney · 8 years ago
  59. 5e4e6ae od: Fix buffer overflow if -N flag is larger than BUFSIZ by Michael Forney · 8 years ago
  60. 9e594a9 Add a TODO-note about crypt.c by Laslo Hunhold · 7 years ago
  61. 52e4932 crypt: Add some missing error checks for cryptsum by Michael Forney · 8 years ago
  62. 609169d install: ignore -s by Mattias Andrée · 8 years ago
  63. b7fb3a5 xinstall: Fix broken memmove with -t by Michael Forney · 7 years ago
  64. 87f4083 parsemode: No need to return after eprintf by Michael Forney · 8 years ago
  65. aded902 remove install.1 on make uninstall by parazyd · 7 years ago
  66. 123f784 printf: handle \0 in %b arguments by Evan Gates · 8 years ago
  67. d6154bd Makefile: sort file lists by Evan Gates · 8 years ago
  68. 4b5a948 targets must be prerequisites to .PHONY not commands by Evan Gates · 8 years ago
  69. e2f886c ed: Use strlcpy() instead of strcpy() and other minor things by Laslo Hunhold · 7 years ago
  70. 370e0ae ed: add manpage by Thomas Mannay · 8 years ago
  71. 30da327 ed: remove double free in join() by Thomas Mannay · 8 years ago
  72. 2304df9 ed: place newly joined lines correctly by Thomas Mannay · 8 years ago
  73. 6965207 ed: giving j only one address does nothing by Thomas Mannay · 8 years ago
  74. 61e0639 ed: remove infinite loops in join() and getindex() by Thomas Mannay · 8 years ago
  75. d2bd40a find: remove VLAs by Evan Gates · 8 years ago
  76. 0b27c0c find: estrdup before basename by Evan Gates · 8 years ago
  77. b7c73e2 ed: Fix backslash expressions in RHS by Wolfgang Corcoran-Mathe · 8 years ago
  78. f5baf26 ed: Don't match against line 0 in search() by Wolfgang Corcoran-Mathe · 8 years ago
  79. 28129a8 Add rev(1) by Mattias Andrée · 8 years ago
  80. fb11173 tr: Fix multiple ranges with different lengths (Michael Forney) by Laslo Hunhold · 8 years ago
  81. d24ef86 ls: respect -q when printing directory names with -R by Evan Gates · 8 years ago
  82. 071dcc4 ls: fix ls -lq to respect -q flag by Evan Gates · 8 years ago
  83. b5ebd49 tr: Provide a fallthrough case for single-arg -s by Laslo Hunhold · 8 years ago
  84. c154ef7 tr(1): Properly handle the -dc case for character classes by Laslo Hunhold · 8 years ago
  85. 096c504 tr(1): Properly jump to output when inside set complement by Laslo Hunhold · 8 years ago
  86. 456f3c4 tr.1: Make note of some changes in the utility by Laslo Hunhold · 8 years ago
  87. bc4c293 Revamp tr(1) set parsing and handling by FRIGN · 8 years ago
  88. 9de401a Fix tr(1) squeezing by FRIGN · 8 years ago
  89. fac091b getconf.sh: Be more explicit we are using a heredoc here by FRIGN · 8 years ago
  90. de28c8b use only one getconf header by Evan Gates · 8 years ago
  91. 96ccf51 find: check whether readdir failed, and properly check timestamps by Mattias Andrée · 8 years ago
  92. e8a3a3e test: -erwx test against effetive uid/gid, not real by Mattias Andrée · 8 years ago
  93. da04e4c pathchk: fixes and cleanup by Mattias Andrée · 8 years ago
  94. e3f497e subtract 'a' from indices for marks by Evan Gates · 8 years ago
  95. 3c12b28 touch: Avoid unnecessary call to stat by Michael Forney · 8 years ago
  96. 2e5f128 touch: Use special UTIME_NOW and UTIME_OMIT values by Michael Forney · 8 years ago
  97. 36a0a6c touch: Remove useless variable by Michael Forney · 8 years ago
  98. 0941c9a touch: Respect caller's umask by Michael Forney · 8 years ago
  99. a211649 ln: Only fail if same inode without -f flag by Michael Forney · 8 years ago
  100. 083d145 install: Handle -c flag as a no-op by Michael Forney · 8 years ago