Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-21 | define some more cache-related pdc routines | Michael Shalayeff | |
1999-07-21 | better fields order for pv_entry | Michael Shalayeff | |
1999-07-20 | export cr28 for DEBUGging purposes | Michael Shalayeff | |
1999-06-22 | this change somehow escaped the fpregs commit | Michael Shalayeff | |
1999-06-18 | do not include fpu regs into trapframe, according to the | Michael Shalayeff | |
lazy fpu context switching it could be well saved into pcb. this brings trapframe to 256 bytes (including 5 spare words). adjust all the code to deal w/ moved fpu regs save area. | |||
1999-06-12 | hppa_init() now takes an argument from locore, | Michael Shalayeff | |
meaning the start of available memory. cleanup machdep somewhat. fix vm_map.pmap vs vm_pmap isue; 10x art@ | |||
1999-05-22 | fix f{d,i}cache wrt last cache line | Michael Shalayeff | |
1999-05-12 | mask wrong code in uvm out, also bump VM_MAX_KERNEL_ADDRESS up to the io space | Michael Shalayeff | |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie | |
(don't forget that cpp is `lazy': #define A B #define B value #if A == value works, since A isn't extended before it's needed, by which time B is known) | |||
1999-05-03 | make lifdir.dir_type unsigned such as it is | Michael Shalayeff | |
1999-05-03 | lifvar.h -- bye, bye | Michael Shalayeff | |
1999-05-03 | new pull | Michael Shalayeff | |
1999-05-03 | remove some more of mklinux cruft | Michael Shalayeff | |
1999-05-02 | new {s,g}et_psw() | Michael Shalayeff | |
1999-05-02 | child_return() proto | Michael Shalayeff | |
1999-04-20 | all the devices info is now in one table | Michael Shalayeff | |
1999-04-20 | fix disklabel position (temp to build ramdisks) | Michael Shalayeff | |
1999-04-20 | add defines for the numbers of registers | Michael Shalayeff | |
1999-04-20 | name changes, add stack frame, better USERMODE() | Michael Shalayeff | |
1999-04-20 | more stuff from the books | Michael Shalayeff | |
1999-04-20 | add onfault handler and cache the space id into pcb; better coredump | Michael Shalayeff | |
1999-04-20 | define UADDR; change alignment to 8 bytes | Michael Shalayeff | |
1999-04-20 | more headers | Michael Shalayeff | |
1999-04-20 | add HPPA_FLEX() | Michael Shalayeff | |
1999-04-20 | uvm names and definitions | Michael Shalayeff | |
1999-04-20 | name changes; more cpu_* functions | Michael Shalayeff | |
1999-04-20 | proper entry/exit; no place for va_args12-13 | Michael Shalayeff | |
1999-02-25 | flesh pcb out | Michael Shalayeff | |
1999-02-25 | better bus_space_barrier(); proper dma stuff; some more bus tags | Michael Shalayeff | |
1999-02-25 | support irq on mainbus | Michael Shalayeff | |
1999-02-25 | better __splhigh(); define INT_NONE for 'no ints allowed' | Michael Shalayeff | |
1999-02-25 | remove unused software bits | Michael Shalayeff | |
1999-02-25 | comment iomod_command usage | Michael Shalayeff | |
1999-02-25 | fix c&p in fice() (s/fdce/fice/); cleanup | Michael Shalayeff | |
1999-02-17 | add document url | Michael Shalayeff | |
1999-02-17 | pa-risc elf definitions, including hp and hp-ux extensions. multi-include ↵ | Michael Shalayeff | |
protection | |||
1999-02-17 | join | Michael Shalayeff | |
1999-01-20 | s/MAX_PID/HPPA_MAX_PID/g | Michael Shalayeff | |
1999-01-20 | cleanup some rudimentaries | Michael Shalayeff | |
1999-01-16 | clean up subspaces somewhat | Michael Shalayeff | |
1999-01-11 | pass dmatag in confargs | Michael Shalayeff | |
1999-01-11 | ASP prom offset for an lan stattion id | Michael Shalayeff | |
1999-01-08 | move spinlock.h into the real world | David Leonard | |
1999-01-08 | make uint*_t line up nicely and add a few $OpenBSD$ tags that were missing | Todd C. Miller | |
1999-01-07 | move uint*_t to machine/types.h | Todd C. Miller | |
1999-01-03 | implement bus_space_{un,}map w/ extents | Michael Shalayeff | |
1999-01-03 | add pmap_changebit(); fix pmap_enter() so it handles mapping's PA changes | Michael Shalayeff | |
1998-12-29 | add bus_space_barrier() proto | Michael Shalayeff | |
1998-12-29 | help MI code | Michael Shalayeff | |
1998-12-29 | fix special tr* registers names, spaces vs tabs | Michael Shalayeff | |