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-01-21
LibGUI: Mass coding style fixes.
Andreas Kling
2019-01-21
guitest2: Add a simple launcher so I can easily spawn more Terminals.
Andreas Kling
2019-01-20
LibGUI: Hook up GWindow event dispatch for paint and mouse events.
Andreas Kling
2019-01-20
Make it possible for userspace to alter window title/geometry.
Andreas Kling
2019-01-20
Start bringing up LibGUI properly (formerly Widgets.)
Andreas Kling
2019-01-19
Make a SharedGraphics directory for classes shared between Kernel and LibGUI.
Andreas Kling
2019-01-18
Add a simple /bin/sysctl that wraps the files in /proc/sys.
Andreas Kling
2019-01-18
Make it possible to invalidate only a portion of a window.
Andreas Kling
2019-01-17
Add WindowActivated and WindowDeactivated events.
Andreas Kling
2019-01-15
Make it possible for a process to switch controlling terminals.
Andreas Kling
2019-01-15
Start working on a graphical Terminal program.
Andreas Kling
2019-01-14
Build Painter & friends into LibC. Use it in the GUI test app.
Andreas Kling
2019-01-14
Share GraphicsBitmaps between the windowing server and the client process.
Andreas Kling
2019-01-14
Start refactoring the windowing system to use an event loop.
Andreas Kling
2019-01-13
Minor GUI API things + make Button corners properly transparent.
Andreas Kling
2019-01-13
Let's use the existing Rect and Color types in the GUI API.
Andreas Kling
2019-01-13
Start working on a GUI kernel API.
Andreas Kling
2019-01-08
Fix broken "make clean" in Userland.
Andreas Kling
2018-12-29
Tweak /bin/id output slightly.
Andreas Kling
2018-12-21
Add a simple /bin/more.
Andreas Kling
2018-12-21
Get rid of three test utilities that I no longer need.
Andreas Kling
2018-12-21
Yet another pass of style fixes.
Andreas Kling
2018-12-20
Add sync() syscall and a /bin/sync.
Andreas Kling
2018-12-19
Implement utime() along with a naive /bin/touch.
Andreas Kling
2018-12-07
sh: Restore termios after a child process exits.
Andreas Kling
2018-12-07
Fix /bin/ls usage string.
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-11-29
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
Andreas Kling
2018-11-18
Finally hook up the mkdir code to a syscall.
Andreas Kling
2018-11-17
Various stubs while trying to get an old coreutils to build.
Andreas Kling
2018-11-17
Support "ls <path>" rather than just "ls" :^)
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
Add a naive /bin/fgrep for testing pipes.
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-10
Add /proc/PID/cwd, a symlink to the process's current directory.
Andreas Kling
2018-11-10
Make /bin/clear work again.
Andreas Kling
2018-11-09
Build LibC and Userland with clang as well.
Andreas Kling
2018-11-09
Move <utsname.h> to <sys/utsname.h> for correctness.
Andreas Kling
2018-11-09
Get rid of redundant sys$spawn now that we have fork+exec.
Andreas Kling
2018-11-09
Fix all current build warnings in the userland.
Andreas Kling
2018-11-08
Add a VMO pointer to VNode.
Andreas Kling
2018-11-08
Support basic mmap'ing of a file!
Andreas Kling
2018-11-08
Minor tweak to /bin/kill.
Andreas Kling
2018-11-08
Add some simple write buffering to LibC's stdio.
Andreas Kling
2018-11-07
Get rid of the undertaker and have waitpid() be the reaper.
Andreas Kling
2018-11-07
Implement sending signals to blocked-in-kernel processes.
Andreas Kling
2018-11-07
Signals to processes in userspace now work again.
Andreas Kling
2018-11-07
Rework process states to make a bit more sense.
Andreas Kling
[next]