Commit Graph

  • 19f2a78d35
    linux: Move everything to ./subsystem/linux/* master EnderIce2 2024-11-20 03:49:15 +02:00
  • a96086c432
    exec: Correctly align memory using .p_align EnderIce2 2024-11-19 05:10:38 +02:00
  • 7b054050c7
    tasking: Do not free tty EnderIce2 2024-11-19 05:05:41 +02:00
  • 4d192732cc
    tasking: Check for null pointer first EnderIce2 2024-11-19 04:33:47 +02:00
  • 3709683af8
    linux: Add stub madvise() syscall EnderIce2 2024-11-18 04:10:27 +02:00
  • 3a68b28c13
    memory: Add more debug messages for CoW related functions EnderIce2 2024-11-18 04:07:08 +02:00
  • 9f34bd0192
    linux: Fix debug messages for syscalls EnderIce2 2024-11-18 04:06:41 +02:00
  • 4012a5d9e5
    memory: Remove annoying and useless messages in Unmap() EnderIce2 2024-11-18 04:06:03 +02:00
  • 9c61c71c57
    memory: Fix memory mapping in KernelPageTable EnderIce2 2024-11-18 03:49:11 +02:00
  • 21faaf6ea1
    interrupts: Switch page table in MainInterruptHandler() EnderIce2 2024-11-18 03:38:24 +02:00
  • 23301b8c1b
    memory: Kernel threads require more memory for stack EnderIce2 2024-11-18 03:27:06 +02:00
  • 86a119ea51
    scheduler: Fix page table switch for scheduler EnderIce2 2024-11-17 03:11:20 +02:00
  • 079055082a
    panic: Check if CurrentProcess & CurrentThread are valid before showing info EnderIce2 2024-11-16 04:42:20 +02:00
  • 4bc4e9b76f
    stl: Implement coroutines EnderIce2 2024-11-15 01:54:21 +02:00
  • 1ab4ace23c
    stl: Update headers EnderIce2 2024-11-15 01:34:34 +02:00
  • ef1c5bb39e
    panic: Add stub code for UHCI, EHCI & XHCI controllers EnderIce2 2024-11-10 16:30:43 +02:00
  • a211280891
    chore: Update vscode debug configurations EnderIce2 2024-11-08 02:31:36 +02:00
  • 393c8ba4cb
    chore: Update vscode boilerplates EnderIce2 2024-11-08 02:30:57 +02:00
  • 6dc734bb0b
    interrupts: Update MainInterruptHandler EnderIce2 2024-10-30 03:07:47 +02:00
  • ab6529f6e6
    memory: Add kernel stack manager EnderIce2 2024-10-30 02:28:49 +02:00
  • 99292467ed
    task: Remove redundant code EnderIce2 2024-10-26 03:54:46 +03:00
  • 29896bb0a4
    memory: Refactor SwapPT class EnderIce2 2024-10-26 03:25:36 +03:00
  • b6006e379d
    panic: Refactor PS/2 keyboard initialization code EnderIce2 2024-10-26 03:24:29 +03:00
  • 462907828d
    linux: Remove redundant SwapPT in linux_getrandom() EnderIce2 2024-10-25 01:00:58 +03:00
  • c0df0291eb
    kshell: Check for absolute path EnderIce2 2024-10-22 05:27:43 +03:00
  • 032b8acca0
    kshell: Fix search for binaries in /usr/bin/ EnderIce2 2024-10-21 02:59:55 +03:00
  • 8b442d14e3
    linux: Implement vfork() syscall EnderIce2 2024-10-20 03:02:09 +03:00
  • 0edd84c8a8
    linux: Disable stack protector for __LinuxForkReturn() EnderIce2 2024-10-20 03:01:30 +03:00
  • f57ad7fc81
    task: Implement new process state EnderIce2 2024-10-20 03:00:34 +03:00
  • 53360c10e2
    linux: Fix code style in linux_execve() function EnderIce2 2024-10-19 01:52:25 +03:00
  • d9517a5cab
    api: Add documentation to RingBuffer class EnderIce2 2024-10-19 01:44:48 +03:00
  • 88c87172ba
    vt: Fix incorrect buffer read size in VirtualTerminal EnderIce2 2024-10-19 01:31:42 +03:00
  • 6657a90739
    core: Simplified interrupt event check logic in MainInterruptHandler EnderIce2 2024-10-19 01:29:27 +03:00
  • 5054243bc6
    linux: Implement sched_setaffinity() and sched_getaffinity() syscalls EnderIce2 2024-10-16 16:50:15 +03:00
  • 8dc6edac4a
    linux: Implement getdents64() syscall EnderIce2 2024-10-16 02:12:15 +03:00
  • 547ae94f80
    linux: Add more debug messages for newfstatat syscall EnderIce2 2024-10-16 02:11:36 +03:00
  • acabadaaab
    linux: Correct struct linux_dirent64 variables EnderIce2 2024-10-16 02:10:34 +03:00
  • f624339dff
    fs: Fix ustar ReadDir() wrong d_type EnderIce2 2024-10-16 01:50:49 +03:00
  • fa31ade889
    linux: Fix newfstatat() syscall EnderIce2 2024-10-16 00:12:24 +03:00
  • beca151fa6
    std: Remove pragma "STDC FENV_ACCESS" EnderIce2 2024-10-15 04:05:07 +03:00
  • d23ab8f476
    kshell: Add more debug messages EnderIce2 2024-10-15 04:02:36 +03:00
  • b13fe4a28f
    std: Fix potential Use-After-Free vulnerability in std::string EnderIce2 2024-10-15 03:59:26 +03:00
  • b31d49be15
    std: Fix std::string push_back() EnderIce2 2024-10-15 03:58:17 +03:00
  • ccb2cdde55
    linux: Implement fchdir() syscall EnderIce2 2024-10-13 15:48:57 +03:00
  • ea9aa8c674
    kshell: Update error messages EnderIce2 2024-10-13 15:15:32 +03:00
  • a2e9747ee8
    driver: Check if process has an associated terminal EnderIce2 2024-10-13 14:58:29 +03:00
  • 396ad681ba
    tty: Fix kcon & tty implementation; Add stub ptmx EnderIce2 2024-10-13 13:00:22 +03:00
  • f48032658f
    vfs: Fix GetRoot(), CacheRecursiveSearch() and root identifier EnderIce2 2024-10-13 02:33:46 +03:00
  • 850b8ec490
    std: Add TIOCGSID macro EnderIce2 2024-10-13 02:30:38 +03:00
  • 7cf35ec984
    api: Add "KernelData" variable inside Inode structure EnderIce2 2024-10-13 02:30:13 +03:00
  • 9a6008a07c
    driver: Fix wrong file type in RegisterBlockDevice() EnderIce2 2024-10-13 02:28:50 +03:00
  • 6771bb21b2
    linux: Fix returning wrong errno code on errors EnderIce2 2024-10-13 02:26:38 +03:00
  • 3ca2463834
    vfs: Implement GetName() & GetPath() in FileNode class EnderIce2 2024-10-13 02:25:29 +03:00
  • 74faef2623
    linux: Dump read() & write() content in debug output EnderIce2 2024-10-13 02:22:27 +03:00
  • 13eb650ee3
    linux: Add stub vfork() function EnderIce2 2024-10-13 02:21:05 +03:00
  • 93e8e3f354
    linux: Fix broken process limits implementation EnderIce2 2024-10-13 02:19:26 +03:00
  • 02cf233534
    library: Return if Length == 0 in DumpData EnderIce2 2024-10-12 02:59:08 +03:00
  • e8e2aa4a5f
    Update chdir() implementation EnderIce2 2024-10-01 00:41:26 +03:00
  • ddf6a53412
    Add chdir() syscall implementation EnderIce2 2024-09-30 23:57:39 +03:00
  • bd0c8d9ad8
    Fix readdir inside /dev EnderIce2 2024-09-24 22:30:08 +03:00
  • 18d00a4bf3
    Fix missing offset for /dev files EnderIce2 2024-09-24 22:29:39 +03:00
  • 7d7fc4d018
    Fix the order of variables Cols and Rows EnderIce2 2024-09-24 01:32:29 +03:00
  • 85b6fdef80
    Implement Virtual Terminal and fix /dev/kcon EnderIce2 2024-09-22 13:17:19 +03:00
  • 6f8e486740
    Add debug message for GetBinaryType EnderIce2 2024-09-22 13:10:05 +03:00
  • cac9449457
    Update debug messages for getcwd linux syscall EnderIce2 2024-08-31 22:15:24 +03:00
  • 021d6fdd6b
    Update kernel api EnderIce2 2024-08-27 17:24:20 +03:00
  • 9bdb83c346
    Reformat comments in interrupts.hpp EnderIce2 2024-08-19 09:42:28 +03:00
  • e9d022169e
    Fix iterator type mismatch in basic_string::erase functions EnderIce2 2024-08-18 21:34:35 +03:00
  • 31dca2e9a6
    Remove unused SmartHeap class EnderIce2 2024-08-13 07:37:20 +03:00
  • e2e9cfe84d
    Add more debug messages EnderIce2 2024-08-13 07:30:29 +03:00
  • b783e8b88f
    Refactored linux_getpid for easier debugging EnderIce2 2024-08-01 03:20:42 +03:00
  • 4d201a5264
    Fix memory corruption in USTAR::SymLink EnderIce2 2024-07-09 03:33:11 +03:00
  • 51ea074b60
    Fix driver implementation EnderIce2 2024-07-07 03:14:54 +03:00
  • 3e5177d375
    Fix broken iterator for unordered_map EnderIce2 2024-06-13 07:38:51 +03:00
  • aef28c9aff
    Reset cursor position after print EnderIce2 2024-06-08 04:35:18 +03:00
  • 2489fd93f1
    Add strrchr implementation EnderIce2 2024-06-03 03:54:37 +03:00
  • 9eec276c18
    Remove unnecessary variable assignment EnderIce2 2024-06-03 03:46:25 +03:00
  • bd7c44ae74
    Update ELF header EnderIce2 2024-05-20 05:41:26 +03:00
  • 5329c92791
    Return proper errno for null inode operations EnderIce2 2024-05-19 11:28:22 +03:00
  • 042a5f8d4a
    Fix missing member initialization EnderIce2 2024-05-19 08:55:52 +03:00
  • 6801475243
    Refactor filesystem & stl code EnderIce2 2024-05-18 07:42:01 +03:00
  • 77a291d08b
    Implement operator delete with alignment support EnderIce2 2024-05-01 05:15:40 +03:00
  • 72d29a138d
    Fix RDSEEDFlag assignment EnderIce2 2024-05-01 05:14:44 +03:00
  • 6cedac03f5
    Refactor RNG code EnderIce2 2024-04-26 18:33:43 +03:00
  • 5a94744fd2
    Update STL headers EnderIce2 2024-04-15 05:13:24 +03:00
  • fd292305f6
    Refactor lock related code EnderIce2 2024-04-10 06:25:55 +03:00
  • c76eb67883
    Add null check in isempty function EnderIce2 2024-04-03 01:40:38 +03:00
  • daccdaeeae
    Implement process resource limits EnderIce2 2024-04-02 05:52:43 +03:00
  • e09d93e2bb
    Refactor panic handler and assertion failed display functions EnderIce2 2024-04-01 21:04:45 +03:00
  • 87e263f5fe
    Fix warning "ignoring changed section attributes for .text" EnderIce2 2024-04-01 20:52:55 +03:00
  • 91ca38fd77
    Rename struct "stat" to "kstat" EnderIce2 2024-04-01 04:49:06 +03:00
  • 7b5a486391
    Rename files with reference and descriptor code EnderIce2 2024-04-01 04:40:49 +03:00
  • a49e5e9913
    Remove redundant file operation functions EnderIce2 2024-04-01 04:36:11 +03:00
  • bbb67b6a88
    Refactor USTAR class and comments in FAT header EnderIce2 2024-04-01 04:33:36 +03:00
  • 74cf1cee47
    Check for /bin directory existence and use /usr/bin as fallback EnderIce2 2024-04-01 03:39:05 +03:00
  • 5b7d0106a5
    Fix handling of symbolic links in cd and ls commands EnderIce2 2024-04-01 03:29:34 +03:00
  • e327ca783b
    Comment debug statements in ustar.cpp and node.cpp EnderIce2 2024-04-01 03:24:47 +03:00
  • 6f0a2b3f17
    Fix linux_stat, linux_fstat & linux_lstat EnderIce2 2024-04-01 03:19:48 +03:00
  • 84e5b2310e
    Refactor Node constructor EnderIce2 2024-04-01 01:25:51 +03:00
  • 45406209d8
    Refactor debug print statements in user.cpp EnderIce2 2024-04-01 01:21:36 +03:00