summaryrefslogtreecommitdiff
path: root/sys/arch/hpc
AgeCommit message (Expand)Author
2006-05-10Fix a bunch of cast lvalues.skrll
2006-04-08Bump build number as requested by Uwe.peter
2006-04-08Recompile.peter
2006-03-05s/u_intN_t/uintN_t/uwe
2006-03-05Loader uses ElfLoader::memorySize to determine the number of taggeduwe
2006-03-05off_t should be a signed type.uwe
2006-03-05Sync with <sys/endian.h>.uwe
2006-03-05s/u_intN_t/uintN_t/uwe
2006-03-04Regen.peter
2006-03-04Add entries for European (ABB), German, French, Scandinavian and Spanishpeter
2006-03-02Cosmetic. In debug pritnf in ElfLoader::memorySize don't prepend '+'uwe
2006-02-25Fix some typos.wiz
2006-02-20Regen for iPAQ 3900.rjs
2006-02-20Use comma in debug message in _load_segment_end to make it more readable.uwe
2006-02-20Print the size of address translation table in hex.uwe
2006-02-19Add dealloc() function, to make hpcboot build again.peter
2006-02-19de-__P.peter
2006-02-19Fix a typo.peter
2006-02-18Add definition for iPAQ 3900.rjs
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-01-25free -> deallocchristos
2006-01-18Prune CPPDEF_LIST from unnecessary defines.uwe
2006-01-18We no longer use printf from libsa, so we don't need to provide putchar.uwe
2006-01-18Include <malloc.h>. Spell "unsigned int" in full.uwe
2006-01-18Prune stuff from libsa that we don't need.uwe
2006-01-18zlib doesn't care about __daddr_t.uwe
2006-01-17Remove duplicate CPPDEF_LIST.uwe
2006-01-17Nuke libsa and libkern defines from here.uwe
2006-01-17Adapt to new zlib. Get rid of proxy zlib.h, we supply proper "-I".uwe
2006-01-17New zlib doesn't use bzero, so we don't need this hack any more.uwe
2006-01-17New zlib is smart enough to not include <errno.h> under WinCE, so thisuwe
2006-01-17Hide plutid_dump() under #ifdef PLATID_TEST. Saves space in theuwe
2006-01-17Adjust to new zlib location.uwe
2006-01-15Loader::_load_memory - don't give up so easily if memsz > tagged pageuwe
2006-01-15Add missing \n in a debug printf.uwe
2006-01-15Get rid of an unused variable in Loader::_load_memory.uwe
2006-01-14Prettify debug messages about ksyms block.uwe
2006-01-14Make debug message about zeroed areas look like the one for loaded areas.uwe
2006-01-14Provide uintN_t typedefs. Provide u_intN_t as compatibility typedefs.uwe
2006-01-14Kill trailing whitespace in local comment.uwe
2006-01-14Sync with <sys/endian.h>.uwe
2005-12-24__asm__ -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-07-12XXX: kludge around constification fallout.uwe
2005-06-07Add const to the name argument of __dbg_bit_print().he
2005-05-31Constify as -Wcast-qual seyeth.uwe
2005-05-31Declare platid_name() to return const.uwe
2005-05-31Make "name" in struct platid_name const.uwe
2005-05-31Don't return string literal from a function that is not declared touwe