summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
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
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-11-26Disable uscanner(4) by default on all kernels which configure it. First stepMiod Vallat
2010-11-20This is a first step towards getting rid of avail_start and avail_end in theMiod Vallat
2010-11-18Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h>Miod Vallat
2010-11-12Push all potential (as in, all system MI not utilized by the bootblocks)Theo de Raadt
2010-11-03no need to specify the -t flag to ctagsTheo de Raadt
2010-10-26thib missed this architecture when he did all the other architectures;Theo de Raadt
2010-10-01Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platformsPhilip Guenthe
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-09-23enable utwitch(4) (formely uyurex(4)) by defaultYojiro Uo
2010-09-23Add pppx(4) to the cdevs of the remaining archs.Claudio Jeker
2010-09-22remove unused offset argument to rbus functionsJonathan Gray
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-08-30delete PROCFS we will never supportTheo de Raadt
2010-08-18- remove COMPAT_LINUX bits. these architectures are not targetted by theJasper Lievisse Adriaanse
2010-08-16Add a dummy elf64.c, effectively removing support for loading 64-bit kernelsMark Kettenis
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-08-02enable owctrTheo de Raadt
2010-08-01Small cleanup of the fpu switching code; don't rely on the fact the HFP_REGSMark Kettenis
2010-08-01ANSIfyMark Kettenis
2010-07-30When converting a floating value to an integer, properly raise the "invalid"Mark Kettenis
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-02Add a comment to explain why the sync is necessary in the while loop.Joel Sing
2010-07-02Apparently volatile does not mean what it is supposed to mean... avoid aJoel Sing
2010-07-02Implement FPU shootdowns for hppa multiprocessor kernels. There are stillJoel Sing
2010-07-01When a process' FPU context is evicted or restored record which CPU theJoel Sing
2010-07-01Ensure that IPIs have priority and are run first to avoid deadlock. ThisJoel Sing
2010-07-01Create a struct to store FP state and include a pointer to the CPU thatJoel Sing
2010-07-01Include atomic.h via lock.h like other architectures do.Joel Sing
2010-06-30remove compat_osf1 support from the kernelTed Unangst
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
2010-06-29Ansify function declarations.Joel Sing
2010-06-29Factor out code used to save and flushe process FPU context.Joel Sing
2010-06-29Store pointer to process FPU state in struct cpu_info.Joel Sing
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-27Use a mutex to make atomic operations atomic on multiprocessor kernels.Joel Sing
2010-06-26Allow processes to be scheduled onto secondary CPUs.Joel Sing
2010-06-26Add GENERIC.MP.Joel Sing