source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @123   9 months bird kDefs.h: Detect arm64 on windows
(edit) @122   10 months bird kDefs: Fixed LoongArch typo
(edit) @121   11 months bird kDefs: LoongArch
(edit) @120   3 years bird kDefs.h: Added risc-v to the K_ARCH_XXX defines.
(edit) @119   4 years bird kHlpAssert.h: Guessing at sparc breakpoint instructions.
(edit) @118   5 years bird kHlpAssert.h: arm64/m1 breakpoint instruction.
(edit) @117   5 years bird kLdrModNative: Added KLDRMOD_OPEN_FLAGS_NATIVE_ALLOW_INIT_TERM to …
(edit) @116   7 years bird kDefs.h: Fixed K_ENDIAN. [2nd try]
(edit) @115   7 years bird kDefs.h: Fixed K_ENDIAN.
(edit) @114   7 years bird kLdrModLX.c: Some fixes.
(edit) @113   7 years bird kHlpInt2Ascii.c: Try make cppcheck happy.
(edit) @112   7 years bird kLdrModMachO.c: dropped extra break for KCPU_P4; cleaned up style to …
(edit) @111   7 years bird kDefs.h: big endian build fix
(edit) @110   8 years bird frizboxdect.py: Don't try strip None.
(edit) @109   8 years bird fritzboxdect.py: average fixes
(edit) @108   8 years bird fritzboxdect.py: better diags
(edit) @107   8 years bird fritzboxdect.py: exec
(edit) @106   8 years bird fritzboxdect.py: initial coding
(edit) @105   8 years bird kDefs.h: haiku
(edit) @104   8 years bird kDefs.h: m68k
(edit) @103   8 years bird kDefs.h: GNU hurd.
(edit) @102   8 years bird gcc7 warning fixes
(edit) @101   8 years bird kHlpAssert.h: Workaround for buggy gcc7+ warnings. The fall thru …
(edit) @100   8 years bird kDefs.h: Detect 64-bit arm (gcc).
(edit) @99   8 years bird kDefs.h: arm endian detection (K_ENDIAN).
(edit) @98   8 years bird kDefs.h: GNU/kFreeBSD; GNU/kNetBSD; SuperH arch.
(edit) @97   8 years bird kDefs.h: GNU/kFreeBSD; GNU/kNetBSD; SuperH arch.
(edit) @96   8 years bird kLdrModLX.c: warnings
(edit) @95   9 years bird printf defines
(edit) @94   9 years bird kTypes.h: KU32_C fix.
(edit) @93   9 years bird More assertion macros.
(edit) @92   9 years bird bigobj header.
(edit) @91   9 years bird kLdrModMachO.c: Fixed S_ATTR_DEBUG check …
(edit) @90   9 years bird kLdrModMachO.c: warnings.
(edit) @89   9 years bird kLdrModPE.cpp: warnings.
(edit) @88   9 years bird kLdrModMachO.c: warnings.
(edit) @87   9 years bird kLdrModLX.c: warnings
(edit) @86   9 years bird try make gcc 6.2.0 happy.
(edit) @85   9 years bird fixes
(edit) @84   9 years bird msc inline fix
(edit) @83   9 years bird kHlpStrPCopy: fix
(edit) @82   9 years bird kLdrModNative.c: Report the actual section load addresses in the …
(edit) @81   9 years bird kLdr: some refactoring and fixes.
(edit) @80   9 years bird warning
(edit) @79   9 years bird fixing warnings.
(edit) @78   9 years bird kDbgHlp.h: missing new-line escapes in kDbgAssert*.
(edit) @77   9 years bird prof/dbg: uninitialized variable, missing printf args, pedantic …
(edit) @76   10 years bird xtide-utils: ataid fixes. new delay method.
(edit) @75   10 years bird xtide-utils: added ataid for dumping the identify device response. …
(edit) @74   10 years bird xtide util hacking, included bios patch.
(edit) @73   10 years bird xtide util hacking.
(edit) @72   10 years bird some ata and int13h read+write testing.
(edit) @71   10 years bird xtide hacks (https://code.google.com/p/xtideuniversalbios/ + …
(edit) @70   10 years bird Make gcc 5.x happy when in pedantic mode.
(edit) @69   10 years bird kLdrModMachO.c: Left a variable behind from debug effort.
(edit) @68   10 years bird kLdrModMachO.c: Relocation fixes.
(edit) @67   10 years bird kLdrModMachO.c: Fixed how we apply X86_64_RELOC_SIGNED_1, …
(edit) @66   12 years bird kLdrModMachO.c: MH_DSYM files doesn't need to have a string table.
(edit) @65   12 years bird CTF skipping fixes.
(edit) @64   12 years bird kLdrModMachO.c: Don't load LINKEDIT.
(edit) @63   12 years bird kLdrModMachO.c: Workaround for misaligned TEXT.unwind_info found …
(edit) @62   12 years bird Mach-O: More MH_OBJECT fixes.
(edit) @61   12 years bird Mach-O: Accept to open MH_BUNDLE file (but not load), symbol enum …
(edit) @60   12 years bird Mach-O: Set the link address to the address of the first segment we …
(edit) @59   12 years bird Mach-O: Object files only have one LC_SEGMENTxx, one kLdr segment for …
(edit) @58   12 years bird Mach-O: Carve segments from the mach-o segments instead of the …
(edit) @57   12 years bird More mach-o debug info loading adjustments.
(edit) @56   12 years bird More mach-o debug info loading adjustments.
(edit) @55   12 years bird Mach-O: Accept MH_KEXT_BUNDLE (untested for loading purposes).
(edit) @54   12 years bird Added kLdrModQueryImageUuid for Mach-O.
(edit) @53   12 years bird Made 64-bit mach_kernel (10.7.4) loadable for debug info purposes.
(edit) @52   12 years bird Added KLDRMOD_OPEN_FLAGS_FOR_INFO and fixed more mach-o issues.
(edit) @51   12 years bird mach_kernel doesn't have segments sorted by link address, but rather …
(edit) @50   13 years bird mach-o.h: Added new header flags.
(edit) @49   13 years bird kLdrModMachO.c: Fixed copy & past bug in kldrModMachOQueryLinkerSymbol …
(edit) @48   13 years bird mach-o: Added new load commands from 10.6 and 10.7. Made the loader …
(edit) @47   13 years bird kLdrModMachO.c: Symbols with an address at the very end of the …
(edit) @46   13 years bird Fix for solaris 11 / gcc 4.5.2 which is using the solaris as instead …
(edit) @45   14 years bird os2ldr: Hack around broken PCI BIOS in recent AMI UEFI firmwares.
(edit) @44   14 years bird kLdrModMachO.c: fixed MSC warning.
(edit) @43   14 years bird kLdrModMachO.cpp: detect debug info and be more flexible wrt …
(edit) @42   14 years bird bug fix
(edit) @41   14 years bird Debug info enumration adjustments. Working on MH_DSYM support.
(edit) @40   16 years bird kDbgBase.h: s/DOXYGEN/DOXYGEN_RUNNING/
(edit) @39   16 years bird kHlpAssert.h: Fixes
(edit) @38   16 years bird kRbTmpl: Some more code.
(edit) @37   16 years bird kHlpAssert: stmt variations.
(edit) @36   16 years bird kAvlBase.h: Another typo in currently unused code.
(edit) @35   16 years bird Templated red-black trees - kick off.
(edit) @34   16 years bird kAvlTmpl: some typos in used code.
(edit) @33   16 years bird build fix.
(edit) @32   16 years bird hrmf
(edit) @31   16 years bird 4 missing license headers and some missing svn properties.
(edit) @30   16 years bird Removed unused files.
(edit) @29   16 years bird Finally got around execute the switch to the MIT license.
(edit) @28   16 years bird shut up gcc warnings.
(edit) @27   16 years bird removed left over comment.
(edit) @26   16 years bird FAT Mach-O bugfix.
(edit) @25   16 years bird A blind shot at FAT Mach-O images.
(edit) @24   17 years bird darwin porting.
Note: See TracRevisionLog for help on using the revision log.