Files
ladybird/LibC
Andreas Kling c30e2c8d44 Implement basic chmod() syscall and /bin/chmod helper.
Only raw octal modes are supported right now.
This patch also changes mode_t from 32-bit to 16-bit to match the on-disk
type used by Ext2FS.

I also ran into EPERM being errno=0 which was confusing, so I inserted an
ESUCCESS in its place.
2019-01-29 04:55:08 +01:00
..
2019-01-16 12:57:07 +01:00
2018-11-06 14:42:28 +01:00
2018-11-08 12:59:16 +01:00
2019-01-23 06:57:00 +01:00
2019-01-23 07:32:16 +01:00
2019-01-28 04:16:01 +01:00