index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2019-03-28
LibGUI: Improve GFrame's look for Container shapes.
Andreas Kling
2019-03-28
Userland: Add a simple GFrame testing window to guitest2.
Andreas Kling
2019-03-28
LibGUI: Add a GPainter class that inherits from Painter.
Andreas Kling
2019-03-27
Kernel: Add Inode::truncate(size).
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-27
LibC: Time-related POSIX compliance fixes.
Andreas Kling
2019-03-24
QuickShow: Fill the window with white if the opened image has alpha.
Andreas Kling
2019-03-22
LibGUI: Add a setting to make GLabel stretch its icon.
Andreas Kling
2019-03-22
LibGUI: Add a GProgressBar widget.
Andreas Kling
2019-03-21
WindowServer: Support PNG wallpapers.
Andreas Kling
2019-03-21
Userland: Turn off double buffering in QuickShow.
Andreas Kling
2019-03-21
PNGLoader: Support for color type 2 (RGB triplets) and multiple IDAT chunks.
Andreas Kling
2019-03-21
SharedGraphics: Implement a simple PNG decoder.
Andreas Kling
2019-03-20
Userland: Allow ping <hostname> :^)
Andreas Kling
2019-03-20
LibC: Implement gethostbyname() by talking to the DNSLookupServer.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-14
Userland: Turn the tc test util into a simple dumb HTTP client.
Andreas Kling
2019-03-14
IPv4: Last burst of TCP hacking for today.
Andreas Kling
2019-03-14
IPv4: More work on the TCP implementation.
Andreas Kling
2019-03-13
IPv4: More hacking on bringing up TCP support.
Andreas Kling
2019-03-13
Userland+LibC: Add a new little "tc" program for testing TCP.
Andreas Kling
2019-03-13
IPv4: More work on UDP support.
Andreas Kling
2019-03-13
Userland: Add a simple utility for UDP testing.
Andreas Kling
2019-03-13
Kernel: recvfrom() should treat the address arguments as outparams.
Andreas Kling
2019-03-13
Add support for socket send/receive timeouts.
Andreas Kling
2019-03-13
More work on IPv4 sockets and /bin/ping.
Andreas Kling
2019-03-12
Kernel+LibC+Userland: Yet more networking bringup hacking.
Andreas Kling
2019-03-12
Kernel+LibC+Userland: Start working on an IPv4 socket backend.
Andreas Kling
2019-03-09
Userland: Use AK::quick_sort() in /bin/top
Andreas Kling
2019-03-07
Userland: Fix broken permissions for files created by /bin/cp.
Andreas Kling
2019-03-06
Userland: /bin/cp needs to handle open(dst) failing with EISDIR.
Andreas Kling
2019-03-06
Userland: Support "cp foo somedirectory"
Andreas Kling
2019-03-06
More work on the variable-width font support.
Andreas Kling
2019-03-02
Kernel+Userland: Add symlink() syscall and add "-s" flag to /bin/ln.
Andreas Kling
2019-03-01
Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp.
Andreas Kling
2019-02-28
Kernel: Only allow sending signals to process you own.
Andreas Kling
2019-02-27
Userland: Add a simple /bin/stat program.
Andreas Kling
2019-02-27
Userland: /bin/ls should show major,minor for block devices.
Andreas Kling
2019-02-27
Add chown() syscall and a simple /bin/chown program.
Andreas Kling
2019-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-25
Fix a bunch of compiler warnings. Not all, but a lot.
Andreas Kling
2019-02-23
LibC: Enough compat work to make binutils-2.32 build and run.
Andreas Kling
2019-02-22
Move over to building all of userspace with i686-pc-serenity-g++.
Andreas Kling
2019-02-22
Userland: Fix two compiler warnings.
Andreas Kling
2019-02-22
Switch over to building everything with i686-elf-g++.
Andreas Kling
2019-02-22
Userland: Fix extra unused printf() argument warning.
Andreas Kling
2019-02-22
Kernel: Pass process arguments directly on the stack.
Andreas Kling
2019-02-21
Userland: Minor tweaks in /bin/su
Andreas Kling
2019-02-21
Kernel+Userland: Implement setuid() and setgid() and add /bin/su
Andreas Kling
[next]