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
/
Process.h
Age
Commit message (
Expand
)
Author
2020-01-05
Kernel: Make chdir() take path+length
Andreas Kling
2020-01-05
Kernel: Pass path+length to the stat() and lstat() syscalls
Andreas Kling
2020-01-04
Kernel: Remove some unused Process members
Andreas Kling
2020-01-04
Kernel: Remove unused "putch" syscall
Andreas Kling
2020-01-03
Kernel: Remove read_tsc() syscall
Andreas Kling
2020-01-02
Kernel: Don't include the process GID in the "extra GIDs" table
Andreas Kling
2020-01-02
Kernel: Remove broken implementation of Unix SHM
Andreas Kling
2020-01-02
Kernel: sys$mprotect protects sub-regions as well as whole ones
Andrew Kaster
2019-12-31
Kernel: Implement AltGr key support
Tibor Nagy
2019-12-30
Kernel: Also add a process boosting mechanism
Andreas Kling
2019-12-30
Kernel: Add a basic thread boosting mechanism
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-29
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process clean inode memory
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process dirty private memory
Andreas Kling
2019-12-26
Kernel: Process::for_each_in_pgrp() should not include dead processes
Andreas Kling
2019-12-25
Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t
Andreas Kling
2019-12-24
Kernel: Add a size argument to validate_read_from_kernel
Conrad Pankoff
2019-12-22
Kernel: Make TID's be unique PID's
Andreas Kling
2019-12-22
Kernel: Get rid of "main thread" concept
Andreas Kling
2019-12-19
Kernel: Rename vmo => vmobject everywhere
Andreas Kling
2019-12-19
Kernel: Merge Process::fork() into sys$fork()
Andreas Kling
2019-12-15
Kernel+LibC: Publish a "kernel info page" and use it for gettimeofday()
Andreas Kling
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
2019-12-09
Kernel+LibC: Make all SharedBuffers purgeable (default: non-volatile)
Andreas Kling
2019-12-09
Kernel: Start implementing purgeable memory support
Andreas Kling
2019-12-08
Kernel: Allow setting thread names
Andrew Kaster
2019-12-07
Kernel+LibPthread: Implement pthread_detach()
Andreas Kling
2019-11-28
Kernel: Implement very simple kernel module loading
Andreas Kling
2019-11-27
Kernel: Remove Process::state(), everyone should use Thread::state()
Andreas Kling
2019-11-26
Kernel: Make syscall counters and page fault counters per-thread
Andreas Kling
2019-11-26
Kernel: Process::for_each_thread() should show the main thread of PID 0
Andreas Kling
2019-11-25
Kernel: Implement the setkeymap() syscall.
Hüseyin ASLITÜRK
2019-11-18
Kernel+LibPthread: pthread_create handles pthread_attr_t
Andrew Kaster
2019-11-17
Kernel+LibC: Remove the isatty() syscall
Andreas Kling
2019-11-17
Kernel+LibPthread+LibC: Create secondary thread stacks in userspace
Andreas Kling
2019-11-14
Kernel+LibPthread: Implement pthread_join()
Andreas Kling
2019-11-14
Kernel: Implement the killpg() syscall
Sergey Bugaev
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-11-10
Kernel+LibC: Implement the openat() syscall
Andreas Kling
2019-11-09
Kernel: Use a lookup table for syscalls
Andreas Kling
2019-11-06
Kernel: A running process should keep its TTY alive
Andreas Kling
2019-11-06
Kernel: Rework Process::Priority into ThreadPriority
Andreas Kling
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-10-28
Kernel: Support passing arguments in shebangged scripts
Karol Baraniecki
2019-10-13
Kernel: Add a Linux-style getrandom syscall
Calvin Buckley
2019-10-02
Kernel+SystemMonitor: Add fault counters
Andreas Kling
2019-09-28
Kernel: Expose blocking and cloexec fd flags in ProcFS
Sergey Bugaev
2019-09-27
Kernel: Fix partial munmap() deallocating still-in-use VM
Andreas Kling
2019-09-27
Kernel: Make Region single-owner instead of ref-counted
Andreas Kling
[next]