make log a bit verbose for some useful information
[lunaix-os.git] / lunaix-os / includes / lunaix / ds /
2025-04-01 Lunaixskymake log a bit verbose for some useful information
2024-12-15 LunaixskyUnifying External Interrupt System (#51)
2024-11-28 LunaixskyUnit testing framework and devicetree framework refact...
2024-11-20 Lunaixskyrewrite the device subsystem interfaces (#48)
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-06-22 LunaixskyDecoupling Architectural-specific Code (#35)
2024-04-20 MinepMerge branch 'master' of github.com:Minep/lunaix-os
2024-04-20 Minepproperly update the pprev of next node when deleting...
2024-02-05 LunaixskySupport to multi-threading and pthread interface (POSIX...
2023-12-11 Minepfix: corner cases when printing large content through...
2023-11-26 Minepfeat: nearly complete POSIX.1-2008 compliant terminal...
2023-09-03 Minepfeat: serial device interfacing
2023-08-28 Minepfeat: device subsystem rework
2023-08-24 Mineprefactor: use a more decent physical memory map
2023-08-19 Mineprefactor: one more step towards arch-agnostic design
2023-07-16 Minepchore: fix almost *ALL* warnings.
2023-06-14 MinepMerge branch 'master' into prog-loader
2023-01-17 MinepMerge branch 'master' into prog-loader
2023-01-04 MinepMerge branch 'interrupt-rework' into prog-loader
2022-12-05 MinepMerge branch 'master' into prog-loader
2022-11-20 Minepfeat: (vm) memory mapping support: mmap/munmap
2022-11-13 Mineprefactor: replace all stdint::uint32_t into short and...
2022-11-09 Minepfeat: asynchronized SATA IO
2022-09-17 MinepMerge branch 'device-sys'
2022-08-31 Minepfeat: simple read/write lock implementation
2022-08-30 Minepfeat: support ioctl() syscall for direct control to...
2022-08-24 Mineprefactor: improve on scrolling experience in lunaix...
2022-08-22 Minepfeat: input device subsystem to resolve race condition...
2022-08-21 Minepfeat: (devfs) a new filesystem for device exposure.
2022-08-20 Minepfeat: ability to manipulate extended attribute
2022-08-16 Minepfeat: ability to evict dnode and inode cache
2022-08-15 Minepfeat: rename(2), mount(2) and unmount(2)
2022-08-14 Mineprefactor: synchronize the vfs objects
2022-08-14 MinepMerge branch 'vfs-dev'
2022-08-14 Minepfeat: lru eviction policy on page caches
2022-08-09 MinepMerge branch 'master' into vfs-dev
2022-08-09 MinepMerge branch 'master' into vfs-dev
2022-08-08 Minepfeat: hook up the keyboard input into our vfs
2022-08-06 Minepfeat: page caching layer for vfs
2022-07-31 Minepfeat: implement fsync(2) and hard link support [link(2)]
2022-07-24 Minepfeat: twifs - pseudo file system for lunaix kernel...
2022-07-20 Minepfeat: vfs - path walking and dnode caching.
2022-06-25 MinepMerge branch 'console-dev'
2022-06-24 Minepfeat: experimental tty console with scrollback buffer.
2022-06-21 Minepfeat: support for SIGALRM
2022-06-15 MinepMerge branch 'master' into signal-dev
2022-06-14 Minepfeat: pgid support
2022-06-11 Minepfix: The timer sequence stuck in infinite loop after...
2022-06-06 Minepfeat: No more kernel page table switching upon interrupt.
2022-05-03 MinepImplement (half) simple semaphore & mutex lock, and ...
2022-03-12 MinepTimer re-worked!