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-05-30
Kernel: The stat() syscall should follow symlinks.
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::resolve_path().
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::resolve_path_to_inode() and old_resolve_path().
Andreas Kling
2019-05-30
Kernel: Rename Process::cwd_custody() to Process::current_directory().
Andreas Kling
2019-05-30
FileSystem: Port most of the code over to using custodies.
Andreas Kling
2019-05-30
FileSystem: Add a Custody class that represents a parent/child guardianship.
Andreas Kling
2019-05-30
ELFLoader: Fix typo in segment naming.
Andreas Kling
2019-05-30
Kernel: Make the Process allocate_region* API's understand "int prot".
Andreas Kling
2019-05-30
Kernel: Make fcntl(F_SETFL) actually update the append/blocking flags.
Andreas Kling
2019-05-30
Ports: Add gcc-8.3.0 port :^)
Andreas Kling
2019-05-30
LibC: Move wait-related stuff to <sys/wait.h>. #POSIX
Andreas Kling
2019-05-30
Ports: Build binutils from tarball instead of git.
Andreas Kling
2019-05-30
Kernel: Add InodeFile, a File subclass for regular files.
Andreas Kling
2019-05-30
Kernel: Pass 'prot' argument to File::mmap() and act on it.
Andreas Kling
2019-05-30
Terminal: Fix some missing text attributes
Robin Burchell
2019-05-30
LibC: Add setenv().
Andreas Kling
2019-05-30
Misc: Add a simple init process
Robin Burchell
2019-05-30
Kernel/LibC: Implement sched_* functionality to set/get process priority
Robin Burchell
2019-05-30
LibC: Add malloc_size() to tell you how big an allocation might be.
Andreas Kling
2019-05-30
Kernel: Fix a bad printf, and stub out SO_ERROR a bit more fully
Robin Burchell
2019-05-29
LibM LibC: add fixes for Lua port.
Mustafa Ali CAN
2019-05-29
Port:Add Lua
Mustafa Ali CAN
2019-05-29
Terminal: Add /usr/local/bin to the default PATH.
Andreas Kling
2019-05-29
LibC: realloc() should reuse the existing allocation more often.
Andreas Kling
2019-05-29
Port: less
Christopher Dumas
2019-05-28
LibC: Don't define ALWAYS_INLINE if it's already defined.
Andreas Kling
2019-05-28
LibC: fcntl.h should define F_RDLCK.
Andreas Kling
2019-05-28
Ports: Add links
Robin Burchell
2019-05-28
Ports: Vim and ncurses
Christopher Dumas
2019-05-28
Documentation: RIP the short-lived coding style
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-28
Fix badge hopefully.
Robin Burchell
2019-05-28
Add .travis.yml
Robin Burchell
2019-05-28
Ports: Add GNU binutils.
Andreas Kling
2019-05-28
LibC: Make dlfcn stubs extern "C" like the outside world expects.
Andreas Kling
2019-05-28
LibC: Move size_t, ptrdiff_t and NULL to stddef.h. #POSIX
Andreas Kling
2019-05-28
LibC: Move struct timeval to sys/time.h. #POSIX
Andreas Kling
2019-05-28
Kernel: Remove accidentally committer .orig file.
Andreas Kling
2019-05-28
Documentation: Remove some irrelevant things from the coding style.
Andreas Kling
2019-05-28
Documentation: Import an attempt at describing the project coding style.
Andreas Kling
2019-05-28
Ports: Replace run_command use in bash with a run_replace_in_file helper
Robin Burchell
2019-05-28
Ports: Remove MAKEOPTS hacks from bash
Robin Burchell
2019-05-28
Move everything to a subdirectory
Robin Burchell
2019-05-28
Add WIP bash port
Robin Burchell
2019-05-28
port_include: Various updates
Robin Burchell
2019-05-28
Add the start of a simple ports infrastructure
Robin Burchell
2019-05-28
Shell: Allow * and ? wildcard expansion in arguments
Robin Burchell
2019-05-27
TextEditor: Fix window title when starting with an empty document.
Andreas Kling
2019-05-27
LibGUI: Add a GListView widget.
Andreas Kling
[next]