summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2010-05-16Use a per CPU trap save area, ensuring that we maintain 64-byte alignmentJoel Sing
2010-05-15Repair identification of P4 bwtwo on 4/330 and 4/370 models, which got brokenMiod Vallat
2010-05-15Make fb_pfour_id() take a volatile pointer as argument.Miod Vallat
2010-05-14don't warn about libsa's exit(); pull in declaration for memcpy()Christian Weisgerber
2010-05-14avoid builtins completely, so avoid possible issues with gcc4.Dale Rahn
2010-05-14Be friendly with gcc4.Dale Rahn
2010-05-13If __HAVE_PMAP_DIRECT, do not bother creating special mappings for use inMiod Vallat
2010-05-13Only enable acceleration code if specific device properties exist; this shouldMiod Vallat
2010-05-13Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1,Owain Ainsworth
2010-05-10Don't postincrement a casted pointer; split into multiple statements instead.Mark Kettenis
2010-05-10Continue with the horrible habit of using agp_machdep.c for agp related MDOwain Ainsworth
2010-05-10/* XXX - we don't use __COMPILER_INT64__ */ so remove it.Mark Kettenis
2010-05-10Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->Kenneth R Westerback
2010-05-09Rename round() to fpu_round(). This matches the m68k code from which thisMark Kettenis
2010-05-09Fix comments as well.Mark Kettenis
2010-05-09Rename round() to fpu_round(). This matches the m68k code from which thisMark Kettenis
2010-05-09Since libsa/stand.h provides an extern declaration of devsw[], we should makeMark Kettenis
2010-05-09Fix packed use and unbreak with gcc4, same as i386.Nicholas Marriott
2010-05-09Proper support for IP35 C-Brick types (i.e. Origin 3000): do not attachMiod Vallat
2010-05-09Program a larger PCI retry hold interval if there is a Lucent USB controllerMiod Vallat
2010-05-09Prevent "taken branch" exceptions from kernel space by clearing the PSL_TMark Kettenis
2010-05-09Make single stepping a system call work. Instead of single stepping throughMark Kettenis
2010-05-09hander -> handlerJasper Lievisse Adriaanse
2010-05-09Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1.Mark Kettenis
2010-05-09Make i386 use a pointer to the trap frame like everybody else instead ofMark Kettenis
2010-05-08disk_busy()/disk_unbusy() dance; from NetBSD.Miod Vallat
2010-05-08Huge work-in-progress commit to support Loongson 2E-based evaluation boardsMiod Vallat
2010-05-08Page Attribute Tables (PAT) support for x86.Owain Ainsworth
2010-05-07fix packed use as pointed out by gcc4.Jonathan Gray
2010-05-06Change trap() and syscall() to accept a pointer rather than using callNicholas Marriott
2010-05-06Ansify functions and use "clock" rather than the CPU name for clockJoel Sing
2010-05-06Count the number of CPUs in the system.Joel Sing
2010-05-05Since we never set the X bit for directly mappings, nothing can be moved intoMark Kettenis
2010-05-02Properly initialize the members of `struct mdproc' that deal withMark Kettenis
2010-05-02The Cyrix "coma bug" workaround code has a really convoluted way to write 0Mark Kettenis
2010-05-02Precompute the userland process apr cache bits into a global variable.Miod Vallat
2010-05-01incomming -> incomingMichael Knudsen
2010-04-30Right now, if anything internal changes with a uvm object, diverseOwain Ainsworth
2010-04-29Add the CR_PAT MSR to the list of defined msrs.Owain Ainsworth
2010-04-29Currently pdc_scanbus() scans in reverse, which results in physical CPU0Joel Sing
2010-04-29Use per CPU hardware interrupt mask.Joel Sing