summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-06The various read*label() have stopped returning error strings for quiteMiod Vallat
2011-04-03Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is notMiod Vallat
2011-04-03Move PPWAIT flag from struct proc to process, so that rthreads inPhilip Guenthe
2011-03-24Process interrupts in priority order. Joint work with jsing@.Mark Kettenis
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2011-03-11Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.Paul Irofti
2011-02-26Force the DUID cache used to generate hw.disknames to be updatedKenneth R Westerback
2011-02-17Disable sbt and ubt devices. The bluetooth code will sometimes sleep whileMiod Vallat
2011-01-23Ansify function.Joel Sing
2011-01-23Ansify functions.Joel Sing
2011-01-23Spinning up secondary CPUs on an MP kernel results in PDC output on theJoel Sing
2011-01-14- use nitems()Jasper Lievisse Adriaanse
2011-01-14Halt secondary CPUs when shutting down or rebooting. This should preventJoel Sing
2011-01-14Implement a function to broadcast IPIs to all running CPUs.Joel Sing
2011-01-14Provide an IPI to halt a CPU.Joel Sing
2011-01-12Provide a specific rw_cas() function for MP kernels; stolen from m88k.Mark Kettenis
2011-01-12Make __cpu_simple_lock implementation actually work.Mark Kettenis
2011-01-09Check in resettodr() if inittodr() has been called, otherwise we end upJasper Lievisse Adriaanse
2011-01-08forward decl struct procTheo de Raadt
2011-01-05- remove unused headers wrapped in #if defined(DDB)Jasper Lievisse Adriaanse
2011-01-04- de-register. no binary change.Jasper Lievisse Adriaanse
2011-01-02Make need_resched() call cpu_unidle() such that we wake up a process running onMark Kettenis
2011-01-02Enable udl(4) on hppa, together with rasops and rawkbd for Xorg.Matthieu Herrb
2011-01-01Move setting cpu_hzticks to the clock initialization function, likeJasper Lievisse Adriaanse
2011-01-01- ansifyJasper Lievisse Adriaanse
2011-01-01Fix horribly broken softintr_establish(). The old code was not managing theMark Kettenis
2011-01-01Only store bus/dev/func numbers when the corresponding pointer argumentMark Kettenis
2011-01-01Only store bus/dev/func numbers when the corresponding pointer argumentMark Kettenis
2010-12-30If genassym fails, sort on the pipeline will indicate no error resultingTheo de Raadt
2010-12-30Since we save the interrupt mask in the trapframe when we get a trap, weMark Kettenis
2010-12-30Prior to loading the FPU context onto the current CPU, check to see if theJoel Sing
2010-12-30Turn signotify() into a function that also calls cpu_unidle().Joel Sing
2010-12-30Implement cpu_unidle() for MP kernels.Joel Sing
2010-12-30add a simple __va_copy inside ifdef lint, from tim van der molen.Ted Unangst
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-12-15oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinksTed Unangst
2010-12-10There's no need to flush the cache for the FPU state ever since we got ridMark Kettenis
2010-12-06- properly remove NENTS now after fixing the fallout.Jasper Lievisse Adriaanse
2010-12-06- partially revert previous NENTS removal for arches which got busted.Jasper Lievisse Adriaanse
2010-12-06Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) toMiod Vallat
2010-12-06- drop NENTS(), which was yet another copy of nitems().Jasper Lievisse Adriaanse
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-12-03removed slot argument of function pckbd_cnattachAlexandr Shadchin
2010-12-02After the most recent change, make it possible to make -j again. TheTheo de Raadt
2010-12-02move vers.o to before the other objects, so that it is not linked last.Theo de Raadt
2010-11-28Remove unused gscbus bus_dma_tag_t.Miod Vallat
2010-11-28Don't bother .import'ing a dead global.Miod Vallat