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
2018-12-31
Let PageDirectory have a PhysicalPage for the PDB instead of being the PDB.
Andreas Kling
2018-12-29
MM: Fix bug when mapping a region with a VMO with non-zero offset.
Andreas Kling
2018-12-29
Use the entry point address from the ELF header instead of looking up _start.
Andreas Kling
2018-12-26
Fix some issues uncovered by the spawn stress test.
Andreas Kling
2018-12-26
Add slightly better kmalloc_aligned() and kfree_aligned().
Andreas Kling
2018-12-26
Process::create_user_process() shouldn't leak a process if exec() fails.
Andreas Kling
2018-12-26
Unbreak the spawn stress test.
Andreas Kling
2018-12-24
Fix bug where Vnode kept its Inode alive indefinitely.
Andreas Kling
2018-12-24
The syncd loop can just be a lambda.
Andreas Kling
2018-12-24
Move kernel symbolication code out of init.cpp and into its own KSym files.
Andreas Kling
2018-12-24
Let sys$sigaction() fail if called with SIGKILL or SIGSTOP.
Andreas Kling
2018-12-21
Remove FS::read_entire_inode() in favor of Inode::read_entire().
Andreas Kling
2018-12-21
Make syscall invocations look pleasant.
Andreas Kling
2018-12-21
Add a simple /bin/more.
Andreas Kling
2018-12-21
Get rid of three test utilities that I no longer need.
Andreas Kling
2018-12-21
Yet another pass of style fixes.
Andreas Kling
2018-12-20
Add a "syncd" kernel process that periodically calls sync().
Andreas Kling
2018-12-20
Add sync() syscall and a /bin/sync.
Andreas Kling
2018-12-19
Automatically call Inode::flush_metadata() before an Inode is destroyed.
Andreas Kling
2018-12-19
Reworked Inode to have a dirty bit and subclass-implemented flush_metadata().
Andreas Kling
2018-12-19
Rename CoreInode to Inode.
Andreas Kling
2018-12-19
Implement utime() along with a naive /bin/touch.
Andreas Kling
2018-12-07
VirtualConsole: Support the 'A' and 'D' CSI sequences.
Andreas Kling
2018-12-07
VirtualConsole: The rightmost column is always a default horizontal tab.
Andreas Kling
2018-12-07
VirtualConsole: Don't output the bell character.
Andreas Kling
2018-12-07
Add basic support for horizontal tabs in the VirtualConsole.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-12-03
Refactor the FIFO implementation to use a DoubleBuffer as backing store.
Andreas Kling
2018-12-03
Omit duplicate lines from the ksyms map.
Andreas Kling
2018-12-03
Move DoubleBuffer to its own files.
Andreas Kling
2018-12-03
Yet more coding style fixes.
Andreas Kling
2018-12-03
Move InlineLinkedList to AK.
Andreas Kling
2018-12-03
Implement basic support for times().
Andreas Kling
2018-12-03
Share the "blocked-on file descriptor" number between read() and write().
Andreas Kling
2018-12-03
More coding style changes.
Andreas Kling
2018-12-03
Some coding style fixes. I'm getting more comfortable with this style.
Andreas Kling
2018-12-02
Make it possible to build the Kernel on a macOS host.
Andreas Kling
2018-12-02
Move ELFLoader code into Kernel/.
Andreas Kling
2018-11-29
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
Andreas Kling
2018-11-28
Fix bug where a signal-interrupted waitpid() wouldn't return EINTR.
Andreas Kling
2018-11-28
Implement signal() via sigaction() and get rid of sys$signal().
Andreas Kling
2018-11-28
Let reap() communicate the dead process's exit status to the caller.
Andreas Kling
2018-11-28
Drop any old signal stacks on exec().
Andreas Kling
2018-11-19
Add basic zero faults.
Andreas Kling
2018-11-19
Make /proc/PID/vm more readable.
Andreas Kling
2018-11-18
Finally hook up the mkdir code to a syscall.
Andreas Kling
2018-11-17
Fix race condition in exec().
Andreas Kling
2018-11-17
Tweak default hostname.
Andreas Kling
2018-11-17
Make bash-2.05b build with minimal changes.
Andreas Kling
2018-11-16
Add fcntl() F_DUPFD which is slightly different from dup2().
Andreas Kling
[prev]
[next]