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-04-26
sh: Remove debug spam during command launch.
Andreas Kling
2019-04-26
sh: Add a simple "export" command for setting environment variables.
Andreas Kling
2019-04-26
Userland: Add a simple /bin/tr program.
Andreas Kling
2019-04-26
Userland: Add a simple /bin/sort program.
Andreas Kling
2019-04-26
Userland: Add a simple /bin/head program.
Andreas Kling
2019-04-25
sh: Make "cd" jump to the home directory. And also let's set $HOME.
Andreas Kling
2019-04-25
sh: Support erasing a whole word with WERASE (^W).
Andreas Kling
2019-04-25
sh: Add support for redirecting stdin and stdout with < and >.
Andreas Kling
2019-04-25
cat: Just use fd 0 when no arguments are passed.
Andreas Kling
2019-04-25
sh: Refactor command parsing into a separate class.
Andreas Kling
2019-04-25
sh: Add basic command piping support.
Andreas Kling
2019-04-25
fgrep: Don't repeat old incoming data if fgets() failed.
Andreas Kling
2019-04-25
Userland: Add a simple /bin/echo program.
Andreas Kling
2019-04-23
Put assertions behind a DEBUG flag to make it easy to build without them.
Andreas Kling
2019-04-23
touch: Newly created files were accidentally marked as FIFO's.
Andreas Kling
2019-04-22
Kernel: Add a systrace() syscall and implement /bin/strace using it.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
Kernel: Remove "restorer" field from SignalActionData.
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-15
Userland: Add a /bin/basename program.
Andreas Kling
2019-04-15
Userspace: gitignore binaries
Nicolas Van Bossuyt
2019-04-14
Userland: Oops, that merge broke the build, just needed a few tweaks. :^)
Andreas Kling
2019-04-14
Userland: Maybe find is overkill
Nicolas Van Bossuyt
2019-04-14
Userland: making the makefile smarter
Nicolas Van Bossuyt
2019-04-14
Uptime: making the ouput prettier
VAN BOSSUYT Nicolas
2019-04-14
Kernel: Add /proc/uptime file (number of seconds since boot.)
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-10
LibGUI: Move frame painting from GFrame to StylePainter.
Andreas Kling
2019-04-10
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
Andreas Kling
2019-04-07
Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.
Andreas Kling
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
[prev]
[next]