Commit History

Author SHA1 Message Date
  Rob Landley fc0fbe6788 Move lib/lib.c into main.c so make.sh doesn't have to split it out seperately. (Nothing else in lib/ has to rebuild when command list changes.) 2 years ago
  Rob Landley 61cb6ab6b9 Move #include <sys/syscall.h> into toys.h. 2 years ago
  Rob Landley a558435edc Update version to 0.8.6 and add release notes. 2 years ago
  Rob Landley 29e7ed94a1 Second attempt at making --help work with alias ls="ls --color" 3 years ago
  Rob Landley 7a48df38d4 0.8.5 release 3 years ago
  Rob Landley 75b89012c9 Remove CONFIG_TOYBOX_I18N and just always support utf8. 3 years ago
  Rob Landley dbf10c6437 Past time for 0.8.4 3 years ago
  Rob Landley 114541b98e Redo NOFORK plumbing so commands like eval/unset can access/edit shell state. 4 years ago
  Rob Landley 2b729ee1e0 Move TOYBOX_VERSION fallback definition to toys.h. 4 years ago
  Rob Landley 0e289fc051 Forgot to check in the toys.envc declaration. 5 years ago
  Rob Landley d1f51490ee Work around musl-libc limitation. 5 years ago
  Rob Landley 677cd8cea2 Add TOYFLAG_ARGFAIL() to allow argument parsing failures to exit with value. 5 years ago
  Elliott Hughes bbadc5e141 Fix sigjmp_buf/jmp_buf mismatches. 5 years ago
  Rob Landley 81207825c5 Fix various warnings building on FreeBSD. 5 years ago
  Rob Landley 747e296ff6 Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x) 5 years ago
  Elliott Hughes 890909a6d0 macOS: work around header idiosyncracies. 5 years ago
  Rob Landley 7fe1c73cf9 Inline toys/e2fs.h into mke2fs.c. (Debris from the dawn of time.) 6 years ago
  Rob Landley 19ebdb7d87 Use char for exitval and wasroot (first capped at 8 bits and second's a flag). 6 years ago
  Rob Landley eb24df9749 Split out _xexit() from xexit() and give sigatexit() multiple callbacks. 8 years ago
  Rob Landley df07fb73be Wean scripts/install.c off toys.h so cross compiling less brittle. 8 years ago
  Rob Landley ca311f1a41 Fix two CFG_TOYBOX_SUID corner cases: 8 years ago
  Rob Landley f96bb3d8e7 Start of TAGGED_ARRAY() infrastructure. 8 years ago
  Rob Landley fc7543b7f6 Make "ps -o TIME+ -k TIME+" work. Factor out -o field names, field lengths, 8 years ago
  Rob Landley aaecbbac2f Expand toys.optargs to 64 bits so people adding more options to ls don't run out. 8 years ago
  Rob Landley 7d6af77804 Make defconfig build for nommu. 8 years ago
  Rob Landley 3b51a07e47 Another chunk of nommu support, replacing toys.recursion with toys.stacktop. 8 years ago
  Rob Landley e5354ca12a Replace toys.exithelp with help_exit() in lib. 8 years ago
  Rob Landley 0cb5b70fa4 Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and 9 years ago
  Rob Landley 9398f05d34 Move a prototype to the start of portability.h (suggested by Elliott Hughes) 9 years ago
  Rob Landley 0a4bd4b89f Move pty.h back to toys.h (under LSB 4.1 headers). 9 years ago