summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-05-25Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. TheTheo de Raadt
2010-05-25got the arch wrongTheo de Raadt
2010-05-25${SRCS} is only used once, and fits onto the line where it is usedTheo de Raadt
2010-05-25fix includes; fallout from the proc.h changesTheo de Raadt
2010-05-24give up on -Wvariable-declTheo de Raadt
2010-05-24Remove PHYs which don't have an associated driverJonathan Gray
2010-05-24use the same idiom for stripping gdb kernels. This relies on strip -oTheo de Raadt
2010-05-24Unify the dependency time check for whether an architecture has SFILESTheo de Raadt
2010-05-24stupid typo snuck inTheo de Raadt
2010-05-24CPP and TOUCH are not usedTheo de Raadt
2010-05-24typo regarding __mach__Theo de Raadt
2010-05-24Correctly recognise extended partitions created prior to the addition ofJoel Sing
2010-05-24sync to hppa: Add missing prototypesTheo de Raadt
2010-05-24Add missing prototypesTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-24there is no reason for one MAXPHYS definition to be different from all the ot...Theo de Raadt
2010-05-23seteconf() died years agoTheo de Raadt
2010-05-23#ifdef arc is just too common, but I don't know how to extract this correctlyTheo de Raadt
2010-05-23Does not need -Dloongson, and instead, but -D__loongson__ is nice since that isTheo de Raadt
2010-05-23Does not need -Dlandisk, and instead, but -Dlandisk is nice since that isTheo de Raadt
2010-05-23Move towards passing $PARAM around in CPPFLAGS, instead of compiling param.cTheo de Raadt
2010-05-23no need for -Dhppa or -Dhppa64 on these architecturesTheo de Raadt
2010-05-23Move towards passing $PARAM around in CPPFLAGS, instead of compiling param.cTheo de Raadt
2010-05-23no need for -D__i386__ since it is supplied by the compiler.Theo de Raadt
2010-05-23no need for -Dx86_64 or -Damd64, since __amd64__ is supplied by theTheo de Raadt
2010-05-23alpha does not need to -DalphaTheo de Raadt
2010-05-23can use __${mach}__ and do not need -Dmc68020 anymoreTheo de Raadt
2010-05-23mac68k can move to defining __mac68k__ insteadTheo de Raadt
2010-05-23luna88k moves to defining __luna88k__ insteadTheo de Raadt
2010-05-23move hp300 to -D__hp300__; ok miodTheo de Raadt
2010-05-23rely on __sparc__ insteadTheo de Raadt
2010-05-23add dkio.h to the last of the disk ioctl users i can find.David Gwynne
2010-05-22Remove instruction TLB purges for direct mappings that will never have theMark Kettenis
2010-05-22this is amd64, not i386, and the protection was all bustedTheo de Raadt
2010-05-22macppc never has i386 defined; ok drahnTheo de Raadt
2010-05-22protection should use the upper case namesTheo de Raadt
2010-05-22Blank lines at the start of a function are so .Nx.Mark Kettenis
2010-05-22missing dkio.h includesTheo de Raadt
2010-05-22remove the last #ifdef hp300, and unused hp700 code as well; ok miodTheo de Raadt
2010-05-21Add support for IPIs on hppa.Joel Sing
2010-05-20Make fans run slower in Sun systems with tda controllers by bumping theEdd Barrett
2010-05-20remove unused variable. fallout from previous.Thordur I. Bjornsson
2010-05-20Force max physical memory allocation for bus_dmamem_alloc() to be 4gigOwain Ainsworth
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-05-19Spin up secondary CPUs on hppa multiprocessor kernels. At this stage weJoel Sing
2010-05-19fix fallout from the removal of dkio.h from ioctl.hDavid Gwynne
2010-05-18Since we're direct mapped and don't need to worry about kva availability orOwain Ainsworth
2010-05-18tweak dumpsys's countdown to cope with upcoming speedupAlexander Hall
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-05-17Fix locking logic, remembering that hppa locks are inverted. Whilst hereJoel Sing