Andreas Kling
|
f5a0b6961c
|
Fix mkdir with relative paths.
|
2018-11-18 23:28:43 +01:00 |
|
Andreas Kling
|
de4604ac95
|
Finally hook up the mkdir code to a syscall.
Added a /bin/mkdir that makes directories. How very neat :^)
There are various limitations because of missing functionality.
|
2018-11-18 15:02:16 +01:00 |
|
Andreas Kling
|
c653bb09b3
|
Don't include empty segments in canonicalized paths.
This makes "/foo/" and "/foo" both resolve to "/foo".
|
2018-11-10 15:46:39 +01:00 |
|
Andreas Kling
|
e9cdb6bb9b
|
Fix all current build warnings in LibC.
|
2018-11-09 10:09:46 +01:00 |
|
Andreas Kling
|
88ad59bfb1
|
Add a simple FileSystemPath class that can canonicalize paths.
Also a simple StringBuilder to help him out.
|
2018-10-28 08:54:20 +01:00 |
|