Jonas 'Sortie' Termansen
|
c8c34d3cdd
|
readdirents(2) now properly reports ERANGE.
|
2012-01-15 00:43:13 +01:00 |
|
Jonas 'Sortie' Termansen
|
c94f6b64c3
|
readdirents(2) now returns ERANGE if insufficient storage space
was provided, but that the needed size could be copied to d_namelen.
|
2012-01-14 23:06:18 +01:00 |
|
Jonas 'Sortie' Termansen
|
9f35df813e
|
Implemented errno(3), added support in both kernel and utils.
|
2011-11-22 17:26:47 +01:00 |
|
Jonas 'Sortie' Termansen
|
324a9a1a22
|
Fixed bug in initfs causing panics.
|
2011-11-22 12:44:23 +01:00 |
|
Jonas 'Sortie' Termansen
|
8b2b52b9f6
|
Added unlink(2) and rm(1).
|
2011-11-21 19:01:56 +01:00 |
|
Jonas 'Sortie' Termansen
|
23fde42249
|
Added readdirents(2), which ls(1) now uses, and added dir devices.
The initfs and ramfs are now able to list their contents.
|
2011-11-21 00:02:53 +01:00 |
|
Jonas 'Sortie' Termansen
|
190989646b
|
Added an filesystem able to browse the initrd.
|
2011-11-20 16:25:32 +01:00 |
|