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
2019-11-05
HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+E
Andreas Kling
2019-11-05
HackStudio: Allow adding more editors by pressing Ctrl+Alt+E
Andreas Kling
2019-11-05
LibCore+LibGUI: Allow inserting a CObject/GWidget before another
Andreas Kling
2019-11-05
HackStudio: Put annoying debug spam behind EDITOR_DEBUG
Andreas Kling
2019-11-05
SoundPlayer: Changed some small cosmetic things
Till Mayer
2019-11-05
AWavLoader: Fixed incorrect computation of m_loaded_samples
Till Mayer
2019-11-05
disk_benchmark: Add a -c flag to enable use of disk caches
Andreas Kling
2019-11-05
Kernel: Implement O_DIRECT open() flag to bypass disk caches
Andreas Kling
2019-11-05
run: Unbreak the run script
Andreas Kling
2019-11-05
LibHTML: Add TreeNode::next_in_pre_order()
Andreas Kling
2019-11-05
run: Comment out qemu packet capture
Dan MacDonald
2019-11-05
HackStudio: Don't parse documentation if already parsed
João Paulo Pulga
2019-11-04
SoundPlayer: Added playback controls
Till Mayer
2019-11-04
LibAudio: Added playback control features to audio server
Till Mayer
2019-11-04
SoundPlayer: Added playback control icons and application icon
Till Mayer
2019-11-04
LibGUI: Added getter for m_dragging
Till Mayer
2019-11-04
SoundPlayer: Make sample widget display contents of the whole buffer
Till Mayer
2019-11-04
AK: Let's just log unimplemented printf() format strings
Andreas Kling
2019-11-04
LibHTML: Add a convenient way to get from any layout node to the root
Andreas Kling
2019-11-04
Janitorial: Have sync.sh sudo automagically
Your Name
2019-11-04
SystemMonitor: Add device column to filesystems tab
Your Name
2019-11-04
ProcFS: Fix Clang build (or really, Qt Creator syntax highlighting)
Andreas Kling
2019-11-04
FileManager: Remember my last view mode (#731)
Hüseyin ASLITÜRK
2019-11-04
FileManager: Make copying faster with ftruncate() and a bigger buffer
Andreas Kling
2019-11-04
Ext2FS: Don't uncache inodes while they are being watched
Andreas Kling
2019-11-04
Ports: Add nesalizer NES emulator (#722)
Dan MacDonald
2019-11-04
PATAChannel: Alert user when no PCI device is found
Jesse Buhagiar
2019-11-04
Kernel: Make File's can_read/can_write take a const FileDescription&
Andreas Kling
2019-11-04
Kernel: Don't update fd offset on read/write error
Andreas Kling
2019-11-04
IPv4: Non-blocking IPv4 sockets should return -EAGAIN in recvfrom()
Andreas Kling
2019-11-04
LibCore: Make CTCPServer's local address/port getters return Optionals
Andreas Kling
2019-11-04
run: Only enable KVM if /dev/kvm is r/w for the current user
Andreas Kling
2019-11-04
LibCore: Constify CTCPServer's local_address() and local_port()
Andreas Kling
2019-11-04
LibCore: Add local_{address,port} functions to CTCPServer
Conrad Pankoff
2019-11-04
Userland: Add syscall program
Mauri de Souza Nunes
2019-11-04
Userland: Add the utility "nl" (number line) (#693)
balatt
2019-11-04
wc: Rewritten with added features (#690)
balatt
2019-11-04
GTextEditor: Move the cursor to column 0 after deleting a whole line
Andreas Kling
2019-11-04
LibC: Implemented atof()
Jesse Buhagiar
2019-11-04
Ext2FS: Uncache unused Inodes after flushing contents to disk
Andreas Kling
2019-11-04
Kernel: Reorganize memory layout a bit
Andreas Kling
2019-11-04
LibCore: Flush outgoing IPC messages before trying to send a new one
Andreas Kling
2019-11-04
Kernel: Fix bug in Thread::dispatch_signal().
Drew Stratford
2019-11-04
Thread.cpp: add method get_RegisterDump_from_stack().
Drew Stratford
2019-11-04
Kernel: Tweak some outdated kprintfs in Region
Andreas Kling
2019-11-04
Kernel: Move page fault handling from MemoryManager to Region
Andreas Kling
2019-11-04
Kernel: Don't expose a region's page directory to the outside world
Andreas Kling
2019-11-04
Kernel: Remove Region API's for setting/unsetting the page directory
Andreas Kling
2019-11-04
Kernel: Fix weird Region constructor that took nullable RefPtr<Inode>
Andreas Kling
2019-11-04
Kernel: Merge MemoryManager::map_region_at_address() into Region::map()
Andreas Kling
[next]