summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-10-22Comment out wsmux to save kernel text, since USB support is missing fromMiod Vallat
2011-10-22Do not run off level interrupts with external interrupts disabled asDale Rahn
2011-10-21Pile of diffs to improve beagle/panda status. fetching u-boot parametersDale Rahn
2011-10-21Add bounds checks for access to mp_busses.Mark Kettenis
2011-10-21Add bounds checks for access to mp_busses. Also make sure that we don'tMark Kettenis
2011-10-21Copy the DUID back and forth between the in-core label and the Motorola VIDMiod Vallat
2011-10-21Fix 1.43 to not bzero the in-core disklabel but really the UniOS disklabelMiod Vallat
2011-10-19API change to initarm to pass arguments from the bootloader thru to MDDale Rahn
2011-10-19Oh yeah, a cvs id is goodPhilip Guenthe
2011-10-17Change to use r8,r9,r10 instead of r0,r1,r2. This is necessary becauseDale Rahn
2011-10-17Add which is incomplete, but needs love.Dale Rahn
2011-10-17Rules to build bsd.rd and bsd.umg, Should not be here, but until we getDale Rahn
2011-10-15"TLS-lite": add kernel support for a per-thread userspace pointer,Philip Guenthe
2011-10-13I'm sick and tired of people doing misalgned reads and writes to PCI configMark Kettenis
2011-10-13I'm sick and tired of people doing misalgned reads and writes to PCI configMark Kettenis
2011-10-12Remove all MD diagnostics in cpu_switchto(), and move them to MI code ifMiod Vallat
2011-10-10Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straightMiod Vallat
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-10-10add tlphy everywhere tl is enabledJonathan Gray
2011-10-09Pad the ECOFF output file to a 512 bytes boundary; older AViiON firmware willMiod Vallat
2011-10-09Cope with the recent pmap changes to prevent them from accidentally unmapMiod Vallat
2011-10-09Let BUS_DMA_COHERENT allocations return cache-inhibited pages.Miod Vallat
2011-10-09Finally fix the kernel mode apr to remove the forced write-through cacheMiod Vallat
2011-10-09Split the tlb invalidate routines into 88100 and 88110 specific routines, and...Miod Vallat
2011-10-09Correctly handle invalidate of partial cache lines, for the Nth time.Miod Vallat
2011-10-09Rework secondary processor initialization. cmmu initialization is nowMiod Vallat
2011-10-06ccd goes to the atticTheo de Raadt
2011-10-06An #ifdef without a #else in the middle of an indexed array is bad.Theo de Raadt
2011-10-04In the coming future, we are more likely to need ehci(4) than sk(4) orTheo de Raadt
2011-09-29Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect,Miod Vallat
2011-09-29Get size of struct disklabel for the sake of the assembly code with aMiod Vallat
2011-09-28Oops, do not do last minute edits before commit... Make the previous changeMiod Vallat
2011-09-28disable the fifo on m series systems by telling the driver its a 16550David Gwynne
2011-09-27Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t orMiod Vallat
2011-09-27Make struct label_t large enough for the kernel setjmp() purposes. Found afterMiod Vallat
2011-09-27Use a pool to allocate pv_entry from, instead of allocating whole pages andMiod Vallat
2011-09-27Try to put more sanity in the machine check handling:Miod Vallat
2011-09-26Notify ifmedia layer of loss of link on SGEC interfaces (which only getsMiod Vallat
2011-09-22KNF of mlarkin's code, requested by him. Some improvements to the interfaceTheo de Raadt
2011-09-22Ansify functions definitions.Joel Sing
2011-09-22Declare waittime variable to unbreak build.Joel Sing
2011-09-22None of the mainbus child devices care about getting a bus_space_tag_t fromMiod Vallat
2011-09-22nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments.Jasper Lievisse Adriaanse
2011-09-22this escaped when miod threw cats off a bridgeJonathan Gray
2011-09-22Start removing some tiny irrelevant differences between hppa64 and hppaTheo de Raadt
2011-09-22Catchup to hppa disksubr: determining label offset the new wayTheo de Raadt
2011-09-22Do not trash the mask value when setting and clearing the system mask.Joel Sing
2011-09-22The MY_COUNT abstraction which depends on locore including these twoTheo de Raadt
2011-09-22spacing cleanup after mlarkin visited the fileTheo de Raadt
2011-09-22Disable option DEBUG for hppa64 - it is now too noisy to be useful.Joel Sing