Merge branch 'master' into isa/arm64
[lunaix-os.git] / lunaix-os / kernel / process /
2024-09-24 LunaixskyMerge branch 'master' into isa/arm64
2024-09-24 LunaixskyCode-base clean-up and refactoring (#47)
2024-08-30 LunaixskyBoot framework rework (#45)
2024-08-10 LunaixskySecond Extended Filesystem (ext2) and other improvement...
2024-07-28 LunaixskyChange of vterm handling logic on backend chardev input...
2024-07-16 LunaixskyArchitectural Support: x86_64 (#37)
2024-06-27 LunaixskyIntroducing LunaBuild to the build flow (#36)
2024-06-22 LunaixskyDecoupling Architectural-specific Code (#35)
2024-03-02 LunaixskyUnifying the Lunaix's Physical Memory Model (#28) feat/user_model
2024-02-18 LunaixskyA Total Overhaul on the Lunaix's Virtual Memory Model...
2024-02-05 LunaixskySupport to multi-threading and pthread interface (POSIX...
2023-12-10 Minepfeat: owloysius - dynamic init function invocator
2023-12-08 Mineprefactor: add a async read/write variant to device...
2023-11-26 Minepfeat: nearly complete POSIX.1-2008 compliant terminal...
2023-11-18 Minepfeat: IO polling for file descriptor
2023-11-05 Minepfeat: lunadbg GDB plugin to ease kernel debugging process.
2023-11-04 Mineprefactor: make pci device driver loading passive, pci...
2023-11-03 Minepfeat: kprintf now goes into dedicated pseudo-dev rather...
2023-10-21 Minepfeat: standard vga support (mode switching, framebuffer...
2023-09-07 Minepfeat: fstat now handle symbolic link
2023-08-28 Minepfeat: device subsystem rework
2023-08-24 Mineprefactor: use a more decent physical memory map
2023-08-20 Minepfeat: kernel stack tracing
2023-08-20 Minepfix: corrected time conversion on alarm/sleep syscall
2023-08-19 Mineprefactor: one more step towards arch-agnostic design
2023-08-12 Mineprefactor: striped more arch-related code from the kerne...
2023-07-25 Mineprefactor: decouple i386 specific instruction invocation
2023-07-23 Minepfix: corner case for x87 context restore on execve
2023-07-23 Mineprefactor: Optimize the signal context overhead
2023-07-23 Mineprefactor: Optimize the context switch overhead
2023-07-22 Minepfix: argv, envp passing
2023-07-21 Mineprefactor: full rewrite of signal feature
2023-07-20 Mineprefactor: rewrite kernel's make script
2023-07-17 Mineprefactor: restructure the user space stuff.
2023-07-16 Minepchore: fix almost *ALL* warnings.
2023-07-10 Mineprefactor: elf parsing utility and exec related
2023-06-18 Minepfeat: shell and signal demo as loadable user executable
2023-06-14 MinepMerge branch 'master' into prog-loader
2023-01-17 MinepMerge branch 'master' into prog-loader
2023-01-17 MinepMerge branch 'master' of github.com:Minep/lunaix-os
2023-01-17 Minepfix: sleeper issue #13
2023-01-04 MinepMerge branch 'interrupt-rework' into prog-loader
2023-01-04 Mineprefactor: cut off some bloats in intr_ctx
2023-01-02 Minepregression: elf loading
2023-01-01 Minepfeat: wrapper function for bootstraping user program
2022-12-31 Minepfeat: heap support and re-worked
2022-12-31 Minepfeat: basic elf32 loader (only LOAD segment is supported)
2022-12-29 Minepfeat: msync(2)
2022-12-29 Mineprefactor: separate syscall interfaces from kernel space...
2022-12-28 Minepregression: mmap for fd
2022-12-05 MinepMerge branch 'master' into prog-loader
2022-11-20 Minepfeat: (vm) memory mapping support: mmap/munmap
2022-11-11 Minepfeat: (vfs) write_page and read_page file operations
2022-11-10 Minepfeat: (ahci) support multiple AHCI controller
2022-11-10 Minepfix: add dummy process to keep scheduler busy
2022-11-09 Minepfix: memory leakage in file descriptor allocation
2022-11-09 Minepfix: use wait queue for blocking process
2022-09-17 Minepfix: load x87 fpu default settings
2022-09-17 Minepfeat: add support for process to conduct Intel x87...
2022-09-17 MinepMerge branch 'device-sys'
2022-09-17 Minepfix: dnode cache syncing for pseudo fs
2022-08-31 Minepfeat: simple read/write lock implementation
2022-08-30 Minepfeat: support ioctl() syscall for direct control to...
2022-08-29 Minepfeat: taskfs for export process to filesystem