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-29 04:55:08 +01:00
2018-11-17 15:56:09 +01:00
2019-01-29 04:55:08 +01:00
2018-11-10 00:56:10 +01:00
2019-01-27 10:04:53 +01:00
2019-01-28 22:40:55 +01:00
2018-11-09 14:29:00 +01:00
2018-11-12 01:28:46 +01:00
2019-01-27 20:22:06 +01:00
2019-01-26 05:20:32 +01:00
2018-12-29 03:44:37 +01:00
2018-12-21 02:10:45 +01:00
2018-12-19 21:14:55 +01:00
2019-01-29 04:55:08 +01:00
2018-11-18 15:02:16 +01:00
2018-11-17 15:56:09 +01:00
2018-12-21 02:42:30 +01:00
2018-11-17 15:56:09 +01:00
2019-01-22 07:03:44 +01:00
2019-01-28 04:16:01 +01:00
2019-01-25 15:49:54 +01:00
2018-12-04 00:27:16 +01:00
2018-12-20 00:39:29 +01:00
2019-01-18 15:35:38 +01:00
2019-01-22 00:58:56 +01:00
2018-11-09 14:29:00 +01:00
2019-01-15 08:49:24 +01:00
2018-11-09 10:24:41 +01:00