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
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
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
[next]