Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-12 | cleanup leftovers | Michael Shalayeff | |
1999-06-12 | allow LIF-less volumes labels to be groked | Michael Shalayeff | |
1999-06-12 | microtime() is moving to locore.S | Michael Shalayeff | |
1999-06-12 | no need for vmspace.vm_pmap | Michael Shalayeff | |
1999-06-12 | no need for vmmap_pmap | Michael Shalayeff | |
1999-06-12 | allocate kernel stack in .bss | Michael Shalayeff | |
fix vm_map.pmap vs vm_pmap issue; 10x art@ fix setrunqueue()'s DIAGNOSTIC section, also p_stat is a char p_md is a member, not a pointer. | |||
1999-06-11 | fix pmap_remove_va() pasto, so it actually remove mappings (: | Michael Shalayeff | |
map syscall gateway page in pmap_init() insert some debug printfs | |||
1999-06-05 | export p_md | Michael Shalayeff | |
1999-06-01 | fixes for boot are in, kernel is more in sync now | Michael Shalayeff | |
1999-05-31 | typo; now we can 'set debug off' at 'boot>' | Todd T. Fries | |
1999-05-28 | fix the makefile; i'm evil | Michael Shalayeff | |
1999-05-23 | new swap stuff | Michael Shalayeff | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-22 | fix f{d,i}cache wrt last cache line | Michael Shalayeff | |
1999-05-21 | s/globl/export/g | Michael Shalayeff | |
1999-05-21 | group all theMD f;ags together, add interrupt recursion one | Michael Shalayeff | |
1999-05-21 | zero the fpu_curproc on proc exit, clarify the cpu_swapout()'s job | Michael Shalayeff | |
1999-05-21 | define fpu_curproc | Michael Shalayeff | |
1999-05-21 | break bits, cleanup | Michael Shalayeff | |
1999-05-21 | do lazy context switches for FPU | Michael Shalayeff | |
fix break handling better context saving sequence some cleanup | |||
1999-05-12 | mask wrong code in uvm out, also bump VM_MAX_KERNEL_ADDRESS up to the io space | Michael Shalayeff | |
1999-05-12 | reuse niklas@'s disksubr.c, enhance for LIF handling | 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-06 | cleanup | Michael Shalayeff | |
1999-05-06 | no lifvar.h anymore | Michael Shalayeff | |
1999-05-06 | needs machine/trap.h | Michael Shalayeff | |
1999-05-06 | comment | Michael Shalayeff | |
1999-05-06 | add lif_* prototypes | Michael Shalayeff | |
1999-05-06 | make it compile w/o EXEC_DEBUG | Michael Shalayeff | |
1999-05-05 | do dma_cachectl() | Michael Shalayeff | |
1999-05-05 | some dma embrios | Michael Shalayeff | |
1999-05-05 | define gp in here, cleanup | Michael Shalayeff | |
1999-05-05 | secure the plug | Michael Shalayeff | |
1999-05-05 | plug unused parts | Michael Shalayeff | |
1999-05-05 | remove com and hil for now | Michael Shalayeff | |
1999-05-05 | protect for multiple inclusions | Todd T. Fries | |
1999-05-05 | don't use much of bus.h here, no need | Michael Shalayeff | |
1999-05-05 | no bha for now | Michael Shalayeff | |
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 | child_return(), some more traps to handle | 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 | disable some stuff | Michael Shalayeff | |
1999-04-20 | one more | Michael Shalayeff | |
1999-04-20 | establish irq handler | Michael Shalayeff | |
1999-04-20 | note a couple of typical io layouts for reference | Michael Shalayeff | |