Commits
Click on a commit to change the comparison rangeprint_numeric: print mode in octal when the mode is too large
This was caught when testing chmod inside of Redox OS.
Previously, doing `chmod 10777 file` will cause an error stating that
"mode is too large (4607 > 7777", which is both incorrect and contains
a missing parenthesis. We now print the large octal value in terms of
octal. test_chmod: add a test case for modes that are too large