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-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
2021-08-28
LibELF: Apply some minor optimizations to symbol lookup
Brian Gianforcaro
2021-08-28
UserspaceEmulator: Profiles are now expected to have a `strings` array
Brian Gianforcaro
2021-08-28
UserspaceEmulator: Make generated profiles debugable with cli tools
Brian Gianforcaro
2021-08-28
Shell: Use a relative path in builtin_cd for chdir if possible
Ali Mohammad Pur
2021-08-28
CMake: Let `Meta/serenity.sh run aarch64` make it past cmake
Nico Weber
2021-08-28
LibELF: Reindent .S files to be consistent with other .S files
Nico Weber
2021-08-28
Toolchain: Enough to make `rebuild-toolchain aarch64` work
Nico Weber
2021-08-28
Toolchain: Regenerate binutils.patch and gcc.patch
Nico Weber
2021-08-28
Spreadsheet: Use strict mode for runtime.js
Linus Groh
2021-08-28
Spreadsheet: Replace loose with strict equality operators in runtime.js
Linus Groh
2021-08-28
Spreadsheet: Remove custom JS string split function implementation
Linus Groh
2021-08-28
Spreadsheed: Call native functions in runtime.js on thisSheet
Linus Groh
2021-08-28
ps: Sort using input order in case of `-q`
Mahmoud Mandour
2021-08-28
ps: Select specific processes by their PIDs
Mahmoud Mandour
2021-08-28
MailSettings: Remove proc and exec from pleges
Linus Groh
2021-08-28
MailSettings: Use the app-mail icon for the window
Linus Groh
2021-08-28
Meta: Let serenity.sh's TARGET default to SERENITY_ARCH, not i686
Linus Groh
2021-08-28
2048: Remove wpath and cpath pledges
Luke Wilde
2021-08-28
Spider: Remove wpath and cpath pledges and pledge earlier
Luke Wilde
2021-08-28
Solitaire: Remove wpath and cpath pledges and pledge earlier
Luke Wilde
2021-08-28
Chess: Perform pledges earlier
Luke Wilde
2021-08-28
FlappyBug: Remove wpath and cpath pledges
Luke Wilde
2021-08-28
GameOfLife: Add pledge and unveil
Luke Wilde
2021-08-28
Pong: Remove wpath and cpath pledges
Luke Wilde
2021-08-28
Snake: Remove wpath and cpath pledges
Luke Wilde
2021-08-28
Minesweeper: Remove wpath and cpath pledges
Luke Wilde
2021-08-28
Meta: Remove write-only-on-difference script
Andrew Kaster
[next]