Age | Commit message (Expand) | Author |
2002-02-15 | Fix the __asm__ statements and remove the workarounds. | Artur Grabowski |
2002-02-10 | spelling | Theo de Raadt |
2002-02-09 | spelling, brige->bridge | Eric Jackson |
2002-02-09 | these functions are no longer needed | Eric Jackson |
2002-01-25 | confusing and not used, zap. | Artur Grabowski |
2002-01-24 | RAMDISKB compiles again... | Miod Vallat |
2002-01-24 | Repair compilation. | Miod Vallat |
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-23 | add midi and sequencer devices | Eric Jackson |
2002-01-23 | enable spkr, isabeep devices | Eric Jackson |
2002-01-23 | add support for AlphaPC 64. | Eric Jackson |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-22 | call osf1_exec_ecoff_hook for osf1 bin's | Eric Jackson |
2002-01-22 | be realistic about what we support | Eric Jackson |
2002-01-22 | add fd to nam2blk | Eric Jackson |
2002-01-21 | these are very old and out of date, new info is on the web now | Eric Jackson |
2002-01-16 | Make our minds and do not list the same line, once commented, once not. | Miod Vallat |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-14 | Don't use a single static struct alpha_bus_space since there are machines | Nathan Binkert |
2001-12-13 | Get rid of magic numbers | Nathan Binkert |
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 | remove fxp. hey art, that is how i respond to kernel bloat! | Theo de Raadt |
2001-12-06 | be more careful with spaces and tabs, guys | Theo de Raadt |
2001-12-06 | unbreak alpha kernel. | Eric Jackson |
2001-12-05 | Enable rootdev auto-configuration by device drivers during boot. | Thierry Deval |
2001-12-05 | calculate and use nkmempages, not NKMEMCLUSTERS. | 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-05 | Update pmap_update macro for arches Art missed. Still just a noop. | Todd C. Miller |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-30 | rl and vr are reported to work. | Nathan Binkert |
2001-11-30 | add stge(4) | Nathan Binkert |
2001-11-30 | This file was just a placeholder required for kern_exit_43.c to compile. | Miod Vallat |
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 | Make pmap_update functions into nops so that we can have a consistent | Artur Grabowski |
2001-11-28 | make pmap_virtual_space madatory in all pmaps. | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-24 | Harmonize boot() logic across arches: | Miod Vallat |
2001-11-09 | When calculating the initial size of the lev3map, use PAGER_MAP_SIZE, not a m... | Artur Grabowski |
2001-11-09 | Ieeek. invalidate the pmap_l1pt_cache in pmap_growkernel. | Artur Grabowski |
2001-11-09 | Don't uvm_pagezero here, allocate a zeroed page instead. | Artur Grabowski |
2001-11-09 | Actually allow pa == 0 in pmap_extract, and don't set *pap if we fail. | Artur Grabowski |
2001-11-09 | Update DEBUG code to match reality. | Artur Grabowski |