index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2020-01-08
Kernel: open() and openat() should ignore non-permission bits in mode
Andreas Kling
2020-01-08
truncate: Unbreak this utility after ftruncate() syscall fixes
Andreas Kling
2020-01-08
ProcFS: Reads past the end of a generated file should be zero-length
Andreas Kling
2020-01-08
TmpFS: Reads past the end of a file should be zero-length
Andreas Kling
2020-01-08
Kernel: mmap() should fail with ENODEV for directories
Andreas Kling
2020-01-07
Kernel: Validate ftruncate(fd, length) syscall inputs
Andreas Kling
2020-01-05
ls: Display SUID files with red background color
Andreas Kling
2020-01-05
Keymap: Fix map initialization
Tibor Nagy
2020-01-05
Userland: Support multiple input files.
marprok
2020-01-04
su: Use setgroups() to switch over to the target user's extra GIDs
Andreas Kling
2020-01-04
id: Remove weird commas from output
Andreas Kling
2020-01-04
ls: Show directories with the sticky bit in a special color
Andreas Kling
2020-01-03
test_io: Test that seeking past EOF and then reading returns 0
Andreas Kling
2020-01-03
test_io: Verify that write() on an O_RDONLY fd fails with EBADF
Andreas Kling
2020-01-03
test_io: Verify that read() on an O_WRONLY fd fails with EBADF
Andreas Kling
2020-01-03
test_io: Add a simple test program that abuses some I/O syscalls
Andreas Kling
2020-01-03
Keymap+Base: Keycode fixes, remove workaround
Tibor Nagy
2020-01-02
LibC+Userland: Add a proper syscall wrapper for purge()
Andreas Kling
2020-01-02
Userland: ifconfig: include netinet/in.h
joshua stein
2020-01-02
Kernel: Validate the full range of user memory passed to syscalls
Andreas Kling
2020-01-02
Kernel: Create support for PCI ECAM
Liav A
2020-01-01
Build: Userland: no need for duplicate .cpp->.o rule
joshua stein
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2020-01-01
Kernel: Disable x86 RDTSC instruction in userspace
Andreas Kling
2020-01-01
Kernel: Prevent executing I/O instructions in userspace
Andreas Kling
2020-01-01
Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supported
Andreas Kling
2019-12-31
Keymap: Add AltGr support
Tibor Nagy
2019-12-31
Crash: Woops! Remove a misplaced if (true)
Shannon Booth
2019-12-31
Crash: Add a "Test All Crash Types" option
Shannon Booth
2019-12-31
Kernel+ping: Only allow superuser to create SOCK_RAW sockets
Andreas Kling
2019-12-31
dmesg: Add missing newline to error message
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-30
Keymap: Add ability to load keymap files by name
Jami Kettunen
2019-12-30
Keymap: Clean up source a bit
Jami Kettunen
2019-12-29
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
Andreas Kling
2019-12-28
Build: build Userland binaries separately
joshua stein
2019-12-27
LibC+ping: Let's use the traditional timersub() et al prototypes
Andreas Kling
2019-12-27
gron: Implement a simplified variant of @tomnomnom's "gron"
Andreas Kling
2019-12-26
munch: Add a simple userland program for chewing up lots of memory
Andreas Kling
2019-12-25
crash: Add "-X" option for attempting to execute non-executable memory
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
Userland: Add syscall -l option and man page
Mauri de Souza Nunes
2019-12-24
Userland: Add support for printing multiple columns to the cal command
Andrés Vieira
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-09
purge: Add a small command-line utility for purging all volatile memory
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-02
Kernel: Crash on memory access in non-readable regions
Andreas Kling
2019-12-02
Userland: Add the cal command (#838)
Andrés Vieira
[prev]
[next]