Commit History

Author SHA1 Message Date
  Rob Landley 72e7e3821b Add tar --strip-components. 2 years ago
  Rob Landley 20376512ae Silence more false positive warnings in llvm. 2 years ago
  Rob Landley 3b06f9600e Move a struct from lib.h into the one toys/pending command that uses it. 2 years ago
  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 66ecd116ed Rename remains of linestack.c to utf8.c 2 years ago
  Rob Landley 0f5f00c1d8 Remove the linestack plumbing, an old unfinished todo item that got 2 years ago
  Rob Landley 9a1b068c35 Remove tty_esc() and tty_jump() wrappers, just output ANSI directly. 2 years ago
  Rob Landley d42cb27e0b Tiny cleanup. 2 years ago
  Elliott Hughes 81859b8a57 timeout: use the monotonic clock. 2 years ago
  Rob Landley 358109442c Add find -lname -ilname and -d as a synonym for -depth. 2 years ago
  Rob Landley 0b00ea7fb8 Change xabspath() to more granular (flag based) control interface. 2 years ago
  Rob Landley ba242e08ee Teach tail -F to work on file that doesn't initially exist (needed 3 years ago
  Rob Landley d3025b14b9 Convert utf8towc from wchar_t to unsigned (to match wctoutf8). 3 years ago
  Rob Landley 664c417af5 Add lots of "static" annotations, make a couple things use FLAG() macros, etc. 3 years ago
  Rob Landley af50278fc9 Cleanup base32 slightly. 3 years ago
  Moritz Röhrich b6b5becf35 new toy: base32 3 years ago
  Rob Landley c251e32521 Fix microcom to set serial device's terminal correctly. 3 years ago
  Rob Landley 6e81203998 That last sh.c change had a lib/ change I forgot to check in. 3 years ago
  Rob Landley 660e6a384d Add nommu-able xvdaemon() and use it to remove some TOYBOX_FORK dependencies 3 years ago
  Rob Landley 67bd0be1a4 toysh: more variable/wildcard plumbing and tests. 3 years ago
  Rob Landley 5b7cc6d6c2 Replace HR_COMMAS with HR_NODOT 3 years ago
  Rob Landley ec5e6e12ee Add commas to top display, and adjust memory units to megabytes if >10G RAM. 3 years ago
  Rob Landley e9396994d3 Next round of shell work. 4 years ago
  Rob Landley 71ae0e1617 Add unescape2(), migrate some unescape() users over. 4 years ago
  Rob Landley e05d620a79 More shell plumbing. Redo of variable storage, add export. 4 years ago
  Elliott Hughes 85b02bddc0 Add rtcwake. 4 years ago
  Rob Landley 7d15b37b5c Factor out readfd() 4 years ago
  Elliott Hughes a3da7efae5 Implement readelf(1). 4 years ago
  Rob Landley 440328edfc No, optflags gets cleared by toy_init(), use toys.rebound instead. 4 years ago
  Rob Landley a2cd46a5f3 Add MAYFORK to "help", teach it to behave differently when called as a 4 years ago