Age | Commit message (Expand) | Author |
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-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-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 |
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-01 | Unnecessary cast. | Artur Grabowski |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-26 | First cut at a port of isadma and floppy driver. ok art@ | Nathan Binkert |
2001-10-26 | fix comment | Nathan Binkert |
2001-09-30 | Generic soft interrupts from NetBSD plus some minor cleanups. | Artur Grabowski |
2001-09-29 | Enable pckbd support and use symbolic #defines for ctb_term_type | Todd C. Miller |
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-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-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-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |
2001-07-09 | Make quad types on alpha be "long long" not "long". This means that | Todd C. Miller |
2001-07-05 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski |
2001-07-05 | add iop | Michael Shalayeff |
2001-06-27 | Remove IPF references; openbsd@davidkrause.com | Angelos D. Keromytis |
2001-06-27 | ALTQ base modifications to the kernel. | Kenjiro Cho |