summaryrefslogtreecommitdiff
path: root/sys/arch/aviion
AgeCommit message (Expand)Author
2013-10-01Add the simple vdm/vdit dumper I wrote 3 years ago. Turn it into somethingMiod Vallat
2013-09-29various fixes to sync usage() with SYNOPSIS, and make these pages a bitJason McIntyre
2013-09-29Simple installboot(8) for aviion. Awaiting boot blocks...Miod Vallat
2013-09-29Split the VDIT label code into VDM "label" (which only defines non-MBRMiod Vallat
2013-09-29Test whether the WHOAMI register exists before using it. Apparently, modelsMiod Vallat
2013-09-29Perform more consistency checks when walking the VDIT.Miod Vallat
2013-09-28belatedly adjust to gcc 3 and ELFMiod Vallat
2013-09-28Make sure the stack is 1:1 mapped before attempting to give control backMiod Vallat
2013-09-28The first step in being able to share disks with DG/UX: recognize VDM/VDITMiod Vallat
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-26Clear SYSFAIL upon boot, for real.Miod Vallat
2013-09-26Tinkering with the cache diagnostic registers have told me enough informationMiod Vallat
2013-09-24Extend le@syscon to support the ILACC chips found on-board the AV530 family.Miod Vallat
2013-09-21Grok ELF files. Good enough to netboot kernels on AV530 again.Miod Vallat
2013-09-21Switch to MI dart(4) driver.Miod Vallat
2006-05-09Oops, correct import this time.Miod Vallat
2013-09-16Drop the ipl locator from syscon attachments, and have the syscon childrenMiod Vallat
2013-07-02Use time_t for storing and returning time_t values, and cast to time_tPhilip Guenther
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-16Add IPL_MPSAFE for some architectures that I missed in the first round.Mark Kettenis
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-03more fuse in more places. credit: miodTed Unangst
2013-06-03Convert some internal APIs to use timespecs instead of timevalsPhilip Guenther
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-02-17Constify struct cmmu.Miod Vallat
2013-01-05Switch m88k ports to ELF.Miod Vallat
2012-12-26Nuke commons.Miod Vallat
2012-12-04Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony,Miod Vallat
2006-04-18Oops, correct import this time.Miod Vallat
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-08-23kill nnpfs deadTheo de Raadt
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2011-11-19Make sure %cr17 points to a valid cpu_info struct before attempting to do theMiod Vallat
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-09Pad the ECOFF output file to a 512 bytes boundary; older AViiON firmware willMiod Vallat
2011-10-09Cope with the recent pmap changes to prevent them from accidentally unmapMiod Vallat
2011-10-09Let BUS_DMA_COHERENT allocations return cache-inhibited pages.Miod Vallat
2011-10-09Rework secondary processor initialization. cmmu initialization is nowMiod Vallat
2011-10-06ccd goes to the atticTheo de Raadt
2011-09-27Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t orMiod Vallat
2011-07-08When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al...Kenneth R Westerback
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-06On those archs that read their disk (vs iso/udf) disklabels exclusivelyKenneth R Westerback