3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rm(1) usage now works without crashing.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
ramfs doesn't allow opening files as directories.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
The shell can now print %.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
cat(1) now writes to /dev/tty.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
-1 is no longer an allowed system call.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed descriptors not being reset by SysExit.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
execve(2) now sets errno=EACCESS on non-buffer files.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
The ELF loader now uses errno.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
cp(1) can now support the syntax cp /bin/snake /
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Improved error codes in devfs.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Implemented errno(3), added support in both kernel and utils.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
/ is no longer a valid filename under ramfs.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
execve(2) now works relative to current dir.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
execve(2) can now load programs from the filesystem.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed bug in initfs causing panics.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added devfs, with files /tty and /null and mounted it at /dev.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Mount-points are now handled properly within the kernel.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added unlink(2) and rm(1).
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added cp(1).
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed bug where SortedList::Search did not sort the list if needed.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added chdir(2), getcwd(2), which mxsh and ls now uses.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Help now shell-offs ls /bin, instead of ls /.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed tripple-fault when creating a new frame, after the current was gc'd.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Missing files from the previous two commits. Ooops!
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
ramfs now supports O_TRUNC.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added readdirents(2), which ls(1) now uses, and added dir devices.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed bug in previous commit. Ooops.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
/ is no longer a valid filename in ramfs.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Improvements to sortix/mount.cpp
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added strncmp(3).
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago