9e79ef2a91
Terminal: Use pseudo terminal instead of pipes
4d1b32f770
Kernel: open does not need TTY_INIT to set the controlling terminal
a5a097fa4a
Kernel/LibC: Add initial pseudo terminal support
ad645f31d0
Kernel/LibC: Add setsid()
f08d429851
Terminal: Add utf8 parsing for input
91d513a672
2000th COMMIT: userspace: Implement basic fetch program bananfetch
44f0ec601f
Kernel: Expose /proc/meminfo and fix /proc/<pid>/meminfo
2a659a9d03
BuildSystem: Fix enable sse definition
7e7c3a1bb3
Kernel: VirtualTTY now handles dark colors
3b23458ecc
LibC: Start work on locales
fe94d6cf89
LibC: Implement dummy rename() so vim can save files
0a7c316ffb
Kernel: Fix race condition when blocking threads
e72424e01a
Kernel: Implement ANSI CSI M and fix ANSI CSI L
dbba9128a4
Ports: Add ncurses and vim port!
352c1ddc16
BuildSystem: Rewrite port compilation system
4d96ae56ac
LibC: Add stubs for ungetc(), tcflush() and symlink()
adadb10b15
LibC: Fix strsignal() and implement psignal()
a749b9806e
LibC: Add definition for h_errno
1d9041f2aa
LibC: make opendir() fail if path is not a directory
a578527012
Kernel/LibC: Implement ioctl(TIOCGWINSZ)
af78a2d080
Kernel: Implement ANSI CSI L for TTY
840000d02b
Kernel: Make sure null signal is not send with kill()
9ea4c777ad
Kernel: TTY now handles ESC key presses
da3b30cd94
Kernel: Add macro to dump all syscalls and their return values
4599e1dec5
Kernel: Make schedler not crash when unblocking active thread
07be5fb09f
Kernel: Add macro to dump all syscalls and their return values
c1f921701c
Kernel: Make schedler not crash when unblocking active thread
6de350ce9d
Kernel/LibC: Cleanup, fix and implement a lot of signal code
838d31fa41
Kernel: Implement more POSIX compliant open() and openat() syscalls
401b460d75
LibC: Implement setbuf() and setvbuf()
9548c592a3
Kernel: Always print basic info about xHCI controller
cda0276d39
Kernel: Force PCI irq line usage when not using APIC
3e0150f847
Kernel: Pressing F1 now toggles rendering of CPU loads to the terminal
f8261c60c0
Kernel: Rewrite the whole scheduler and re-architecture SMP handling
9f90eeab05
Kernel: Fix stack pointer OOB check
1ee37cb671
Kernel: Make sure stack is aligned on interrupts for i686 target
8fe798de6d
Kernel: Make PIT counter atomic with spinlock
4b917390ac
Kernel: Fix sse state saving
7a0fb9a57f
Kernel: Fix TTY scroll clearing first and/or last characters from line
58fcd2b2fe
Kernel: Fix multi-interface USB device initialization
61f0043cd8
resolver: Fix infinite debug printing loop, if client disconnects
dd7bfba8d5
ports: Compile with multiple jobs and fix curl install query
5b8fdbc82d
LibC: Don't expose math.h in stdlib.h
6a1c677cbc
Ports: Update doom port gitignore
e30952efee
Kernel: Implement key repeating for USB keyboard
1337758660
Kernel: Make USB HID interfaces configure all endpoints
339e8a7910
Kernel: Fix USB keyboard state updating with variable reports
a60b460701
Kernel: Update USB HID code to support multiple top-level collections
a5cb4057f9
Kernel: Implement unified input files for device hot-plugging support
9d7f97ccd5
Kernel: Implement DevFileSystem::remove_device
0578d41500
Kernel: Implement WriteCombining memory
42c3fa24f0
Kernel: Add support for HID Report ID and parsing all collections
60b396fee5
Kernel: Add mouse move and scroll event merging back