summaryrefslogtreecommitdiff
path: root/Kernel/FileDescriptor.cpp
AgeCommit message (Expand)Author
2019-02-03Kernel: Oops, I mixed up st_dev and st_rdev in struct stat.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-31Make stat() work on device files again.Andreas Kling
2019-01-31Remove the last remaining #ifndef SERENITY blocks.Andreas Kling
2019-01-30Deallocate PTY's when they close.Andreas Kling
2019-01-30Add a String::format() and use that in place of ksprintf() in the Kernel.Andreas Kling
2019-01-23Kernel: Get rid of Unix namespace.Andreas Kling
2019-01-23Move VFS sources into Kernel/.Andreas Kling