index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
Age
Commit message (
Expand
)
Author
2019-01-23
Ext2FS: Factor out block list generation and writing into functions.
Andreas Kling
2019-01-19
Coding style fixes in AK.
Andreas Kling
2019-01-18
Add a simple /bin/sysctl that wraps the files in /proc/sys.
Andreas Kling
2019-01-18
StringBuilder: Use a ByteBuffer internally instead of a Vector<String>.
Andreas Kling
2019-01-18
Add a simple StringBuilder::appendf() and use it for ProcFS.
Andreas Kling
2019-01-17
Rename SpinLock to Lock. It hasn't been a SpinLock for some time.
Andreas Kling
2019-01-17
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
Andreas Kling
2019-01-16
Optimize the Painter::blit() loop a bit. ~3% fewer cycles, I'll take it.
Andreas Kling
2019-01-16
Tear out or duplicate what's unique for WindowServer from Widgets.
Andreas Kling
2019-01-14
Always inline the locks.
Andreas Kling
2019-01-14
Add Vector::take_first().
Andreas Kling
2019-01-13
Add basic GUI API for creating labels and buttons.
Andreas Kling
2019-01-13
Fix Userland build.
Andreas Kling
2019-01-12
Optimize WindowManager::flush() with fast_dword_copy().
Andreas Kling
2019-01-12
Add a Vector::clear_with_capacity() that doesn't release the backing store.
Andreas Kling
2019-01-09
More window manager hacking. FocusIn/FocusOut events.
Andreas Kling
2019-01-09
Start refactoring graphics system to have per-window backing stores.
Andreas Kling
2019-01-01
Ext2FS: Free Ext2FSInodes when the last user releases them.
Andreas Kling
2018-12-31
Make PageDirectory store physical pages in a HashMap.
Andreas Kling
2018-12-28
Plug leaks in SynthFS::remove_file().
Andreas Kling
2018-12-26
Fix some issues uncovered by the spawn stress test.
Andreas Kling
2018-12-21
Remove FS::read_entire_inode() in favor of Inode::read_entire().
Andreas Kling
2018-12-21
Yet another pass of style fixes.
Andreas Kling
2018-12-19
Automatically call Inode::flush_metadata() before an Inode is destroyed.
Andreas Kling
2018-12-05
Support inserting a newline.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
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
More coding style changes.
Andreas Kling
2018-12-02
Use decltype(sizeof(void*)) as a facsimile for std::size_t.
Andreas Kling
2018-12-02
Make it possible to build the Kernel on a macOS host.
Andreas Kling
2018-11-28
Let reap() communicate the dead process's exit status to the caller.
Andreas Kling
2018-11-18
Fix mkdir with relative paths.
Andreas Kling
2018-11-18
Finally hook up the mkdir code to a syscall.
Andreas Kling
2018-11-16
Add a DoubleBuffer thingy to allow TTY read/write to be interleaved.
Andreas Kling
2018-11-13
Make page_in_from_vnode 2x faster.
Andreas Kling
2018-11-13
Add close-on-exec flag for file descriptors.
Andreas Kling
2018-11-13
Reduce kmalloc() traffic in directory iteration.
Andreas Kling
2018-11-12
Add primitive FIFO and hook it up to sys$pipe().
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-10
Don't include empty segments in canonicalized paths.
Andreas Kling
2018-11-10
Merge Disk namespace into the IDEDiskDevice class.
Andreas Kling
2018-11-09
Build LibC and Userland with clang as well.
Andreas Kling
2018-11-09
Make kernel build with clang.
Andreas Kling
2018-11-09
Fix all current build warnings in LibC.
Andreas Kling
2018-11-09
Fix some paging related bugs exposed by the spawn stress test.
Andreas Kling
2018-11-08
Add a VMO pointer to VNode.
Andreas Kling
2018-11-08
Start working on memory-mapped files.
Andreas Kling
2018-11-07
Fix whiny build.
Andreas Kling
[next]