index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-06-06
Shell: Check the exit status of all spawned child processes.
Andreas Kling
2019-06-06
FIFO: Raise SIGPIPE in processes that write() to a broken pipe.
Andreas Kling
2019-06-06
tail: Shell programs should return 1 to indicate failure.
Andreas Kling
2019-06-06
FIFO: Let write() fail with EPIPE if there's no reader.
Andreas Kling
2019-06-06
cat: Fix some oversights in error handling.
Andreas Kling
2019-06-06
Documentation: Describe compatible QEMU versions
Conrad Pankoff
2019-06-06
LookupServer+LibC: Add support for reverse DNS lookups via gethostbyaddr().
Andreas Kling
2019-06-06
LibC: inet_pton() should return 1 on success, 0 or -1 on failure.
Andreas Kling
2019-06-05
Ports: Remove bashisms and switch all scripts to /bin/sh.
Larkin Nickle
2019-06-05
CEventLoop: Don't bother looking through fds when select() returns 0.
Andreas Kling
2019-06-04
Shell: Separate fd rewirings from redirections.
Andreas Kling
2019-06-04
Make sure the CI has qemu-utils installed.
Andreas Kling
2019-06-04
Build: Remove grub from default build process
Conrad Pankoff
2019-06-04
Kernel: Parse cmdline for root filesystem e.g. root=/dev/hda1
Conrad Pankoff
2019-06-04
Kernel: Fix KParams parsing with trailing space in kernel cmdline
Conrad Pankoff
2019-06-04
AK: Add String::starts_with to match String::ends_with
Conrad Pankoff
2019-06-04
Kernel: Add KParams class for accessing kernel cmdline parameters (#188)
Conrad Pankoff
2019-06-04
AK: Add AKString::split_limit to split strings with a limit
Conrad Pankoff
2019-06-03
LibC: Implement popen() and pclose().
Andreas Kling
2019-06-03
Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scroll
Christopher Dumas
2019-06-03
Terminal: Implement scroll region termcodes
Christopher Dumas
2019-06-03
Painter: Reduce the number of draw_text overloads to only involve StringView
Robin Burchell
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-06-03
StringView: Make construction of String from a StringView containing a String...
Robin Burchell
2019-06-03
Userland: Implement recursive `rm`
Christopher Dumas
2019-06-03
LibC: Implement dirfd().
Andreas Kling
2019-06-02
WindowServer: Always update the maximize button icon when we should.
Andreas Kling
2019-06-02
CIODevice: Update m_error if a write() fails.
Andreas Kling
2019-06-02
Kernel: Implement MBR partition loader (#168)
Conrad Pankoff
2019-06-02
sync: Make this work for Fedora
Robin Burchell
2019-06-02
Take StringView in more places
Robin Burchell
2019-06-02
AK: Add implicit String -> StringView conversion
Robin Burchell
2019-06-02
Userland: Use CFile in dmesg
Robin Burchell
2019-06-02
Userland: Use CFile in mm
Robin Burchell
2019-06-02
Userland: Use CFile in ps
Robin Burchell
2019-06-02
Userland: Use CFile inside sysctl
Robin Burchell
2019-06-02
Boot: Let's start GRUB with no timeout.
Andreas Kling
2019-06-02
FileSystem: Rename VFS::fchmod() -> chmod().
Andreas Kling
2019-06-02
FileSystem: Route chown() and fchown() through VFS for access control.
Andreas Kling
2019-06-02
FileSystem: Only retrieve inode metadata once in VFS::chown().
Andreas Kling
2019-06-02
Userland: Add tee command (#166)
vger92
2019-06-02
Kernel: Rename OffsetDiskDevice to DiskPartition
Conrad Pankoff
2019-06-02
Kernel: Rename offset parameter of OffsetDiskDevice to block_offset
Conrad Pankoff
2019-06-02
Kernel: Add DISK_SIZE option to sync.sh
Conrad Pankoff
2019-06-02
Kernel: Implement OffsetDiskDevice to prepare for partition support
Conrad Pankoff
2019-06-02
Kernel: Memory-mapped files now have the absolute path as their name.
Andreas Kling
2019-06-02
Kernel: Make better use of the multiboot info.
Andreas Kling
2019-06-02
Kernel: Add comment block about File, taking some from Device.
Andreas Kling
2019-06-02
AK: Add a comment to String about the relationship with StringImpl.
Andreas Kling
2019-06-01
Kernel: Add fchown() syscall.
Andreas Kling
[prev]
[next]