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-09-27
ELF: Make code a little more buildable on other platforms
Andreas Kling
2019-09-27
LibC: Make div() and ldiv() behave according to the C standard
Andreas Kling
2019-09-27
LibC: Make system() behave according to POSIX
Andreas Kling
2019-09-27
LibC: Clear any ungetc()'ed data in fflush()
Andreas Kling
2019-09-27
LibC: realpath() should assume the buffer is PATH_MAX bytes
Andreas Kling
2019-09-26
Toolchain/BuildIt.sh: Use curl instead of wget
Larkin Nickle
2019-09-24
Meta: Add note regarding partial SATA support to INSTALL.md
Dan MacDonald
2019-09-24
Ports: Update uninstall function to use $SERENITY_ROOT
Larkin Nickle
2019-09-24
Meta: Add link to INSTALL.md in the ReadMe
Dan MacDonald
2019-09-24
Ports: Switch to new ports system (#594)
Larkin
2019-09-23
Inspector: Fix bad RemoteObjectGraphModel::parent_index()
Andreas Kling
2019-09-23
ifconfig: Allow setting an adapter's IPv4 address
Andreas Kling
2019-09-23
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
Andreas Kling
2019-09-23
LibC: Fix warnings in sys/cdefs.h if __BEGIN_DECLS is already defined
Andreas Kling
2019-09-23
Meta: Add minimum hardware requirements to install guide (#592)
Dan MacDonald
2019-09-23
Userland: Unbreak "copy" and "paste" after GEventLoop removal
Andreas Kling
2019-09-22
CSocket: Don't create the read notifier until after we've connected
Andreas Kling
2019-09-22
LocalSocket: Teach recvfrom() how to block if needed, and simplify it
Andreas Kling
2019-09-22
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
Andreas Kling
2019-09-22
LibC: Fix dumb off-by-two in fgets() :^)
Andreas Kling
2019-09-22
LibC: ungetc(EOF) should fail (and return EOF)
Andreas Kling
2019-09-22
Kernel: Avoid creating a temporary String("mmap") for every mmap() call
Andreas Kling
2019-09-22
LibC: Let's assert in rewind() that fseek()ing to the beginning worked
Andreas Kling
2019-09-22
Ext2FS: Don't allocate blocks until we're committed to a new inode
Andreas Kling
2019-09-22
Ext2FS: Oops, fix wrong ENOSPC in create_inode()
Andreas Kling
2019-09-22
Ext2FS: Fix two bugs in block allocation:
Andreas Kling
2019-09-22
Kernel: Pad virtual address space allocations with guard pages
Andreas Kling
2019-09-22
GDialog: Remove self from parent when the nested event loop returns
Andreas Kling
2019-09-22
WindowServer: Remove debug spam about child window removals
Andreas Kling
2019-09-22
LibCore: Remove leftover debug spam in CObject::remove_child()
Andreas Kling
2019-09-22
Taskbar: Remove window buttons from the taskbar when appropriate
Andreas Kling
2019-09-22
LibCore: Add CObject::remove_from_parent()
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-22
AK: Add AK_MAKE_NONMOVABLE
Andreas Kling
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Don't create GMessageBox and GInputBox on the stack
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
Welcome: Unbreak after ObjectPtr changes
Andreas Kling
2019-09-21
LibGUI: Convert remaining random little things to ObjectPtr
Andreas Kling
2019-09-21
GButton: Make the constructors protected in favor of construct()
Andreas Kling
2019-09-21
Calculator: Convert to using ObjectPtr
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GFrame to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GCheckBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GRadioButton to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Get rid of GWindow's destroy-on-close mechanism
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
DisplayProperties: Remove all remaining naked "new" usage
Andreas Kling
2019-09-21
SystemMonitor: Remove all remaining naked "new" usage
Andreas Kling
[prev]
[next]