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-02-20
Userland: /bin/sh shouldn't crash on EINTR.
Andreas Kling
2019-02-17
Prune compiler flags a bit. Let's go with -march=i686 for now.
Andreas Kling
2019-02-17
Kernel: Remove tracking of bitmap memory.
Andreas Kling
2019-02-15
Enable -Wimplicit-fallthrough.
Andreas Kling
2019-02-14
Userland: /bin/ls should display socket files nicely.
Andreas Kling
2019-02-14
WindowServer: Convert entire API to be message-based.
Andreas Kling
2019-02-13
Rename GUI_Event to GUI_ServerMessage.
Andreas Kling
2019-02-11
Port all apps to GApplication.
Andreas Kling
2019-02-11
WindowServer: More work on menus.
Andreas Kling
2019-02-08
Userland: Add a /bin/pape helper program to switch the desktop wallpaper.
Andreas Kling
2019-02-08
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
Andreas Kling
2019-02-08
Don't use -mregparm=3 in userspace.
Andreas Kling
2019-02-07
Start working on a simple Launcher app.
Andreas Kling
2019-02-07
Kernel: Add basic process priority support.
Andreas Kling
2019-02-07
Kernel: When a lock is busy, donate remaining process ticks to lock holder.
Andreas Kling
2019-02-06
Clean up LDFLAGS a bit.
Andreas Kling
2019-02-05
Kernel: Reading from a slave PTY should give EOF if master PTY is closed.
Andreas Kling
2019-02-05
Handle WindowCloseRequest in FontEditor and /bin/guitest.
Andreas Kling
2019-02-05
Add a simple close button ("X") to windows.
Andreas Kling
2019-02-05
Clock: Turns the clock window from guitest2 into a separate program.
Andreas Kling
2019-02-05
Show the amount of memory in GraphicsBitmaps in /bin/top.
Andreas Kling
2019-02-05
Rename LizaBold to LizaRegular and LizaBlack to LizaBold.
Andreas Kling
2019-02-04
Kernel: Ignore SIGCHLD by default.
Andreas Kling
2019-02-04
Kernel: Process should send SIGCHLD to its parent when it dies.
Andreas Kling
2019-02-04
LibGUI: Use LightGray as the base UI color.
Andreas Kling
2019-02-04
Add a /bin/top program for process table monitoring.
Andreas Kling
2019-02-03
Add /dev/{stdin,stdout,stderr} as symlinks to /proc/self/fd/{0,1,2}
Andreas Kling
2019-02-03
Kernel: Oops, I mixed up st_dev and st_rdev in struct stat.
Andreas Kling
2019-02-03
LibC: Implement various things to get GNU bc building and running.
Andreas Kling
2019-02-03
guitest2: Stop showing the font test window by default.
Andreas Kling
2019-02-03
Userland: Make /bin/date pretty-print the date, too.
Andreas Kling
2019-02-03
Userland: Pretty-print modification times in /bin/ls.
Andreas Kling
2019-02-02
Start working on a simple graphical font editor.
Andreas Kling
2019-02-02
Add basic automatic dependency management to Makefiles.
Andreas Kling
2019-01-31
Userland: /bin/ls shouldn't display inode numbers by default.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-31
Add a simple clock window to guitest2.
Andreas Kling
2019-01-31
Make stat() work on device files again.
Andreas Kling
2019-01-30
LibGUI: Implement destroying individual windows without exiting the process.
Andreas Kling
2019-01-30
Add a /dev/pts filesystem and make PTY allocation dynamic.
Andreas Kling
2019-01-29
Implement basic chmod() syscall and /bin/chmod helper.
Andreas Kling
2019-01-28
Expose the kernel log buffer through /proc/dmesg.
Andreas Kling
2019-01-28
Add support for removing directories.
Andreas Kling
2019-01-27
LibGUI: More work on GCheckBox.
Andreas Kling
2019-01-27
/bin/cp: Handle partial write() case.
Andreas Kling
2019-01-27
Userland: Make a simple /bin/cp for copying files.
Andreas Kling
2019-01-26
LibGUI: Flesh out focus implementation and more GTextBox work.
Andreas Kling
2019-01-26
LibGUI: Start bringing up GTextBox in the standalone world.
Andreas Kling
2019-01-26
Refactor GUI rendering model to be two-phased.
Andreas Kling
2019-01-25
Let's not auto-start guitest. guitest2 is so much more useful.
Andreas Kling
[prev]
[next]