index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
cp.cpp
Age
Commit message (
Expand
)
Author
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-28
Userland+Terminal: Port to new CArgsParser API
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-13
cp: Use pledge()
Andreas Kling
2019-11-02
cp: Fail immediately if there's not enough space for the destination
Andreas Kling
2019-11-02
cp: Read/write 32 KB at a time to go faster :^)
Andreas Kling
2019-11-02
cp: Try to pre-size the destination file to the final size up front
Andreas Kling
2019-09-07
cp: Implement directory copying
Aaron Malpas
2019-09-07
cp: Refactor copying into copy_file function
Aaron Malpas
2019-09-07
cp: Use LibCore/CArgsParser for command-line arg parsing
Aaron Malpas
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-06-07
Userland: Run clang-format on everything.
Andreas Kling
2019-03-27
Kernel: Add Inode::truncate(size).
Andreas Kling
2019-03-07
Userland: Fix broken permissions for files created by /bin/cp.
Andreas Kling
2019-03-06
Userland: /bin/cp needs to handle open(dst) failing with EISDIR.
Andreas Kling
2019-03-06
Userland: Support "cp foo somedirectory"
Andreas Kling
2019-03-01
Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp.
Andreas Kling
2019-01-27
/bin/cp: Handle partial write() case.
Andreas Kling
2019-01-27
Userland: Make a simple /bin/cp for copying files.
Andreas Kling