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