Collection of random command line tools

[Releases]
Clone this repo:

Branches

  1. ff56353 Tool vmstat: don't require the incorrect unit when parsing /proc/meminfo by WHR · 4 weeks ago master
  2. 40fb2f3 Additionally print a line feed character after the 'Toolbox!' message, from the Windows NT DLL startup routine by WHR · 4 weeks ago
  3. 2ea7bc3 Correct a preprocessor directive by WHR · 6 weeks ago
  4. c903c58 Tool df: prefer statvfs(3) on most platforms by WHR · 6 weeks ago
  5. 4dfb32a Clean intermediate source file vmstat.c by WHR · 6 weeks ago
  6. fcce1d3 Move df.c to df_u.c by WHR · 6 weeks ago
  7. fbf6555 Tool hostname: use strchr(3) by WHR · 1 year, 6 months ago
  8. ad9e126 Tool hostname: handle potential ENAMETOOLONG from gethostname(3) properly, and print truncated name as appropriate by WHR · 1 year, 7 months ago
  9. 8eeb446 Rework command line options parsing code for some tools by WHR · 1 year, 7 months ago
  10. 9e1873e Tool dd: don't try to seek terminal by WHR · 1 year, 7 months ago
  11. b52c49d Tool ps: correct some format type mismatches by WHR · 2 years, 3 months ago
  12. 8e36d62 Make libprocstat/platform.c be capable to include mulitple platform interfaces for a given platform by WHR · 2 years, 4 months ago
  13. 3d3764b Tool ioctl: fix logical error of option '-r' handling by WHR · 2 years, 4 months ago
  14. 7d1f9ba Tool touch: allow specifying '-t 0' by WHR · 2 years, 6 months ago
  15. 4f304e6 Tool ioctl: add option '-u' to allow operating on a specified file descriptor by WHR · 2 years, 9 months ago
  16. 40679d5 Tool ioctl: print leading '0x' for ioctl(2) output bytes by WHR · 2 years, 10 months ago
  17. fd9c9d5 Tool reboot: reject invalid options by WHR · 3 years ago
  18. a3acbcc Unified executable 'toolbox' will need PROC_LIBS by WHR · 3 years, 1 month ago
  19. 4235716 Tool tee: fix endless loop when an output file can't be open(2)ed by WHR · 3 years, 2 months ago
  20. 9c51f54 Tool uname: fix missing new line on '-o' and '-X' by WHR · 3 years, 4 months ago