Age | Commit message (Expand) | Author |
2002-02-04 | missing L/UL; from netbsd | Michael Shalayeff |
2002-02-04 | switch onto temp stack for exit2(); implementation from netbsd | Michael Shalayeff |
2002-02-04 | make hptdump take a space arg and print only entried for that space, all on -1 | Michael Shalayeff |
2002-02-03 | restore hpt size computation, does not break things as i thought | Michael Shalayeff |
2002-02-03 | map user space uncached, later to be dealt with. | Michael Shalayeff |
2002-02-03 | only check for serial console if any compiled | Michael Shalayeff |
2002-02-03 | defer non-0 units to keep iface order right | Michael Shalayeff |
2002-02-03 | better space map | Michael Shalayeff |
2002-02-03 | flush cache on attention | Michael Shalayeff |
2002-02-03 | fix missing srNs | Michael Shalayeff |
2002-02-02 | update for newer binutils | Michael Shalayeff |
2002-02-02 | missing NULL | Michael Shalayeff |
2002-02-02 | small stupid tyops (mostly from netbsd); some cleanups from me | Michael Shalayeff |
2002-02-02 | fix 'physmem' usage | Michael Shalayeff |
2002-02-02 | implement the rest of /dev/mem devices; from netbsd | Michael Shalayeff |
2002-02-02 | tiny fixens from netbsd | Michael Shalayeff |
2002-02-01 | use kenter/kremove in pagemove(), from netbsd | Michael Shalayeff |
2002-02-01 | long arg int format fix, from netbsd | Michael Shalayeff |
2002-02-01 | fix debugging printf | Michael Shalayeff |
2002-02-01 | redefine COM_FREQ to 7.272727MHz | Michael Shalayeff |
2002-01-28 | malloc/free is not really used for pvs allocs | Michael Shalayeff |
2002-01-25 | offset to com regs is just a common iomod offset, accomodate for com console | Michael Shalayeff |
2002-01-25 | offset cons hpa to com regs, damnit | Michael Shalayeff |
2002-01-25 | see if we are a console | Michael Shalayeff |
2002-01-25 | init conaddr/unit if page0->mem_cons is on serial | Michael Shalayeff |
2002-01-25 | do not conflict PF_ /w pf -- rename to PZF_ and define _BITS | Michael Shalayeff |
2002-01-25 | define CONADDR and CONUNIT | Michael Shalayeff |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-10 | larger SSIZE and smaller NKMEMPAGES_MIN_DEFAULT | Michael Shalayeff |
2002-01-10 | cache_align is not used | Michael Shalayeff |
2002-01-04 | Bring in a closer shape to other arches Makefile, also reorder the depend | Miod Vallat |
2002-01-04 | Use LEAF_ENTRY not ENTRY. | Miod Vallat |
2001-12-22 | fix kenter/kremove, some spl police | Michael Shalayeff |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-12-02 | this probably all that can be on gecko | Michael Shalayeff |
2001-12-02 | few lines are too close to see, gimme another file! | Michael Shalayeff |
2001-12-02 | s/FLAX_MASK/HPPA_FLEX_MASK/ where not yet | Michael Shalayeff |
2001-12-02 | allow to configure devices on particular bus offsets | Michael Shalayeff |
2001-12-02 | increase fixed extent storage | Michael Shalayeff |
2001-11-30 | Remove some definitions which do not make sense for non-m68k platforms. | Miod Vallat |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-29 | better gecko | Michael Shalayeff |
2001-11-29 | ld -r generates some funky .text.N names | Michael Shalayeff |
2001-11-28 | more typedef zapping vm_page_t -> struct vm_page * | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |