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