Files
ladybird/Libraries/LibC
Andreas Kling a28f29c82c Kernel+LibC: Don't allow a directory to become a subdirectory of itself
If you try to do this (e.g "mv directory directory"), sys$rename() will
now fail with EDIRINTOSELF.

Dr. POSIX says we should return EINVAL for this, but a custom error
code allows us to print a much more helpful error message when this
problem occurs. :^)
2020-11-01 19:21:19 +01:00
..
2020-04-06 11:09:01 +02:00
2020-09-27 01:02:11 +02:00
2020-10-22 18:58:53 +02:00
2020-10-30 17:03:28 +01:00
2020-10-02 16:03:17 +02:00
2020-06-23 14:12:20 +02:00
2020-09-27 01:02:11 +02:00
2020-07-06 10:01:14 +02:00
2020-09-12 13:46:15 +02:00
2020-07-11 11:33:33 +02:00
2020-07-04 10:49:36 +02:00
2020-10-15 13:45:00 +02:00
2020-10-15 13:45:00 +02:00
2020-05-07 23:32:11 +02:00
2020-09-27 01:02:11 +02:00