10
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 10 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support in JNasm for missing 64 bits opcodes: bts, iretq, stosq, dq.
Levente Sántha
as Levente Santha
More... over 9 years ago
NTFS: Fix a problem reading LogFile record data which cross a page boundary. More... over 9 years ago
NTFS: Cache the cluster size on the file record. Allow reading in corrupt records if strict checks are not enabled. More... over 9 years ago
NTFS: Expose the log record undo data. More... over 9 years ago
NTFS: Decouple NTFS record from NTFS volume. More... over 9 years ago
NTFS: Another fix for uninitialised attribute data. Turns out it doesn't even need to be cluster aligned. More... almost 10 years ago
NTFS: Some minor changes looking up SIDs. More... almost 10 years ago
NTFS: Add support for decoding ACE types, flags, and mask. Add a method to get the SID as a string. More... almost 10 years ago
Added simple test for JNAsm.
Levente Sántha
as Levente Santha
More... almost 10 years ago
NTFS: Add support for reading in NTFS indexes by name. More... almost 10 years ago
NTFS: allow public access to security descriptor stream entries. More... almost 10 years ago
NTFS: Fix an incorrect offset reading in access control list entries. More... almost 10 years ago
NTFS: Fix a bug reading out USN Jrnl entry data. More... almost 10 years ago
NTFS: ensure $LogFile code is bundled with the jar. More... almost 10 years ago
NTFS: Add a friendly name for the $LogFile operation code. More... almost 10 years ago
NTFS: Allow non-directory indexes to be read in. More... almost 10 years ago
NTFS: Expose volume ID. More... almost 10 years ago
NTFS: Split out directory index specific code from IndexEntry. More... almost 10 years ago
ext2: expose support for getting the block number from an inode. More... almost 10 years ago
HFS+: Expose the start block for an extent. More... almost 10 years ago
Fixed regression in X86BinaryAssembler.
Levente Sántha
as Levente Santha
More... almost 10 years ago
Fixed typo.
Levente Sántha
as Levente Santha
More... almost 10 years ago
Using JNAsm as the default assembler for building the nano kernel.
Levente Sántha
as Levente Santha
More... almost 10 years ago
Fixed native kernel compilation with JNAsm.
Levente Sántha
as Levente Santha
More... almost 10 years ago
Added nasm option to generate output compatible with JNAsm.
Levente Sántha
as Levente Santha
More... almost 10 years ago
Checkstyle fixes.
Levente Sántha
as Levente Santha
More... almost 10 years ago
Code cleanups in JNAsm.
Levente Sántha
as Levente Santha
More... almost 10 years ago
JNasm assembler improvements: * supporting JNA, RDTSC instructions, far jumps in X86Core * passing current instruction to the assembler modules * improvements to compile the JNode native kernel to a binary identical to the output of nasm.
Levente Sántha
as Levente Santha
More... almost 10 years ago
x86 assembler improvements.
Levente Sántha
as Levente Santha
More... almost 10 years ago
Added support for far jumps in JNasm parser.
Levente Sántha
as Levente Santha
More... almost 10 years ago