- 93c6264 [sbase] Don't make components for shell builtins by Aaron Wood · 3 months ago main master
- 8a4ef48 [build][assembly] Restrict visiblity of sbase binaries and remove unused targets by Aaron Wood · 1 year, 1 month ago
- 01a488a [assembly] Remove unused sbase shell package by Aidan Wolter · 1 year, 6 months ago
- 2239ac4 [assembly] Move sbase binaries list to gni import by Aidan Wolter · 1 year, 6 months ago
- 7fe9bcc [assembly] Add non-shell-package for sbase by Aidan Wolter · 1 year, 6 months ago
- 26969d9 [sbase] Create group by Shai Barack · 3 years ago
- 17f014e [sbase] Create a GN target for sbase binaries by Xyan Bhatnagar · 3 years ago
- 835c04e [sbase] Disable whoami binary by Abdulla Kamar · 3 years, 3 months ago
- b95daf5 [cpp] Suppress -Wstrict-prototypes by Shai Barack · 3 years, 6 months ago
- 51f0e0f Add -Wno-write-strings by Tamir Duberstein · 3 years, 8 months ago
- dd410d5 [config] Suppress implicit fallthrough by Tamir Duberstein · 4 years ago
- 776854c [build] //src/sys/components -> //build/components by Shai Barack · 4 years, 1 month ago
- d132fd8 [components] src/sys/build -> build/components by Shai Barack · 4 years, 1 month ago
- 3396488 [build] Modernize sbase package by Shai Barack · 4 years, 4 months ago
- ee9c151 [build][alln] Fix Zircon library dependency by David 'Digit' Turner · 4 years, 7 months ago
- 39bd4c1 [Wconversion] Suppress warnings by Shai Barack · 4 years, 8 months ago
- a427130 [Wconversion] Suppress warnings by Shai Barack · 4 years, 8 months ago
- b6eb0ea [alln][fdio] Move //zircon/system/ulib/fdio to //sdk/lib/fdio by Suraj Malhotra · 4 years, 10 months ago
- b62f6d9 [build] introduce a common target for core by James Tucker · 5 years ago
- 38aeada [sbase] Fix buffer overflow in find. by Yifei Teng · 5 years ago
- d503e6b [sbase] remove deprecated, unused package by James Tucker · 6 years ago
- f893302 [packages] create a shell=true package per binary by James Tucker · 6 years ago
- 9441ded [sbase] Temporarily re-add sbase to system image. by Adam Perry · 6 years ago
- fb40e83 [sbase] all tools are now marked "shell" by James Tucker · 6 years ago
- 5c3449a [sbase] Drop support for whoami by Derek Gonyeo · 7 years ago
- 1a8d14e [fuchsia] Move to fdio_spawn by Adam Barth · 7 years ago
- 17a412d Update README.fuchsia by Petr Hosek · 7 years ago
- 7266c10 Update README.fuchsia by Damien Miller · 7 years ago
- 65e6e65 [pkg] Use the new deprecated_system_package alias by George Kulakowski · 7 years ago
- 8c63a02 [sbase] Link against fdio by Sean Klein · 7 years ago
- e09df8a launchpad is not part of the sysroot anymore. by P.Y. Laligand · 7 years ago
- 757ca4f BUILD.gn: don't build cron binary by Nick Kralevich · 7 years ago
- 4875e5a [3rdparty][sbase] Make clear what is implemented by Carlos Pizano · 7 years ago
- 2dcb707 Update path to package template by P.Y. Laligand · 7 years ago
- 57a2624 [build] Add system_image property to package() by Adam Barth · 8 years ago
- 51d2fcf [gn] Format all BUILD.gn files by George Kulakowski · 8 years ago
- bac524d [build] Fix building within zircon by Mike Voydanoff · 8 years ago
- 2eeb5c3 Don't call daemon() in cron on Fuchsia by George Kulakowski · 8 years ago
- 18ea2ed Rename Magenta to Zircon by George Kulakowski · 8 years ago
- f735cf9 [tar] Fix support for pipes in Fuchsia by Jim Beveridge · 8 years ago
- aa0b3ca [tar] Improve performance of -c/-x/-t. by Jim Beveridge · 8 years ago
- 2a2d692 Use MX_OK instead of NO_ERROR by George Kulakowski · 8 years ago
- c214ce0 Add package config for sbase by James Robinson · 8 years ago
- e6ef6dd Fix magenta rules.mk files by Brian Swetland · 8 years ago
- c1e80dd Teach sbase itself about major and minor device numbers by George Kulakowski · 8 years ago
- d36683e Fix link error by Adam Barth · 8 years ago
- 1a26cb5 Fix unused function warning by Adam Barth · 8 years ago
- e05802e Disable tools that don't work reasonably by Adam Barth · 8 years ago
- 1439321 [xargs] basic process launch working on Fuchsia by Brian Swetland · 8 years ago
- a624524 [find] disable loop detection by Brian Swetland · 8 years ago
- 3a9060d [build] support building in Magenta by Brian Swetland · 8 years ago
- dd1707d Handle char signedness differences on ARM by George Kulakowski · 8 years ago
- 2c2f580 Don't build time and uname by Adam Barth · 8 years ago
- 38f8154 Add BUILD.gn and README.fuchsia by Adam Barth · 8 years ago
- 30fd43d libutil/unescape.c: simplify and add \E by Mattias Andrée · 8 years ago
- 9a903c6 libutil/unescape.c: only print argv0 once on error by Mattias Andrée · 8 years ago
- 2c424c0 cp.1: source and dest are not optional by Mattias Andrée · 8 years ago
- d301322 getconf: fail if any other flag than -v is used by Mattias Andrée · 8 years ago
- 9ab1478 ed: fix commit 2ccc1e8 by Roberto E. Vargas Caballero · 8 years ago
- b95c8ed ed: Don't use strlcpy() by Roberto E. Vargas Caballero · 8 years ago
- 78bfd89 Revert "ed: remove double free in join()" by Roberto E. Vargas Caballero · 8 years ago
- 89f5f84 ed: Treat addresses of 0 as 1 for insert by Thomas Mannay · 8 years ago
- 441f73a ls: print filenames on the fly rather than in a buffer by Quentin Rameau · 8 years ago
- 60da4fb paste: fix warning on indentation in parallel() by Robert Karl · 8 years ago
- 2481042 cp: Also preserve atime/mtime for symlinks by Michael Forney · 8 years ago
- e03a57d cp: Check result of utimensat by Michael Forney · 8 years ago
- a8a9b3b xinstall: Check result of fchmod by Michael Forney · 8 years ago
- 5e4e6ae od: Fix buffer overflow if -N flag is larger than BUFSIZ by Michael Forney · 8 years ago
- 9e594a9 Add a TODO-note about crypt.c by Laslo Hunhold · 8 years ago
- 52e4932 crypt: Add some missing error checks for cryptsum by Michael Forney · 8 years ago
- 609169d install: ignore -s by Mattias Andrée · 8 years ago
- b7fb3a5 xinstall: Fix broken memmove with -t by Michael Forney · 8 years ago
- 87f4083 parsemode: No need to return after eprintf by Michael Forney · 8 years ago
- aded902 remove install.1 on make uninstall by parazyd · 8 years ago
- 123f784 printf: handle \0 in %b arguments by Evan Gates · 8 years ago
- d6154bd Makefile: sort file lists by Evan Gates · 8 years ago
- 4b5a948 targets must be prerequisites to .PHONY not commands by Evan Gates · 8 years ago
- e2f886c ed: Use strlcpy() instead of strcpy() and other minor things by Laslo Hunhold · 8 years ago
- 370e0ae ed: add manpage by Thomas Mannay · 8 years ago
- 30da327 ed: remove double free in join() by Thomas Mannay · 8 years ago
- 2304df9 ed: place newly joined lines correctly by Thomas Mannay · 8 years ago
- 6965207 ed: giving j only one address does nothing by Thomas Mannay · 8 years ago
- 61e0639 ed: remove infinite loops in join() and getindex() by Thomas Mannay · 8 years ago
- d2bd40a find: remove VLAs by Evan Gates · 8 years ago
- 0b27c0c find: estrdup before basename by Evan Gates · 8 years ago
- b7c73e2 ed: Fix backslash expressions in RHS by Wolfgang Corcoran-Mathe · 8 years ago
- f5baf26 ed: Don't match against line 0 in search() by Wolfgang Corcoran-Mathe · 8 years ago
- 28129a8 Add rev(1) by Mattias Andrée · 8 years ago
- fb11173 tr: Fix multiple ranges with different lengths (Michael Forney) by Laslo Hunhold · 8 years ago
- d24ef86 ls: respect -q when printing directory names with -R by Evan Gates · 9 years ago
- 071dcc4 ls: fix ls -lq to respect -q flag by Evan Gates · 9 years ago
- b5ebd49 tr: Provide a fallthrough case for single-arg -s by Laslo Hunhold · 9 years ago
- c154ef7 tr(1): Properly handle the -dc case for character classes by Laslo Hunhold · 9 years ago
- 096c504 tr(1): Properly jump to output when inside set complement by Laslo Hunhold · 9 years ago
- 456f3c4 tr.1: Make note of some changes in the utility by Laslo Hunhold · 9 years ago
- bc4c293 Revamp tr(1) set parsing and handling by FRIGN · 9 years ago
- 9de401a Fix tr(1) squeezing by FRIGN · 9 years ago
- fac091b getconf.sh: Be more explicit we are using a heredoc here by FRIGN · 9 years ago
- de28c8b use only one getconf header by Evan Gates · 9 years ago
- 96ccf51 find: check whether readdir failed, and properly check timestamps by Mattias Andrée · 9 years ago