Age | Commit message (Expand) | Author |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-21 | Respect db_console for "progammer button", for improved physical security. | Dale Rahn |
2002-01-20 | use new allocm, round_buffersize decl's | Eric Jackson |
2002-01-17 | Allow nested interrupts on the mac interrupt controllers, previously | Dale Rahn |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-14 | The return value of lcsplx is used in locore. however at some point | Dale Rahn |
2002-01-08 | correct altivec support enable for gas 2.11. (still in comment) | Dale Rahn |
2002-01-07 | Paranoia on my part, do not let the condition exist where kvm space could | Dale Rahn |
2002-01-07 | On cache flushing, if start is not cacheline aligned, add to the lenght | Dale Rahn |
2002-01-03 | Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches. | Miod Vallat |
2002-01-03 | Proper va_end calling (no double calls) | Jason Wright |
2002-01-03 | If the dma decides to perform I/O on memory that is not mapped, panic | Dale Rahn |
2002-01-02 | On the road to serial console support. stage one, if of console is serial | Dale Rahn |
2001-12-31 | Fix a glitch in _dmamap_load_buffer introduced in the last commit. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-21 | Unbreak gm0. regression test should be done next time... | Dale Rahn |
2001-12-18 | Recognize newer uni-n chips. | Dale Rahn |
2001-12-17 | Comment out abtn, since it is the cause of the function key crashes | Dale Rahn |
2001-12-15 | document exit command at Boot: prompt; pvalchev tested | Theo de Raadt |
2001-12-14 | Add gem (disabled) and hme (...) | Dale Rahn |
2001-12-14 | From NetBSD: | Dale Rahn |
2001-12-14 | hme can build on macppc, and and would work if the pci-pci bridge would | Dale Rahn |
2001-12-14 | garbage collect some unused stuff. | Jason Wright |
2001-12-14 | gem wants BUS_DMA_READ define. | Dale Rahn |
2001-12-12 | add hifn and dc at pci | Jason Wright |
2001-12-12 | add /dev/crypto support | Jason Wright |
2001-12-12 | Full suite of bus_dma functions (except bus_dmamap_load_raw)... this allows | Jason Wright |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-07 | In uni_n_config(), only return a base address if a base address was found. | Miod Vallat |
2001-12-05 | Enable rootdev auto-configuration by device drivers during boot. | Thierry Deval |
2001-12-05 | Put back to the old KMEM size, until we can increase this and have it work | Dale Rahn |
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 | enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@ | lebel |
2001-12-01 | change to WSEMUL_NO_DUMB | Theo de Raadt |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-28 | more typedef zapping vm_page_t -> struct vm_page * | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-19 | Use netisr_dispatch instead of handcoded list. | Dale Rahn |
2001-11-16 | _load_uio returns an error now until a real implementation is in place. | Jason Wright |
2001-11-13 | Add AltiVec support to powerpc/macppc. This is not currently enabled because | Dale Rahn |
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Add USB scanner device node to macppc and i386, both of these had the | Dale Rahn |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski |
2001-11-05 | Workaround to prevent Altivec Unavilable problem. | Dale Rahn |