011a5f57e1
WindowServer: Add title bars and clean up code
84b3289a2a
Kernel: Move Scheduler::yield() lock check after interrupts disabled
b760892de2
Kernel: Make pselect use nanosecods instead of milliseconds
6840a8983c
Kernel: Make sure MSB is not set on SMO keys
a1b3490764
Kernel: Improve random number generation for unsigned types
076f1efecb
Kernel: Fix 32 bit fast page locking
libstdc++ build is not working
Fixed by removing libstdc++ requirement from getlogin() (in b23511edb1).
libstdc++ build is not working
b23511edb1
LibC: Don't use BAN inside pwd.cpp
53e572f072
Kernel: Fix s_fast_page_lock type on 32 bit target
libstdc++ build is not working
c2b6ba0d5a
Userspace: Start work on GUI and WindowServer
d4d530e6c8
Kernel: Implement basic shared memory objects
99270e96a9
Kernel: Lock debug lock while printing fault details
4bf7a08c80
Kernel: Allow SYS_PSELECT to work with timeout of zero
3823de6552
Kernel: Add templated get function for Random
a1ab44d39f
Kernel: Optimize disk reads to read multiple sectors at once
8b1514e575
Kernel: Make all storage devices readable and writable
2d3810874d
Kernel: Fix thread signal handling
a4c634e4bf
Sysroot: Fix us keymap bracket keys
2a4d986da5
Kernel: Add preliminary support for PCIe
3b18730af6
BuildSystem: Don't build libstdc++ as libc is not complete enough
df260fe0e8
Kernel: Process::validate_pointer_access now maps the whole range
2be4fe8404
Kernel: Make PageTable::s_fast_page_lock non-recursive
7db7cfe20f
BuildSystem: Only use kvm if user has rw access
cc2cc2849e
Whoami: Rewrite whoami using getlogin
06f4b0b29a
BAN: Make String and StringView header only
e22821799b
LibC: Implement getlogin()
14dd9294aa
LibC: Add _POSIX constants to limits.h
83e3409bd8
Kernel/LibC: Update SYS_SEEK to return new offset and implement lseek
e77de1804f
Kernel: Fix some race conditions in TCP stack
e00b92225d
Kernel: Fix E1000 interrupt handling condition