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-14
Kernel: More sockets work. Fleshing out accept().
Andreas Kling
2019-02-14
Kernel: Begin fleshing out bind() syscall.
Andreas Kling
2019-02-14
Kernel: Begin implementing UNIX domain sockets.
Andreas Kling
2019-02-14
Kernel: Remove ProcessGUI.cpp, merging remainders into Process.cpp.
Andreas Kling
2019-02-14
WindowServer: Post error messages to clients on protocol failure.
Andreas Kling
2019-02-14
WindowServer: Add WSClientConnection class to manage an individual client.
Andreas Kling
2019-02-14
WindowServer: Convert entire API to be message-based.
Andreas Kling
2019-02-13
WindowServer: Convert the remaining menu APIs into messages.
Andreas Kling
2019-02-13
WindowServer: Refactor more of the menu APIs to be message-based.
Andreas Kling
2019-02-13
Rename GUI_Event to GUI_ServerMessage.
Andreas Kling
2019-02-13
WindowServer: Begin refactoring towards a fully asynchronous protocol.
Andreas Kling
2019-02-13
WindowServer: Put a clock in the top right corner of the screen.
Andreas Kling
2019-02-12
Let's have makeall.sh build with make -j2.
Andreas Kling
2019-02-12
Add a little About app and hook it up to the system menu's "About..." entry.
Andreas Kling
2019-02-12
Fix some compilation warnings.
Andreas Kling
2019-02-12
Bootloader: Bump sector count once again.
Andreas Kling
2019-02-12
Kernel: Make sure processes always start out with fds 0, 1 and 2 open.
Andreas Kling
2019-02-12
WindowServer: Clean up any menu objects on process exit.
Andreas Kling
2019-02-12
Kernel: Don't bother trying to pass environment to init's testing processes.
Andreas Kling
2019-02-12
Plumb menu item activation events from WindowServer to clients.
Andreas Kling
2019-02-12
WindowServer: Add locking and fix coalesced invalidation race.
Andreas Kling
2019-02-12
PS2MouseDevice: Add current buffer size to debug logging.
Andreas Kling
2019-02-12
Add API's and plumbing for WindowServer clients to make menus.
Andreas Kling
2019-02-11
Kernel: Update block cache on write.
Andreas Kling
2019-02-11
WindowServer: Remove "unsafe" flag in WSMessageLoop::post_event().
Andreas Kling
2019-02-11
Ext2FS: Fix broken logic for accessing inode and block bitmaps.
Andreas Kling
2019-02-11
IDEDiskDevice: Detect disk errors and report failure to clients.
Andreas Kling
2019-02-11
WindowServer: Start implementing a menu system.
Andreas Kling
2019-02-11
Create /dev files for null, full, zero and random.
Andreas Kling
2019-02-11
Kernel: Oops, the kernel image access validator thought 0x0 was allowed.
Andreas Kling
2019-02-10
Kernel: Add an LRU block cache.
Andreas Kling
2019-02-10
ProcFS: Show region flags in /proc/PID/vm
Andreas Kling
2019-02-10
Kernel: Drop the "helper" region after ELF load is finished.
Andreas Kling
2019-02-10
Kernel: Put page fault logspam behind PAGE_FAULT_DEBUG.
Andreas Kling
2019-02-10
Base: Rename /users to /home.
Andreas Kling
2019-02-10
LibGUI: Start adding an automatic widget layout system.
Andreas Kling
2019-02-10
Move apps into a top-level Applications/ directory.
Andreas Kling
2019-02-10
ProcFS: /proc/sys entries should always be regular 644 files.
Andreas Kling
2019-02-09
FileManager: Start building a file manager.
Andreas Kling
2019-02-09
Kernel: Allow mmap() with a size that's not a multiple of page size.
Andreas Kling
2019-02-08
Kernel: When donating ticks to a lock holder, cap the donation.
Andreas Kling
2019-02-08
Ext2FS: Fix bitmap overrun when reaching outside the first block group.
Andreas Kling
2019-02-08
Let's have two wallpapers installed so we can test switching.
Andreas Kling
2019-02-08
Kernel: Break retain cycle between Inode and VMObject.
Andreas Kling
2019-02-08
Userland: Add a /bin/pape helper program to switch the desktop wallpaper.
Andreas Kling
2019-02-08
Kernel: Use a Lockable<bool> for sysctl booleans as well.
Andreas Kling
2019-02-08
Remove _fs_contents.stock and generate it on the fly instead.
Andreas Kling
2019-02-08
ProcFS: Add sysctl strings.
Andreas Kling
2019-02-08
Process: Dump regions when a ring0 process crashes.
Andreas Kling
2019-02-08
WindowServer: Support desktop wallpapers.
Andreas Kling
[next]