index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2020-05-18
Kernel: WaitBlocker should always unblock immediately on WNOHANG
Andreas Kling
2020-05-17
Kernel + LibC: Handle running processes in do_waitid()
AnotherTest
2020-05-17
Kernel: wait() should not block if WNOHANG is specified
AnotherTest
2020-05-16
Kernel: Remove Process::any_thread()
Andreas Kling
2020-05-16
Kernel: Let the wait blocker inspect *all* child threads of a process
Andreas Kling
2020-05-16
Kernel: Sending a signal to a process now goes to the main thread
Andreas Kling
2020-05-16
Kernel: Remove awkward "#define printf dbgprintf"
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Remove now-unused KernelInfoPage.h
Andreas Kling
2020-05-16
Kernel: Add TimeManagement::now_as_timeval()
Andreas Kling
2020-05-16
Kernel: Remove sys$getdtablesize()
Andreas Kling
2020-05-16
Kernel: Use copy_to_user() in sys$gettimeofday()
Andreas Kling
2020-05-16
Kernel: Remove the "kernel info page" used for fast gettimeofday()
Andreas Kling
2020-05-16
Kernel: Remove dubious use of "volatile" in E1000 adapter driver
Andreas Kling
2020-05-16
Kernel: Let's say that IO::delay(N) delays for N microseconds
Andreas Kling
2020-05-16
Kernel: Remove dubious use of "volatile" in HPET code
Andreas Kling
2020-05-16
Kernel: Use consistent names for kmalloc globals and remove volatile
Andreas Kling
2020-05-16
Toolchain/Ports: Update to gcc 10.1.0
Shannon Booth
2020-05-16
Kernel: Annotate UnhandledInterruptHandler::eoi with [[noreturn]]
Shannon Booth
2020-05-16
Kernel: Tidy up SharedBuffer interface
Shannon Booth
2020-05-15
Kernel: Disallow opening socket files
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
Revert "Build: Use fakeroot if non-root build is possible"
Andreas Kling
2020-05-12
Kernel: Add a stringification helper for KeyCode
Andreas Kling
2020-05-12
Build: Use fakeroot if non-root build is possible
Nikolay Kochulin
2020-05-11
Ports: Add preliminary dropbear port
Yonatan Goldschmidt
2020-05-11
Kernel+LibC: Add AF_MAX
Yonatan Goldschmidt
2020-05-10
Demos: Add LibGfx Demo :^)
Linus Groh
2020-05-09
Kernel: Add missing copyright header to Ptrace.cpp
Linus Groh
2020-05-09
LaunchServer: Add the LaunchServer to centralise file associations.
Nicholas Hollett
2020-05-09
Kernel: ioctl(TCSETSF) on a TTY should flush input
Andreas Kling
2020-05-08
Kernel+Userland: Add "settime" pledge promise for setting system time
Andreas Kling
2020-05-08
Kernel: Only allow superuser to call sys$clock_settime()
Andreas Kling
2020-05-08
Kernel: Remove SmapDisabler in sys$clock_settime()
Andreas Kling
2020-05-08
Kernel: Assert on startup if we don't find any physical pages
Andreas Kling
2020-05-08
Kernel: Add for_each_vmobject_of_type<T>
Andreas Kling
2020-05-08
Services: Move Taskbar and SystemMenu from Applications to Services
Andreas Kling
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-05-08
Kernel: Propagate failure to commit VM regions in more places
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparator
Andreas Kling
2020-05-08
Kernel: Remove ref-counting from interrupt override metadata
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> some
Andreas Kling
2020-05-07
Build: Support building in Docker
Yonatan Goldschmidt
2020-05-07
Kernel: Memory purging was incorrectly "purging" the shared zero page
Andreas Kling
2020-05-06
Kernel: Crash the current process on OOM (instead of panicking kernel)
Andreas Kling
2020-05-06
Kernel: Assert on OOM in Region::commit()
Andreas Kling
2020-05-06
Kernel: Don't assert on OOM in allocate_user_physical_page()
Andreas Kling
2020-05-05
LibCore: Add a standard downloads directory (~/Downloads)
Andreas Kling
2020-05-04
Kernel: Use Multiboot macros instead of magic constants (#2090)
Nathan Lanza
2020-05-03
Kernel: Don't crash on invalid fcntl
Ben Wiederhake
[next]