| 2022-10-23 |
Minep | fix: temporary disable the cse optimizations that cause... |
commit | commitdiff | tree | snapshot |
| 2022-10-23 |
Minep | fix: bugs related to O2 optimization |
commit | commitdiff | tree | snapshot |
| 2022-10-22 |
Minep | refactor: isrm to centeralize interrupt/irq resources... |
commit | commitdiff | tree | snapshot |
| 2022-10-21 |
Minep | laying out the iso9660 structure definitions |
commit | commitdiff | tree | snapshot |
| 2022-10-19 |
Minep | fix: PS/2 keyboard initialization sequence |
commit | commitdiff | tree | snapshot |
| 2022-10-18 |
Minep | feat: integrate gdb support over serial port for bare... |
commit | commitdiff | tree | snapshot |
| 2022-10-03 |
Minep | fix: remove unnecessary backtracing in mnt_mkbusy/chillax |
commit | commitdiff | tree | snapshot |
| 2022-09-23 |
Minep | fix: missing sudo in toolchain build tool |
commit | commitdiff | tree | snapshot |
| 2022-09-17 |
Minep | fix: load x87 fpu default settings |
commit | commitdiff | tree | snapshot |
| 2022-09-17 |
Minep | feat: add support for process to conduct Intel x87... |
commit | commitdiff | tree | snapshot |
| 2022-09-17 |
Minep | refactor: script to generate code for interrupt install... |
commit | commitdiff | tree | snapshot |
| 2022-09-17 |
Minep | Merge branch 'device-sys' |
commit | commitdiff | tree | snapshot |
| 2022-09-17 |
Minep | fix: dnode cache syncing for pseudo fs |
commit | commitdiff | tree | snapshot |
| 2022-09-16 |
Minep | add code-topic mapping for better learning experience... |
commit | commitdiff | tree | snapshot |
| 2022-08-31 |
Minep | feat: simple read/write lock implementation |
commit | commitdiff | tree | snapshot |
| 2022-08-30 |
Minep | feat: support ioctl() syscall for direct control to... |
commit | commitdiff | tree | snapshot |
| 2022-08-29 |
Minep | feat: taskfs for export process to filesystem |
commit | commitdiff | tree | snapshot |
| 2022-08-27 |
Minep | refactor: clean up the virtual memory mappings |
commit | commitdiff | tree | snapshot |
| 2022-08-26 |
Minep | feat: (twimap) provide an easy way for mapping kernel... |
commit | commitdiff | tree | snapshot |
| 2022-08-25 |
Minep | feat: a file system mapping for pci devices |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
Minep | refactor: improve on scrolling experience in lunaix... |
commit | commitdiff | tree | snapshot |
| 2022-08-23 |
Minep | feat: a pseudo shell environment for basic interacting... |
commit | commitdiff | tree | snapshot |
| 2022-08-22 |
Minep | refactor: add user space printf. |
commit | commitdiff | tree | snapshot |
| 2022-08-22 |
Minep | feat: input device subsystem to resolve race condition... |
commit | commitdiff | tree | snapshot |
| 2022-08-21 |
Minep | feat: (devfs) a new filesystem for device exposure. |
commit | commitdiff | tree | snapshot |
| 2022-08-20 |
Minep | feat: mount point flags check |
commit | commitdiff | tree | snapshot |
| 2022-08-20 |
Minep | feat: ability to manipulate extended attribute |
commit | commitdiff | tree | snapshot |
| 2022-08-19 |
Minep | fix: symlink resolve. |
commit | commitdiff | tree | snapshot |
| 2022-08-19 |
Minep | refactor: add a simple ramfs for rootfs. Twifs should... |
commit | commitdiff | tree | snapshot |
| 2022-08-18 |
Minep | refactor: send the command with retry and error detection |
commit | commitdiff | tree | snapshot |
| 2022-08-18 |
Minep | fix: READ_CAPACITY command for 12 bytes CDB SCSI device. |
commit | commitdiff | tree | snapshot |
| 2022-08-17 |
Minep | refactor: mount system reworked |
commit | commitdiff | tree | snapshot |
| 2022-08-16 |
Minep | feat: ability to evict dnode and inode cache |
commit | commitdiff | tree | snapshot |
| 2022-08-16 |
Minep | refactor: inode hashing and reusing |
commit | commitdiff | tree | snapshot |
| 2022-08-15 |
Minep | feat: rename(2), mount(2) and unmount(2) |
commit | commitdiff | tree | snapshot |
| 2022-08-14 |
Minep | the sata slides |
commit | commitdiff | tree | snapshot |
| 2022-08-14 |
Minep | refactor: synchronize the vfs objects |
commit | commitdiff | tree | snapshot |
| 2022-08-14 |
Minep | Merge branch 'vfs-dev' |
commit | commitdiff | tree | snapshot |
| 2022-08-14 |
Minep | feat: lru eviction policy on page caches |
commit | commitdiff | tree | snapshot |
| 2022-08-12 |
Minep | refactor: kernel space yield() for controllable, flexib... |
commit | commitdiff | tree | snapshot |
| 2022-08-10 |
Minep | feat: support per-process current working directory... |
commit | commitdiff | tree | snapshot |
| 2022-08-09 |
Minep | update readme |
commit | commitdiff | tree | snapshot |
| 2022-08-09 |
Minep | Merge branch 'master' into vfs-dev |
commit | commitdiff | tree | snapshot |
| 2022-08-09 |
Minep | fix: remove unwanted interrupts during disk init and... |
commit | commitdiff | tree | snapshot |
| 2022-08-09 |
Minep | Merge branch 'master' into vfs-dev |
commit | commitdiff | tree | snapshot |
| 2022-08-09 |
Minep | fix: incorrect settings of msi registers. |
commit | commitdiff | tree | snapshot |
| 2022-08-09 |
Minep | feat: stdin/stdout into process |
commit | commitdiff | tree | snapshot |
| 2022-08-08 |
Minep | fix: refining the tty input |
commit | commitdiff | tree | snapshot |
| 2022-08-08 |
Minep | feat: hook up the keyboard input into our vfs |
commit | commitdiff | tree | snapshot |
| 2022-08-07 |
Minep | fix: separate any i/o to sequential device from caching... |
commit | commitdiff | tree | snapshot |
| 2022-08-06 |
Minep | feat: page caching layer for vfs |
commit | commitdiff | tree | snapshot |
| 2022-08-02 |
Minep | feat: symlink(2) and realpathat syscall |
commit | commitdiff | tree | snapshot |
| 2022-07-31 |
Minep | feat: implement dup(2), dup2(2) |
commit | commitdiff | tree | snapshot |
| 2022-07-31 |
Minep | feat: implement fsync(2) and hard link support [link(2)] |
commit | commitdiff | tree | snapshot |
| 2022-07-30 |
Minep | feat: implement rmdir(2), unlink(2), unlinkat(2) |
commit | commitdiff | tree | snapshot |
| 2022-07-30 |
Minep | feat: implement readlink(2) readlinkat(2) |
commit | commitdiff | tree | snapshot |
| 2022-07-30 |
Minep | feat: simple device abstraction layer |
commit | commitdiff | tree | snapshot |
| 2022-07-29 |
Minep | update readme |
commit | commitdiff | tree | snapshot |
| 2022-07-29 |
Minep | feat: lseek(2), read(2), write(2) implementation |
commit | commitdiff | tree | snapshot |
| 2022-07-27 |
Minep | feat: readdir fix and demo |
commit | commitdiff | tree | snapshot |
| 2022-07-27 |
Minep | feat: open(2), close(2), mkdir(2) and readdir(2) syscall |
commit | commitdiff | tree | snapshot |
| 2022-07-24 |
Minep | feat: twifs - pseudo file system for lunaix kernel... |
commit | commitdiff | tree | snapshot |
| 2022-07-20 |
Minep | feat: vfs - path walking and dnode caching. |
commit | commitdiff | tree | snapshot |
| 2022-07-20 |
Minep | feat: block device support (mount device and partitions) |
commit | commitdiff | tree | snapshot |
| 2022-07-20 |
Minep | refactor: change the disk io api to accept device inste... |
commit | commitdiff | tree | snapshot |
| 2022-07-07 |
Minep | Merge branch 'sata-ahci-dev' |
commit | commitdiff | tree | snapshot |
| 2022-07-07 |
Minep | add pci-pcie slides and resources |
commit | commitdiff | tree | snapshot |
| 2022-07-07 |
Minep | refactor: abstract out the code for prdte creation... |
commit | commitdiff | tree | snapshot |
| 2022-07-07 |
Minep | feat: probe more device info |
commit | commitdiff | tree | snapshot |
| 2022-07-06 |
Minep | Merge branch 'master' into sata-ahci-dev |
commit | commitdiff | tree | snapshot |
| 2022-07-06 |
Minep | fix: remove the reference to unknown variable |
commit | commitdiff | tree | snapshot |
| 2022-07-06 |
Minep | feat: sector rwm ops test code |
commit | commitdiff | tree | snapshot |
| 2022-07-05 |
Minep | feat: disk read/write support for both ATA and ATAPI... |
commit | commitdiff | tree | snapshot |
| 2022-07-05 |
Minep | update readme |
commit | commitdiff | tree | snapshot |
| 2022-07-05 |
Minep | Merge branch 'master' into sata-ahci-dev |
commit | commitdiff | tree | snapshot |
| 2022-07-04 |
Minep | feat: ATAPI device capacity probing |
commit | commitdiff | tree | snapshot |
| 2022-07-04 |
Minep | remove explicit path dependency in makefile |
commit | commitdiff | tree | snapshot |
| 2022-07-04 |
Minep | Merge branch 'master' into sata-ahci-dev |
commit | commitdiff | tree | snapshot |
| 2022-07-04 |
Minep | update readme |
commit | commitdiff | tree | snapshot |
| 2022-07-04 |
Minep | feat: Ability to send command to ATA device. |
commit | commitdiff | tree | snapshot |
| 2022-07-03 |
Minep | feat: alignment option of cake allocator for dma buffer |
commit | commitdiff | tree | snapshot |
| 2022-07-03 |
Minep | feat: cake (slab) allocator, for dynamic continuous... |
commit | commitdiff | tree | snapshot |
| 2022-06-29 |
Minep | chore: replacing obsolete SATA Specification Rev 1... |
commit | commitdiff | tree | snapshot |
| 2022-06-29 |
Minep | chore: edit readme |
commit | commitdiff | tree | snapshot |
| 2022-06-29 |
Minep | feat: spec-compliant AHCI HBA initialization |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Minep | feat: AHCI probing |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Minep | feat: vmm_vmap/ioremap/iounmap to make MMIO more flexib... |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Minep | chore: corrections on readme and add disclaimer on... |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Minep | feat: partial PCIe support (MCFG table parsing) |
commit | commitdiff | tree | snapshot |
| 2022-06-27 |
Minep | feat: BAR sizing and MSI configuration |
commit | commitdiff | tree | snapshot |
| 2022-06-27 |
Minep | feat: MSI capability detection. |
commit | commitdiff | tree | snapshot |
| 2022-06-27 |
Minep | update readme and pci material |
commit | commitdiff | tree | snapshot |
| 2022-06-27 |
Minep | feat: PCI bus probing |
commit | commitdiff | tree | snapshot |
| 2022-06-27 |
Minep | update readme |
commit | commitdiff | tree | snapshot |
| 2022-06-27 |
Minep | fix: race condition and partial state issue on injectin... |
commit | commitdiff | tree | snapshot |
| 2022-06-26 |
Minep | feat: new syscall: sigpending, sigsuspend |
commit | commitdiff | tree | snapshot |
| 2022-06-25 |
Minep | feat: a simple console that support scrolling. |
commit | commitdiff | tree | snapshot |
| 2022-06-25 |
Minep | Merge branch 'console-dev' |
commit | commitdiff | tree | snapshot |
| 2022-06-25 |
Minep | Merge branch 'master' of github.com:Minep/lunaix-os |
commit | commitdiff | tree | snapshot |
| 2022-06-25 |
Minep | refactor: make the demos into dedicated files |
commit | commitdiff | tree | snapshot |
| next |