* fix an issue that execve attempts to parse directory as elf file.
[lunaix-os.git] / lunaix-os / hal / ahci / utils.c
2023-07-16 Minepchore: fix almost *ALL* warnings.
2023-06-14 MinepMerge branch 'master' into prog-loader
2023-06-14 Minepfix: the correct way to detect ahci LBA48 support
2022-11-13 Mineprefactor: replace all stdint::uint32_t into short and...
2022-11-09 Minepfeat: asynchronized SATA IO
2022-08-18 Mineprefactor: send the command with retry and error detection
2022-08-14 MinepMerge branch 'vfs-dev'
2022-08-14 Minepfeat: lru eviction policy on page caches
2022-07-07 MinepMerge branch 'sata-ahci-dev'
2022-07-07 Minepfeat: probe more device info
2022-07-06 MinepMerge branch 'master' into sata-ahci-dev
2022-07-06 Minepfeat: sector rwm ops test code
2022-07-05 Minepfeat: disk read/write support for both ATA and ATAPI...
2022-07-05 MinepMerge branch 'master' into sata-ahci-dev
2022-07-04 Minepfeat: ATAPI device capacity probing
2022-07-04 MinepMerge branch 'master' into sata-ahci-dev
2022-07-04 Minepfeat: Ability to send command to ATA device.