index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-05
LibIPC: Remove IPC::Encoder overloads for size_t
Andreas Kling
2020-02-05
LibIPC: Put all classes in the IPC namespace and remove the leading I
Andreas Kling
2020-02-05
IPCCompiler: Remove outdated FIXME
Andreas Kling
2020-02-05
IPCCompiler: Encode String length as i32, with <0 meaning null String()
Andreas Kling
2020-02-05
Kernel: Put sys$waitid() debug logging behind PROCESS_DEBUG
Andreas Kling
2020-02-05
AK+IPCCompiler: Get rid of BufferStream overloads for size_t
Andreas Kling
2020-02-05
AK: Break LogStream::operator<< overloads into i/l/ll and u/ul/ull
Andreas Kling
2020-02-05
AK: Break String::number() overloads into i/l/ll and u/ul/ull
Andreas Kling
2020-02-05
LibProtocol: Rename namespace LibProtocol => Protocol
Andreas Kling
2020-02-05
Kernel: Move the VMWare helpers out of the IO namespace
Liav A
2020-02-05
Kernel: Fix vmmouse detection method
Liav A
2020-02-05
Kernel: Add support for high bandwidth IO communication with VMWare
Liav A
2020-02-05
LibDraw: Override set_{non,}volatile in GIFLoader
joshua stein
2020-02-05
IPCCompiler: Encode/decode string lengths as native size_t, not int
joshua stein
2020-02-05
Piano: Fix building with clang
joshua stein
2020-02-05
LibCore: CEventLoop: If timeval_sub makes tv_sec negative, use 0
joshua stein
2020-02-05
AK: Support 64-bit integers in BufferStream
joshua stein
2020-02-05
Welcome: Pass -m to ld to fix building with clang/lld
joshua stein
2020-02-05
TTYServer: Include AK/LogStream.h for dbg()
joshua stein
2020-02-05
WindowServer: Remove unused s_checkbox_or_icon_padding
joshua stein
2020-02-05
SystemMonitor: Fix building with clang
joshua stein
2020-02-05
LibGUI: Don't specify LibC/ for standard includes
joshua stein
2020-02-05
LibGUI: Remove unused m_layout_dirty
joshua stein
2020-02-05
FileManager: Include limits.h for PATH_MAX
joshua stein
2020-02-05
FileManager: Fix building with clang
joshua stein
2020-02-05
LibDraw: Fix building with clang
joshua stein
2020-02-05
LibDraw: Make [gs]et_pixel arguments used
joshua stein
2020-02-05
LibDraw: Don't specify LibC/ in standard include paths
joshua stein
2020-02-05
LibThread: Store thread id as pthread_t, use pthread_self()
joshua stein
2020-02-05
LibIPC: Add support for 64-bit size_t in IEncoder
joshua stein
2020-02-05
LibCore: Fix building with clang
joshua stein
2020-02-05
FileManager: Include sys/stat.h for struct stat
joshua stein
2020-02-05
HexEditor: Remove unused m_hover_pos
joshua stein
2020-02-05
FileManager: Remove unused m_row variable
joshua stein
2020-02-05
LibC: Move struct stat to sys/stat.h
joshua stein
2020-02-05
AK: Add support for 64-bit size_t
joshua stein
2020-02-05
Ports: Add mrsh port
Sergey Bugaev
2020-02-05
Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap it
Sergey Bugaev
2020-02-05
Kernel+LibC: Add some Unix signal types & definitions
Sergey Bugaev
2020-02-05
LibC: Fix misplaced brace
Sergey Bugaev
2020-02-05
Piano: Set some nice defaults
William McPherson
2020-02-05
Piano: Add release
William McPherson
2020-02-05
Piano: Add attack
William McPherson
2020-02-05
Piano: Add sustain
William McPherson
2020-02-05
Piano: Make decay more accurate
William McPherson
2020-02-05
Piano: Remove phony multiple same note playback
William McPherson
2020-02-05
Piano: Fix default knob values
William McPherson
2020-02-04
Kernel: Add support for vmmouse
Liav A
2020-02-04
WindowServer: Fix the drain mouse mechanism
Liav A
2020-02-04
WindowServer: Preliminary absolute mouse positioning support
Sergey Bugaev
[next]