Andreas Kling
|
33025a8049
Kernel: Pass name+length to set_mmap_name() and remove SmapDisabler
|
před 5 roky |
Andreas Kling
|
7c916b9fe9
Kernel: Make realpath() take path+length, get rid of SmapDisabler
|
před 5 roky |
Andreas Kling
|
d6b06fd5a3
Kernel: Make watch_file() syscall take path length as a size_t
|
před 5 roky |
Andreas Kling
|
0df72d4712
Kernel: Pass path+length to mkdir(), rmdir() and chmod()
|
před 5 roky |
Andreas Kling
|
642137f014
Kernel: Make access() take path+length
|
před 5 roky |
Andreas Kling
|
c5890afc8b
Kernel: Make chdir() take path+length
|
před 5 roky |
Andreas Kling
|
f231e9ea76
Kernel: Pass path+length to the stat() and lstat() syscalls
|
před 5 roky |
Andreas Kling
|
d4761762f2
Kernel: Remove some unused Process members
|
před 5 roky |
Andreas Kling
|
95ba0d5a02
Kernel: Remove unused "putch" syscall
|
před 5 roky |
Andreas Kling
|
24cc67d199
Kernel: Remove read_tsc() syscall
|
před 5 roky |
Andreas Kling
|
fdde5cdf26
Kernel: Don't include the process GID in the "extra GIDs" table
|
před 5 roky |
Andreas Kling
|
7f04334664
Kernel: Remove broken implementation of Unix SHM
|
před 5 roky |
Andrew Kaster
|
bc50a10cc9
Kernel: sys$mprotect protects sub-regions as well as whole ones
|
před 5 roky |
Tibor Nagy
|
624116a8b1
Kernel: Implement AltGr key support
|
před 5 roky |
Andreas Kling
|
a69734bf2e
Kernel: Also add a process boosting mechanism
|
před 5 roky |
Andreas Kling
|
610f3ad12f
Kernel: Add a basic thread boosting mechanism
|
před 5 roky |
Andreas Kling
|
50677bf806
Kernel: Refactor scheduler to use dynamic thread priorities
|
před 5 roky |
Andreas Kling
|
1f31156173
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
|
před 5 roky |
Andreas Kling
|
c74cde918a
Kernel+SystemMonitor: Expose amount of per-process clean inode memory
|
před 5 roky |
Andreas Kling
|
0d5e0e4cad
Kernel+SystemMonitor: Expose amount of per-process dirty private memory
|
před 5 roky |
Andreas Kling
|
154d10e4e9
Kernel: Process::for_each_in_pgrp() should not include dead processes
|
před 5 roky |
Andreas Kling
|
4a8683ea68
Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t
|
před 5 roky |
Conrad Pankoff
|
3aaeff483b
Kernel: Add a size argument to validate_read_from_kernel
|
před 5 roky |
Andreas Kling
|
4b8851bd01
Kernel: Make TID's be unique PID's
|
před 5 roky |
Andreas Kling
|
16812f0f98
Kernel: Get rid of "main thread" concept
|
před 5 roky |
Andreas Kling
|
b6ee8a2c8d
Kernel: Rename vmo => vmobject everywhere
|
před 5 roky |
Andreas Kling
|
8ea4217c01
Kernel: Merge Process::fork() into sys$fork()
|
před 5 roky |
Andreas Kling
|
77cf607cda
Kernel+LibC: Publish a "kernel info page" and use it for gettimeofday()
|
před 5 roky |
Andreas Kling
|
b32e961a84
Kernel: Implement a simple process time profiler
|
před 5 roky |
Andreas Kling
|
0317ca5ccc
Kernel+LibC: Make all SharedBuffers purgeable (default: non-volatile)
|
před 5 roky |