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
2021-08-29
Meta: Remove duplicate valid target check from serenity.sh
Linus Groh
2021-08-29
Meta: Mention aarch64 as a supported TARGET in serenity.sh's help
Linus Groh
2021-08-29
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
Andreas Kling
2021-08-29
Kernel: Move "in-scheduler" flag from SchedulerData to Processor
Andreas Kling
2021-08-29
Kernel: Add read_gs_value() and write_gs_value()
Andreas Kling
2021-08-29
Kernel: Use StringView instead of C strings in Mutex
Andreas Kling
2021-08-29
Kernel: Add Socket::set_role() and use it everywhere
Andreas Kling
2021-08-29
Kernel: Store LocalSocket address as a KString internally
Andreas Kling
2021-08-29
LibWeb: Properly handle newlines at the end of LineBoxes
sin-ack
2021-08-29
LibGfx: Return 0 width for non-printable ASCII characters
sin-ack
2021-08-29
LibWeb: Rename wrap_breaks to respect_linebreaks
sin-ack
2021-08-29
LibWeb: Refactor TextNode::ChunkIterator
sin-ack
2021-08-29
Kernel: Rename LocalSocket::create_connected_pair() => try_*()
Andreas Kling
2021-08-29
Kernel: Encapsulate assignment of socket origin/acceptor credentials
Andreas Kling
2021-08-29
Kernel: Rename LocalSocket factory to try_create() & tighten return type
Andreas Kling
2021-08-29
Kernel/SysFS: Remove unnecessary mutex lockers in SysFS metadata getters
Andreas Kling
2021-08-29
Kernel: Make all ProcFS and SysFS files zero-sized
Andreas Kling
2021-08-29
Kernel: Remove unused members in BIOSSysFSDirectory
Andreas Kling
2021-08-29
Kernel: Remove an obviously redundant check in FIFO::read()
Andreas Kling
2021-08-29
Kernel/Ext2FS: Avoid temporary String allocation during inode creation
Andreas Kling
2021-08-29
Kernel: Use ProcessID a bit more in Socket
Andreas Kling
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-29
Kernel: Rename FileDescription::create() => try_create()
Andreas Kling
2021-08-28
LibJS: Avoid transitions for name/length of native functions/accessors
Linus Groh
2021-08-28
LibJS: Avoid transitions for more object properties in global object
Linus Groh
2021-08-28
LibJS: Avoid transitions in GlobalObject::initialize_constructor()
Linus Groh
2021-08-28
LibJS: Add define_direct_{property,accessor}_without_transition()
Linus Groh
2021-08-28
LibJS: Avoid pointless transitions and metadata lookups in storage_set()
Linus Groh
2021-08-28
LibCore: Store ObjectRegistration names as StringViews
Andrew Kaster
2021-08-28
MailSettings: Add unveil
Luke Wilde
2021-08-28
MailSettings: Use LibConfig instead of Core::ConfigFile
Luke Wilde
2021-08-28
Mail: Add unveil
Luke Wilde
2021-08-28
Mail: Use LibConfig instead of Core::ConfigFile
Luke Wilde
2021-08-28
Kernel: Omit all actual code from the kernel on aarch64 for now
Nico Weber
2021-08-28
Prekernel: Make build on aarch64
Nico Weber
2021-08-28
Prekernel: Move boot.S and multiboot.S into an Arch/x86 subfolder
Nico Weber
2021-08-28
Meta: Don't pass net -device flags in aarch64 buils in run.sh
Nico Weber
2021-08-28
Meta: Introduce SERENITY_MACHINE variable in run.sh
Nico Weber
2021-08-28
Meta: Disable spice in aarch64 buils in run.sh
Nico Weber
2021-08-28
Meta: Run qemu-system-aarch64 in aarch64 builds in run.sh
Nico Weber
2021-08-28
Meta: Disable kvm for aarch64 in run.sh
Nico Weber
2021-08-28
Meta: Make build-root-filesystem.sh omit libgcc_so.so in aarch64 builds
Nico Weber
2021-08-28
CMake: Don't build Userland and Tests in aarch64 builds for now
Nico Weber
2021-08-28
Toolchain: Also build aarch64-softmmu in BuildQemu.sh
Nico Weber
2021-08-28
Kernel: Verify interrupts are disabled when interacting with Mutexes
Andrew Kaster
2021-08-28
Kernel: Don't acquire Mutex for hostname() before scheduling is enabled
Andrew Kaster
2021-08-28
Kernel: Acquire reference to waitee before trying to block in sys$waitid
Andrew Kaster
2021-08-28
Kernel: Guard the all processes list with a Spinlock rather than a Mutex
Andrew Kaster
2021-08-28
Kernel: Unlock ptrace lock before entering a critical section in execve
Andrew Kaster
2021-08-28
Kernel: Don't disable interrupts in validate_inode_mmap_prot
Andrew Kaster
[next]