Age | Commit message (Expand) | Author |
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-07 | unbreak child_return. | Artur Grabowski |
2001-11-06 | Update and unbreak cpu_fork() - from NetBSD. | Miod Vallat |
2001-11-06 | Add USB scanner device node to macppc and i386, both of these had the | Dale Rahn |
2001-11-06 | -Wall -Werror cleanup. | Miod Vallat |
2001-11-06 | child_return unscrewart | Michael Shalayeff |
2001-11-06 | child_return unscrewart | Michael Shalayeff |
2001-11-06 | pmap_pinit needs proto now, also disable cache for mapped pages | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | unbreak child_return. | Artur Grabowski |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | Need local prototypes for pmap_pinit and pmap_release. | Artur Grabowski |
2001-11-06 | Need to prototype pmap_pinit and pmap_release here. | Artur Grabowski |
2001-11-06 | No need for those prototypes here. | Artur Grabowski |
2001-11-06 | remove the last uses of vm/vm_page.h | Artur Grabowski |
2001-11-06 | - include shuffling | Artur Grabowski |
2001-11-06 | Redundant includes. | Artur Grabowski |
2001-11-06 | Redundant includes. | Artur Grabowski |
2001-11-06 | redundant includes. | Artur Grabowski |
2001-11-06 | Zap some redundant includes. | 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 |
2001-11-05 | Raise the shared memory size to 16MB from 4MB. 4MB is too small for current | Dale Rahn |
2001-11-05 | typo. | Artur Grabowski |
2001-11-05 | Fallout from the mmap changes. | Artur Grabowski |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-11-05 | irongate needs isadma bouncing. | Artur Grabowski |
2001-11-05 | Code for isadma bouncing. | Artur Grabowski |
2001-11-04 | Two new sysctls in the chipset tree. | Artur Grabowski |
2001-11-04 | Add alpha_ldlu and alpha_stl. | Artur Grabowski |
2001-11-04 | hp300spu.h information not needed anymore. | Miod Vallat |
2001-11-04 | Change the magic formulae in charge of setting the correct defines | Miod Vallat |
2001-11-02 | Make kernel compile without IPSEC, PPP_DEFLATE but with CRYPTO. Reported by | Jean-Jacques Bernard-Gundol |
2001-11-01 | Unnecessary cast. | Artur Grabowski |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-31 | Add boardtype 1301. | Hugh Graham |
2001-10-31 | Change the internal vc_mmap from returning int to paddr_t. | Artur Grabowski |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski |
2001-10-28 | duh, don't forget cdev entries for char device sabtty (It's been a rough week) | Jason Wright |
2001-10-28 | oops, don't forget sab entries here too. | Jason Wright |
2001-10-28 | sab* and sabtty* (commented out for now until console stuff is done) | Jason Wright |
2001-10-28 | SAB82532 driver (missing console stuff, but working as a generic tty | Jason Wright |
2001-10-28 | Handle RB_TIMEBAD in boot(). | Miod Vallat |
2001-10-28 | Use the same pipeline flush instruction everywhere. | Miod Vallat |
2001-10-28 | Define kernel_pmap only if _KERNEL defined. | Miod Vallat |
2001-10-28 | Let 188-only kernels compile. | Miod Vallat |
2001-10-28 | I have nothing against stack checks at clock ints, as long as they are | Miod Vallat |
2001-10-28 | Prune more old stuff | Miod Vallat |
2001-10-26 | Don't bomb if isadma is not configured. | Artur Grabowski |