summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
AgeCommit message (Expand)Author
2003-01-30there is no need for a MCOUNT, gcc prepares everything and calls _mcount() al...Michael Shalayeff
2003-01-29save fpregs in coredumpMichael Shalayeff
2003-01-22kill the eiem defines we do not useMichael Shalayeff
2003-01-22consistantly use uvm_prot_* vs vm_prot_* evewrhereMichael Shalayeff
2003-01-14that's where the label really is nowMichael Shalayeff
2002-12-20no need for these to sit in their own dirs, there not gonna be any sources th...Michael Shalayeff
2002-12-18newer machines use phantom bus to attach lasi and other bus adapters.Michael Shalayeff
2002-12-17real interrupts/spl framework.Michael Shalayeff
2002-12-15max size for the iodc entry point is 64k, by the iodc spec;Michael Shalayeff
2002-12-15pdc device class for fibrechannel; from the iodc specMichael Shalayeff
2002-11-27no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod okMichael Shalayeff
2002-11-08only reset the pending fpu exceptions on fork, not the rest of the fpu status...Michael Shalayeff
2002-11-07pmap_[de]activate() are not nops; w/ art@'s helpMichael Shalayeff
2002-10-28do not use asm for accessing the page tables since they are mapped now.Michael Shalayeff
2002-10-24nlist does no aout no more, fuget about som tooMichael Shalayeff
2002-10-24use loadfileMichael Shalayeff
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-21make an ieeefp regress pass; miod@ okMichael Shalayeff
2002-10-17convert to use vm_page_md instead of pmap_physseg, make code smaller and simp...Michael Shalayeff
2002-10-07s/PSW_/PSL_/ to match other archsMichael Shalayeff
2002-10-07on implementations w/ fpu included unimplemented instructionsMichael Shalayeff
2002-09-17handle fpu exceptions properly, might use a regress, i guessMichael Shalayeff
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur Grabowski
2002-09-05fpu save state is a separate magic function nowMichael Shalayeff
2002-09-05move the kernel virtual away from the physical addressesMichael Shalayeff
2002-09-05sort out the nlist and do definesMichael Shalayeff
2002-08-29soft line breaks do not work always, just nl and tab instead, prettier tooMichael Shalayeff
2002-08-28vm_offset_t/vm_size_t are on their way to tartars nowMichael Shalayeff
2002-08-28do not forget to export the weak alias, proper line continuationMichael Shalayeff
2002-08-03in fact, no need for switch_exit() completely, cpu_exit() handles the reins t...Michael Shalayeff
2002-08-03u could get a little higherMichael Shalayeff
2002-08-03we do not use _c_label() evenMichael Shalayeff
2002-08-03- don't use unexistant as(1) .weakext pseudo; found by todd@Federico G. Schwindt
2002-07-30Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable.Todd C. Miller
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-05-22I was on drugs when I commited this initially, and still do not understandMiod Vallat
2002-05-20minimum pdc stack is 9k, define it to be 16k hereMichael Shalayeff
2002-05-20define BSS() macro to allocate vars in the .bss like other archs doMichael Shalayeff
2002-05-09sid max should be such that after conversion into prot-id it will not overflowMichael Shalayeff
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-22forgot this, no steal anymoreMichael Shalayeff
2002-04-20CLK_TCK is not needed in the modern world; from espie@Michael Shalayeff
2002-04-01modern tlb bitsMichael Shalayeff
2002-03-19no need for reg.h in the frame.hMichael Shalayeff
2002-03-19htlb defs from the bookMichael Shalayeff
2002-03-16separate out interrupt handling stuffMichael Shalayeff
2002-03-16move cdev_decl out and kill some ugly print and some spacesMichael Shalayeff
2002-03-15rewrite a pmap to use multilevel page tables.Michael Shalayeff
2002-03-15regs get/set for pmdbMichael Shalayeff