summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-07-17don't forget to insert the io to the list on the JensenMartin Reindl
2013-07-16Enable jfb-style acceleration on XVR-600.Miod Vallat
2013-07-16Add support for BUS_INTR_ESTABLISH_MPSAFE. This makes the previous commitMark Kettenis
2013-07-16The interrupt handler for vcons(4) is defenitely safe to run without holdingMark Kettenis
2013-07-16Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2013-07-16no longer needed, we use uenv.txtFlorian Obser
2013-07-16Don't use a non initialized variable and fix RCS Ids while here.Martin Pieuchot
2013-07-15Use getpropstringA(), not getpropstring(), to get the card's name. This ensuresMiod Vallat
2013-07-15Use bus_space_set_region_4 instead of looping over bus_space_write_4,Raphael Graf
2013-07-14To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2013-07-14IPL_VM is "mpsafe" now as well.Mark Kettenis
2013-07-13unify register_t to long on all platformsTheo de Raadt
2013-07-13Rework multiline string literal to appease gcc3.Miod Vallat
2013-07-12Actually assign return value to the variable that's used to check it.Mark Kettenis
2013-07-12replace fls functions with calls to the libkern versionsJonathan Gray
2013-07-11Enable bus_space_set_region_4 for armv7.Raphael Graf
2013-07-10To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2013-07-07Fix pmap_extract() to actually only return TRUE for mappings which have theMiod Vallat
2013-07-07move to 5.4-betaTheo de Raadt
2013-07-07fix int vs long assumption; ok kettenisTheo de Raadt
2013-07-06Forgot to commit this file during the a.out->ELF transition.Miod Vallat
2013-07-06Use the write-only rasops code to speed up the console framebuffer.Martin Pieuchot
2013-07-06Add uhci* at cardbus, tested with a VIA VT83C572.Martin Pieuchot
2013-07-06Print the number of targets and the irq before looking for subdevices,Martin Pieuchot
2013-07-05VAX ELF boot block bits, and version crank.Miod Vallat
2013-07-05VAX ELF kernel bits.Miod Vallat
2013-07-05VAX ELF userland bits. Consists mostly of register prefix additions.Miod Vallat
2013-07-05Avoid truncation when calculating clock gain/lossPhilip Guenther
2013-07-05Take II, this time without flubbing off_t: : move several internalPhilip Guenther
2013-07-04format string fixStefan Fritsch
2013-07-04Format string fixes:Stefan Fritsch
2013-07-04backout previous; off_t must be signed and there might be other C++ APIOtto Moerbeek
2013-07-04Fix some netbsd-specific things to make this driver work in OpenBSD.Raphael Graf
2013-07-04To ease future changes, move several internal type definitions that arePhilip Guenther
2013-07-04Merge rev 1.16 of cl.c: time_t is not longPhilip Guenther
2013-07-03Do not scribble to a page after uvm_pagefree()'ing it.Miod Vallat
2013-07-03fix: cast void * to char *, fix format args for (u)int64_t,Stefan Fritsch
2013-07-02Use time_t for storing and returning time_t values, and cast to time_tPhilip Guenther
2013-07-01Replace magic number in USRPTSIZE with the proper computation based uponMiod Vallat
2013-07-01sync comment with it's intended meaning.Jasper Lievisse Adriaanse
2013-07-01Make the acpi global lock functions actually work. Luckily these functionsMark Kettenis
2013-07-01Make the acpi global lock functions actually work. Luckily these functionsMark Kettenis
2013-06-30Fix non-traditional cpp mode for real.Miod Vallat
2013-06-30Shortly run at ipl 1 in cpu_idle_cycle(), to let SIMH recognize the systemMiod Vallat
2013-06-30Add a luna88k-specific function to initialize the instruction cmmuKenji Aoyama
2013-06-29Remove unsigned comparison >= 0.Brad Smith
2013-06-29Minor fixes to let this build with gcc 3.Miod Vallat
2013-06-29Turn mfpr() and mtpr() into inline functions.Miod Vallat
2013-06-29Pass -D_LOCORE when building .S files.Miod Vallat
2013-06-28Fix unitialized variable; Maxime Villard.Miod Vallat