index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2019-02-28
Kernel: Implement basic SIGSTOP and SIGCONT support.
Andreas Kling
2019-02-28
Kernel: Only allow sending signals to process you own.
Andreas Kling
2019-02-28
Kernel: kill() syscall should support sending a signal to yourself.
Andreas Kling
2019-02-28
ProcessManager: Start working on a graphical process manager.
Andreas Kling
2019-02-27
Userland: Add a simple /bin/stat program.
Andreas Kling
2019-02-27
Kernel: Allow uid 0 to read/write/execute any file.
Andreas Kling
2019-02-27
Ext2FS: Fix hole in Ext2FSInode::directory_entry_count() locking.
Andreas Kling
2019-02-27
Kernel: Use KResult in link().
Andreas Kling
2019-02-27
Kernel: Use KResult in unlink() and rmdir().
Andreas Kling
2019-02-27
Kernel: chmod() should allow superuser to change mode bits of any file.
Andreas Kling
2019-02-27
Add chown() syscall and a simple /bin/chown program.
Andreas Kling
2019-02-27
More compat work towards porting vim.
Andreas Kling
2019-02-26
LibC: Make errno codes be #defines instead of enum values.
Andreas Kling
2019-02-26
Compat work towards porting vim.
Andreas Kling
2019-02-26
Kernel: Simplify ELF loading a bit.
Andreas Kling
2019-02-26
Compat work towards making bash-5.0 build with less patches.
Andreas Kling
2019-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling
2019-02-26
More compat work.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-25
Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t.
Andreas Kling
2019-02-25
Kernel: Add KResult and KResultOr<T> classes.
Andreas Kling
2019-02-25
Convert more RetainPtr use to Retained.
Andreas Kling
2019-02-25
AK: Add Retained<T>, like RetainPtr, but never null.
Andreas Kling
2019-02-24
Kernel: Make dump_backtrace() kinda sorta work.
Andreas Kling
2019-02-24
Ext2FS: Don't copy more than sizeof(ext2_inode) bytes of raw inode data.
Andreas Kling
2019-02-23
LibC: Enough compat work to make binutils-2.32 build and run.
Andreas Kling
2019-02-22
Switch over to building everything with i686-elf-g++.
Andreas Kling
2019-02-22
Throw away the Clock app since we now have a clock in the menubar. :^)
Andreas Kling
2019-02-22
Start fixing things up to build with a proper cross-compiler.
Andreas Kling
2019-02-22
Ext2FS: Tweak a debug message to print file mode in octal.
Andreas Kling
2019-02-22
Kernel: Respect the process umask in open() and mkdir().
Andreas Kling
2019-02-22
Kernel: Pass process arguments directly on the stack.
Andreas Kling
2019-02-22
Kernel: Don't allocate and discard an extra stack for every process.
Andreas Kling
2019-02-21
Kernel+Userland: Implement setuid() and setgid() and add /bin/su
Andreas Kling
2019-02-21
Kernel: sigpending() and sigprocmask() should validate memory writes.
Andreas Kling
2019-02-21
Kernel: Add file permission checks to link() syscall.
Andreas Kling
2019-02-21
Kernel: Add file permission checks to utime() syscall.
Andreas Kling
2019-02-21
Kernel: Process::cwd_inode() should return a reference.
Andreas Kling
2019-02-21
Kernel: Separate VFS stat() from open().
Andreas Kling
2019-02-21
Kernel: Start adding various file system permission checks.
Andreas Kling
2019-02-21
Add a simple /bin/df which gathers its info from /proc/df.
Andreas Kling
2019-02-21
Kernel: Add link() syscall to create hard links.
Andreas Kling
2019-02-20
Support resizing the Terminal app.
Andreas Kling
2019-02-20
Ext2FS: Remove the inode cache lock in favor of one big lock instead.
Andreas Kling
2019-02-20
Kernel: If someone else zero-fills a shared VMO page, don't freak out.
Andreas Kling
2019-02-20
Kernel: Don't remove from SharedBuffer map while iterating it.
Andreas Kling
2019-02-20
WindowServer: Support resizing windows.
Andreas Kling
2019-02-20
Ext2FS: Lock a lot. Go way overkill with locking for now.
Andreas Kling
2019-02-20
Kernel: Reduce code duplication in exception handlers.
Andreas Kling
2019-02-20
LibGUI: Add a GToolBar class that can be populated with GActions.
Andreas Kling
[next]