Age | Commit message (Expand) | Author |
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 |
2010-05-16 | Use a per CPU trap save area, ensuring that we maintain 64-byte alignment | Joel Sing |
2010-05-15 | Repair identification of P4 bwtwo on 4/330 and 4/370 models, which got broken | Miod Vallat |
2010-05-15 | Make fb_pfour_id() take a volatile pointer as argument. | Miod Vallat |
2010-05-14 | don't warn about libsa's exit(); pull in declaration for memcpy() | Christian Weisgerber |
2010-05-14 | avoid builtins completely, so avoid possible issues with gcc4. | Dale Rahn |
2010-05-14 | Be friendly with gcc4. | Dale Rahn |
2010-05-13 | If __HAVE_PMAP_DIRECT, do not bother creating special mappings for use in | Miod Vallat |
2010-05-13 | Only enable acceleration code if specific device properties exist; this should | Miod Vallat |
2010-05-13 | Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1, | Owain Ainsworth |
2010-05-10 | Don't postincrement a casted pointer; split into multiple statements instead. | Mark Kettenis |
2010-05-10 | Continue with the horrible habit of using agp_machdep.c for agp related MD | Owain Ainsworth |
2010-05-10 | /* XXX - we don't use __COMPILER_INT64__ */ so remove it. | Mark Kettenis |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis |
2010-05-09 | Fix comments as well. | Mark Kettenis |
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis |
2010-05-09 | Since libsa/stand.h provides an extern declaration of devsw[], we should make | Mark Kettenis |
2010-05-09 | Fix packed use and unbreak with gcc4, same as i386. | Nicholas Marriott |
2010-05-09 | Proper support for IP35 C-Brick types (i.e. Origin 3000): do not attach | Miod Vallat |
2010-05-09 | Program a larger PCI retry hold interval if there is a Lucent USB controller | Miod Vallat |
2010-05-09 | Prevent "taken branch" exceptions from kernel space by clearing the PSL_T | Mark Kettenis |
2010-05-09 | Make single stepping a system call work. Instead of single stepping through | Mark Kettenis |
2010-05-09 | hander -> handler | Jasper Lievisse Adriaanse |
2010-05-09 | Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1. | Mark Kettenis |