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-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
2019-11-03
Kernel: Fix bad setup of CoW faults for offset regions
Andreas Kling
2019-11-03
Kernel: Set the G (global) bit for kernel page tables
Andreas Kling
2019-11-03
Kernel: Teach Region how to remap itself
Andreas Kling
2019-11-03
Kernel: Regions should be mapped into a PageDirectory, not a Process
Andreas Kling
2019-11-03
Kernel: Move region map/unmap operations into the Region class
Andreas Kling
2019-11-03
ProcFS: Identify virtual filesystems' device in df (#728)
Alexander
2019-11-03
TextEditor: Added undo functionality
rhin123
2019-11-03
Kernel: Clean up a bunch of wrong-looking Region/VMObject code
Andreas Kling
2019-11-03
Kernel: Move page remapping into Region::remap_page(index)
Andreas Kling
2019-11-03
Kernel: Remove nonsense in bootstrap code
Andreas Kling
2019-11-03
Ext2FS: Lock the filesystem during initialization and during sync
Andreas Kling
2019-11-03
Kernel: Prevent kprintf() from asserting in Console::the() (#718)
Nicolas Van Bossuyt
2019-11-03
Build: Fix more bugs in the POSIX sh-ification of scripts
Andreas Kling
2019-11-03
LibCore: Put a limit on how many unsent messages an IPC server queues
Andreas Kling
2019-11-03
LibCore: Have IPC server connections queue up unsendable messages
Andreas Kling
2019-11-03
AK: Allow overriding the Queue segment size with a template parameter
Andreas Kling
2019-11-03
AK: Add Queue::head()
Andreas Kling
2019-11-03
Ext2FS: Fix unpopulated block list cache after mkdir()
Andreas Kling
2019-11-03
Ports: Undo POSIX sh compliance changes for now
Andreas Kling
2019-11-03
LibM: Add back ampsin() since it was still used by tan()
Andreas Kling
2019-11-03
LibGUI: Move GTextPosition and GTextRange LogStream<< to their headers
Andreas Kling
2019-11-03
LibM: Fixed sin() precision (#726)
Jesse
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-11-03
Ports: update make to 4.2.1, disable Guile
Stephen Gregoratto
2019-11-03
Kernel: Fick infinite recursion when filling up disk cache
Andreas Kling
2019-11-03
Ext2FS: Use KBuffers for the cached bitmap blocks
Andreas Kling
2019-11-03
cat: Use a 32 KB I/O buffer here to improve "cat a > b" scenario
Andreas Kling
2019-11-02
cp: Fail immediately if there's not enough space for the destination
Andreas Kling
2019-11-02
Meta: Add GitHub Sponsors to funding options
Andreas Kling
2019-11-02
Run: Don't repeat common QEMU arguments
Jonathan Archer
2019-11-02
Run: Properly use common memory size
Jonathan Archer
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-11-02
cp: Read/write 32 KB at a time to go faster :^)
Andreas Kling
2019-11-02
Ext2FS: Resizing an Inode to its current size should do nothing
Andreas Kling
2019-11-02
Ext2FS: Inode resizing should fail with ENOSPC if we lack blocks
Andreas Kling
2019-11-02
Ext2FS: Use the bitmap block caching for Inode bitmaps as well
Andreas Kling
2019-11-02
Ext2FS: Rename get_block_bitmap() => get_bitmap_block()
Andreas Kling
[next]