VirtualBox

source: kStuff

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @120   3 years bird kDefs.h: Added risc-v to the K_ARCH_XXX defines.
(edit) @119   3 years bird kHlpAssert.h: Guessing at sparc breakpoint instructions.
(edit) @118   4 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   6 years bird kDefs.h: Fixed K_ENDIAN. [2nd try]
(edit) @115   6 years bird kDefs.h: Fixed K_ENDIAN.
(edit) @114   6 years bird kLdrModLX.c: Some fixes.
(edit) @113   6 years bird kHlpInt2Ascii.c: Try make cppcheck happy.
(edit) @112   6 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   7 years bird frizboxdect.py: Don't try strip None.
(edit) @109   7 years bird fritzboxdect.py: average fixes
(edit) @108   7 years bird fritzboxdect.py: better diags
(edit) @107   7 years bird fritzboxdect.py: exec
(edit) @106   7 years bird fritzboxdect.py: initial coding
(edit) @105   7 years bird kDefs.h: haiku
(edit) @104   7 years bird kDefs.h: m68k
(edit) @103   7 years bird kDefs.h: GNU hurd.
(edit) @102   7 years bird gcc7 warning fixes
(edit) @101   7 years bird kHlpAssert.h: Workaround for buggy gcc7+ warnings. The fall thru …
(edit) @100   7 years bird kDefs.h: Detect 64-bit arm (gcc).
(edit) @99   7 years bird kDefs.h: arm endian detection (K_ENDIAN).
(edit) @98   7 years bird kDefs.h: GNU/kFreeBSD; GNU/kNetBSD; SuperH arch.
(edit) @97   7 years bird kDefs.h: GNU/kFreeBSD; GNU/kNetBSD; SuperH arch.
(edit) @96   7 years bird kLdrModLX.c: warnings
(edit) @95   8 years bird printf defines
(edit) @94   8 years bird kTypes.h: KU32_C fix.
(edit) @93   8 years bird More assertion macros.
(edit) @92   8 years bird bigobj header.
(edit) @91   8 years bird kLdrModMachO.c: Fixed S_ATTR_DEBUG check …
(edit) @90   8 years bird kLdrModMachO.c: warnings.
(edit) @89   8 years bird kLdrModPE.cpp: warnings.
(edit) @88   8 years bird kLdrModMachO.c: warnings.
(edit) @87   8 years bird kLdrModLX.c: warnings
(edit) @86   8 years bird try make gcc 6.2.0 happy.
(edit) @85   8 years bird fixes
(edit) @84   8 years bird msc inline fix
(edit) @83   8 years bird kHlpStrPCopy: fix
(edit) @82   8 years bird kLdrModNative.c: Report the actual section load addresses in the …
(edit) @81   8 years bird kLdr: some refactoring and fixes.
(edit) @80   8 years bird warning
(edit) @79   8 years bird fixing warnings.
(edit) @78   8 years bird kDbgHlp.h: missing new-line escapes in kDbgAssert*.
(edit) @77   8 years bird prof/dbg: uninitialized variable, missing printf args, pedantic …
(edit) @76   9 years bird xtide-utils: ataid fixes. new delay method.
(edit) @75   9 years bird xtide-utils: added ataid for dumping the identify device response. …
(edit) @74   9 years bird xtide util hacking, included bios patch.
(edit) @73   9 years bird xtide util hacking.
(edit) @72   9 years bird some ata and int13h read+write testing.
(edit) @71   9 years bird xtide hacks (https://code.google.com/p/xtideuniversalbios/ + …
(edit) @70   9 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   11 years bird kLdrModMachO.c: MH_DSYM files doesn't need to have a string table.
(edit) @65   11 years bird CTF skipping fixes.
(edit) @64   11 years bird kLdrModMachO.c: Don't load LINKEDIT.
(edit) @63   11 years bird kLdrModMachO.c: Workaround for misaligned TEXT.unwind_info found …
(edit) @62   11 years bird Mach-O: More MH_OBJECT fixes.
(edit) @61   11 years bird Mach-O: Accept to open MH_BUNDLE file (but not load), symbol enum …
(edit) @60   11 years bird Mach-O: Set the link address to the address of the first segment we …
(edit) @59   11 years bird Mach-O: Object files only have one LC_SEGMENTxx, one kLdr segment for …
(edit) @58   11 years bird Mach-O: Carve segments from the mach-o segments instead of the …
(edit) @57   11 years bird More mach-o debug info loading adjustments.
(edit) @56   11 years bird More mach-o debug info loading adjustments.
(edit) @55   11 years bird Mach-O: Accept MH_KEXT_BUNDLE (untested for loading purposes).
(edit) @54   11 years bird Added kLdrModQueryImageUuid for Mach-O.
(edit) @53   11 years bird Made 64-bit mach_kernel (10.7.4) loadable for debug info purposes.
(edit) @52   11 years bird Added KLDRMOD_OPEN_FLAGS_FOR_INFO and fixed more mach-o issues.
(edit) @51   11 years bird mach_kernel doesn't have segments sorted by link address, but rather …
(edit) @50   12 years bird mach-o.h: Added new header flags.
(edit) @49   12 years bird kLdrModMachO.c: Fixed copy & past bug in kldrModMachOQueryLinkerSymbol …
(edit) @48   12 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   13 years bird os2ldr: Hack around broken PCI BIOS in recent AMI UEFI firmwares.
(edit) @44   13 years bird kLdrModMachO.c: fixed MSC warning.
(edit) @43   13 years bird kLdrModMachO.cpp: detect debug info and be more flexible wrt …
(edit) @42   13 years bird bug fix
(edit) @41   13 years bird Debug info enumration adjustments. Working on MH_DSYM support.
(edit) @40   15 years bird kDbgBase.h: s/DOXYGEN/DOXYGEN_RUNNING/
(edit) @39   15 years bird kHlpAssert.h: Fixes
(edit) @38   15 years bird kRbTmpl: Some more code.
(edit) @37   15 years bird kHlpAssert: stmt variations.
(edit) @36   15 years bird kAvlBase.h: Another typo in currently unused code.
(edit) @35   15 years bird Templated red-black trees - kick off.
(edit) @34   15 years bird kAvlTmpl: some typos in used code.
(edit) @33   15 years bird build fix.
(edit) @32   15 years bird hrmf
(edit) @31   15 years bird 4 missing license headers and some missing svn properties.
(edit) @30   15 years bird Removed unused files.
(edit) @29   15 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   16 years bird darwin porting.
(edit) @23   16 years bird kLdrModMachO.c: (Re-)Make the GOT in the right place, generate …
(edit) @22   16 years bird kLdrModMachO.c: Initial 64-bit support (MH_OBJECT).
(edit) @21   16 years bird kErrors.h: kLDR_ERR_MACHO changes.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette