Age | Commit message (Expand) | Author |
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 |
2001-11-09 | No need to initialize the pmap_growkernel_slock twice. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
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-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-01 | Unnecessary cast. | Artur Grabowski |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-26 | Don't bomb if isadma is not configured. | Artur Grabowski |
2001-10-26 | First cut at a port of isadma and floppy driver. ok art@ | Nathan Binkert |
2001-10-26 | spaces to tabs | Nathan Binkert |
2001-10-26 | fix comment | Nathan Binkert |
2001-10-20 | add CD9660 | Theo de Raadt |
2001-10-09 | bge and wx are known to work | Nathan Binkert |
2001-09-30 | Generic soft interrupts from NetBSD plus some minor cleanups. | Artur Grabowski |
2001-09-29 | dec_kn20aa_intr_disestablish() implementation from netbsd; art@ ok | Michael Shalayeff |
2001-09-29 | Enable pckbd support and use symbolic #defines for ctb_term_type | Todd C. Miller |
2001-09-29 | using #define is wrong, use #option | Theo de Raadt |
2001-09-28 | and mention XP1000 in the right place | Theo de Raadt |
2001-09-28 | upgrade twe to untested, add ami to broken | Michael Shalayeff |
2001-09-28 | remove dups w/ conf.h | Michael Shalayeff |
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff |
2001-09-19 | Now is a good time to commit this cosmetic maxpartition-related change... | Miod Vallat |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-16 | Fix this so it understands disklabels. | Artur Grabowski |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-09-14 | Don't just use 'size'. Use SIZE and make it settable. | Artur Grabowski |
2001-09-12 | Print memory numbers in KB as well as bytes like most other platforms. | Todd C. Miller |
2001-09-12 | mbutl no more | Artur Grabowski |
2001-09-05 | Will need netbsd_types.h very soon. | Artur Grabowski |
2001-09-01 | Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) and | Jason Wright |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-23 | Sync with contents of arch/foo/conf directory, might be useful one day. | Miod Vallat |
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-17 | cut and paste typos; from art@ | Michael Shalayeff |
2001-08-17 | cut and paste typo | Michael Shalayeff |
2001-08-17 | provide a way to get the number used for irq line, not only a string | Michael Shalayeff |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-11 | remove some old cruft. | Artur Grabowski |