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-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-02
Kernel: mount system call (#396)
Jesse
2019-08-01
more: Don't printf(string), printf("%s", string)!
Andreas Kling
2019-08-01
pidof: Remove redundant bool check.
Andreas Kling
2019-07-29
AudioServer: Add a "main mix volume" and a simple program to get/set it
Andreas Kling
2019-07-28
aplay: s/Sample/Progress/ in the output. It's all in the details!
Andreas Kling
2019-07-28
LibAudio+aplay: Make the aplay output look a little funner.
Andreas Kling
2019-07-28
AudioServer: Add a buffer queue so we can buffer some sound.
Andreas Kling
2019-07-27
Audio: Make ABuffer sit on top of a SharedBuffer.
Andreas Kling
2019-07-27
Audio: Make basic streaming WAV playback work.
Andreas Kling
2019-07-22
Kernel: Add a mechanism for listening for changes to an inode.
Andreas Kling
2019-07-21
ls: Don't print an empty line if there were no files to show.
Andreas Kling
2019-07-19
Kernel: Only allow superuser to halt() the system (#342)
Jesse
2019-07-19
Kernel+Userland: Addd reboot syscall (#334)
Jesse
2019-07-18
Userland: Remove some no-longer-needed test utilities.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-18
ps: Widen state field to fit "Condition" and other fields
Robin Burchell
2019-07-18
ps: Port to using CProcessStatisticsReader and /proc/all
Robin Burchell
2019-07-18
CProcessStatisticsReader: Be consistent about terminology from the kernel down
Robin Burchell
2019-07-17
Port LibGUI to use CIPCClientSideConnection
Robin Burchell
2019-07-17
top: Widen "state" field slightly to accomodate "Condition".
Andreas Kling
2019-07-17
Work on AudioServer
Robin Burchell
2019-07-13
chmod: Add understanding of simple permission strings. (#295)
Albert Gafiyatullin
2019-07-10
top: Remove some unused code.
Andreas Kling
2019-07-10
Userland+LibCore: Use CProcessStatisticsReader to implement top.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-07-02
Userland: Don't return an error when jp is run without arguments
Dan MacDonald
2019-07-01
Kernel+Userland: Convert /proc/df to JSON.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
Userland: Add a simple JSON pretty-printing utility called /bin/jp
Andreas Kling
2019-06-30
Userland: Fixed "id" usage error typo (#254)
Rhin
2019-06-29
Userland: Added flags to id command (#253)
Rhin
2019-06-29
Kernel: Change the format of /proc/all to JSON.
Andreas Kling
2019-06-23
QuickShow: Allow panning and zooming the image instead of stretching it.
Andreas Kling
2019-06-22
printf: Support %zu (the 'z' is really just ignored.)
Andreas Kling
2019-06-22
Userland: Fix more compiler warnings.
Andreas Kling
2019-06-22
printf: Oops, '-' is the left padding modifier, not ' '.
Andreas Kling
2019-06-22
Userland: Fix many compiler warnings.
Andreas Kling
2019-06-19
Kernel+LibC: Make page fault crashes a bit more readable.
Andreas Kling
2019-06-16
Userland: Add wc program (#228)
Callum Attryde
2019-06-16
Kernel/Userland: Add a halt syscall, and a shutdown binary to invoke it
Robin Burchell
2019-06-16
Kernel+Userland: Expose list of network adapters through /proc/netadapters.
Andreas Kling
2019-06-12
Userland: Add test program for stressing memory allocation
Conrad Pankoff
2019-06-08
Userland: Implement -c [characters] option for head
Conrad Pankoff
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
ProcessManager+top: Rename "linear" size to "virtual" size.
Andreas Kling
2019-06-07
Userland: Run clang-format on everything.
Andreas Kling
2019-06-07
Userland: Add a little test program for the alarm() syscall.
Andreas Kling
2019-06-06
tail: Default tail behavior with no arguments (#209)
Ben Sloane
2019-06-06
tail: Shell programs should return 1 to indicate failure.
Andreas Kling
[next]