1. 5ceecb6 Fix minor syntax issue by WHR · 5 months ago
  2. b55f420 Skip pipes and sockets by WHR · 10 months ago
  3. 8c54f14 Add a descriptive comment in build output by WHR · 10 months ago
  4. 162ad6a Reject invalid option combination by WHR · 10 months ago
  5. 447db2c Initialize local variables to empty as necessary by WHR · 10 months ago
  6. 860e171 Use the result from function get_perl_executable_path to run perl(1) by WHR · 11 months ago
  7. 5f7c7c8 Fix existing aliases breaking function definitions by WHR · 11 months ago
  8. 54d7a3b Support completing comma-separated flag names in bash(1) by WHR · 11 months ago
  9. e97703d Add ioctl request numbers for Linux i386 by WHR · 11 months ago
  10. 1d8fbce Uninstall completion if _init_completion function failed by WHR · 12 months ago
  11. 4e454d5 Rename some internal functions and undefine internal function chflags_loop after use for embedded script output by WHR · 12 months ago
  12. 6799989 Add completion support for bash(1) by WHR · 12 months ago
  13. 8469161 Move the unused ioctl function into a separated file by WHR · 12 months ago
  14. 862adf5 which: skip names that end with '/' by WHR · 12 months ago
  15. 1be08e2 Reset OPTIND before using getopts in functions by WHR · 12 months ago
  16. d2430a0 Support getting perl(1) executable path from environment; add a custom which(1) implementation as an Unix shell function by WHR · 12 months ago
  17. e7ba8cc Ignore empty flag strings; localize some more variables in chflags function by WHR · 12 months ago
  18. 9bea428 Add build-function.sh which can generate an all-in-one script for including from an existing shell session by WHR · 12 months ago
  19. ee35af6 Support using perl(1) to call ioctl(2) as an alternative to toolbox(1) by WHR · 12 months ago
  20. 24adb9b Remove an unused variable assignment by WHR · 12 months ago
  21. 1d62e99 Fix replacing flags with '=' prefix didn't work as expected; support Linux on mips, powerpc and sparc by WHR · 12 months ago
  22. 773e04b Skip EXT2_IOC_SETFLAGS if new flags is same as original flags by WHR · 12 months ago
  23. 7068985 Recur into subdirectory even if EXT2_IOC_GETFLAGS failed for that directory by WHR · 12 months ago
  24. 19bf800 Implement chflags(1) options by WHR · 12 months ago
  25. 672b85e Implement chflags(1) for Linux by WHR · 12 months ago