index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-01-17
Kernel+LibC: Unify sys$open() and sys$openat()
Sergey Bugaev
2020-01-16
Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication
Andreas Kling
2020-01-16
LibC: Add strnlen()
Andreas Kling
2020-01-16
LibVT: enforce a minimum size of 1 column and 1 row
joshua stein
2020-01-15
LibVT: only use default bold font if it's the same size as our font
joshua stein
2020-01-15
LibC: Add INADDR_LOOPBACK
Andreas Kling
2020-01-15
Build: more IPCCompiler-generated dependencies
joshua stein
2020-01-13
LibDraw+LibHTML: Make link colors themeable
Andreas Kling
2020-01-13
LibM: Implement some naive functionality to make VVVVVV run
Andreas Kling
2020-01-13
LibCore: Fix segfault in CArgsParser (#1072)
DrewStratford
2020-01-13
LibELF: Add methods to validate the ELF and program headers
Andrew Kaster
2020-01-13
LibC: Move even more methods and globals out of crt0.o
Andrew Kaster
2020-01-12
Kernel+LibC: Allow passing mount flags to chroot()
Sergey Bugaev
2020-01-12
LibDraw: Remove debug spam about loading system themes
Andreas Kling
2020-01-12
TextEditor: Implement replacement functionality
0xtechnobabble
2020-01-11
LibGUI: Fix assertion failure in GItemView::mouse_up()
Andreas Kling
2020-01-11
SystemMonitor+LibCore: Show process pledges in SystemMonitor :^)
Andreas Kling
2020-01-11
Kernel: Add pledge() syscall :^)
Andreas Kling
2020-01-11
Kernel+LibC: Implement a few mount flags
Sergey Bugaev
2020-01-11
Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()
Sergey Bugaev
2020-01-11
Kernel+LibC: Add support for mount flags
Sergey Bugaev
2020-01-11
LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np()
Andreas Kling
2020-01-11
Kernel: Use the Syscall string and buffer types more
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to mount()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to rename()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to symlink()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to mknod()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to chown()
Andreas Kling
2020-01-10
Kernel: Add a basic chroot() syscall :^)
Andreas Kling
2020-01-10
Kernel: Pass characters+length to link()
Andreas Kling
2020-01-10
Kernel: Rename Syscall::SyscallString => Syscall::StringArgument
Andreas Kling
2020-01-10
Kernel: Pass characters+length to readlink()
Andreas Kling
2020-01-10
LibGUI: Fix rendering GColumnsView separator
Andreas Kling
2020-01-10
LibGUI: Add GColumnsView
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Misc tweaks courtesy of clang-format
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel
Sergey Bugaev
2020-01-10
LibGUI: Add GAbstractView::activate_selected()
Sergey Bugaev
2020-01-10
LibGUI: Fix GModel::is_valid() behavior for tree-like models
Sergey Bugaev
2020-01-10
LibGUI: Fix tree view column positioning when some columns are hidden
Sergey Bugaev
2020-01-10
LibC: Remove useless retry loop in connect_to_lookup_server()
Andreas Kling
2020-01-10
Kernel: Enable SMAP protection during the execve() syscall
Andreas Kling
2020-01-10
Kernel+LibELF: Enable SMAP protection during non-syscall exec()
Andreas Kling
2020-01-09
LibC: Fail name lookups immediately if we can't connect to LookupServer
Andreas Kling
2020-01-09
Kernel: Take path+length in the unlink() and umount() syscalls
Andreas Kling
2020-01-09
LibELF: Remove DynamicSection from ELFImage
Andrew Kaster
2020-01-09
LibELF: Map .text segment with MAP_ANONYMOUS for shared objects
Andrew Kaster
2020-01-08
LibVT: Relayout TerminalWidget on font change
Andreas Kling
2020-01-08
WindowServer+LibGUI: Paint exclusive actions as radio buttons in menus
Andreas Kling
2020-01-08
LibDraw+LibGUI: Move radio button painting into StylePainter
Andreas Kling
2020-01-08
LibC: Don't leave /etc/passwd open in getlogin()
Andreas Kling
[next]