Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | cold is in systm now | Michael Shalayeff | |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat | |
definition as splimp(). art@ ok | |||
2001-06-10 | free commit from art | Michael Shalayeff | |
2001-06-09 | disable debugging by default | Michael Shalayeff | |
2001-06-09 | print return value for debugging purposes | Michael Shalayeff | |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski | |
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms. | |||
2001-06-04 | fix debugging printf, cpu_hpa is not pointer anymore | Michael Shalayeff | |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos | |
okay art@ miod@ | |||
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | entry,leaf_entry proper | Michael Shalayeff | |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵ | Todd C. Miller | |
kern_ipc_10.c for other compat modules. | |||
2001-05-11 | more rd merge (headcolds suck) | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-09 | More sync to NetBSD. | Artur Grabowski | |
- Change pmap_change_wiring to pmap_unwire because it's only called that way. - Remove pmap_pageable because it's seldom implemented and when it is, it's either almost useless or incorrect. The same information is already passed to the pmap anyway by pmap_enter and pmap_unwire. | |||
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski | |
And remove that memory price comment from 1981. It is amusing, but also confusing because the math in there is only correct on vax. | |||
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski | |
Move it from cpu_startup() to main(). | |||
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski | |
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | |||
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2001-04-29 | raise spl around pdc calling | Michael Shalayeff | |
2001-04-29 | pseg not yet | Michael Shalayeff | |
2001-04-29 | fix pmap_enter to compile | Michael Shalayeff | |
2001-04-03 | siop is already defined in miland; from from@ | Michael Shalayeff | |
2001-04-01 | cleanup a little | Michael Shalayeff | |
2001-04-01 | remove a little debugging | Michael Shalayeff | |
2001-03-29 | update | Michael Shalayeff | |
2001-03-29 | big bang | Michael Shalayeff | |
2001-03-29 | leaf_entry, better entry | Michael Shalayeff | |
2001-03-29 | define leaf_entry, better entry | Michael Shalayeff | |
2001-03-29 | steal alpha cdefs.h for we lack out own anyway | Michael Shalayeff | |
2001-03-29 | cpudev_data.h here needed not | Michael Shalayeff | |
2001-03-29 | here labels we define | Michael Shalayeff | |
2001-03-29 | regen we do | Michael Shalayeff | |
2001-03-29 | the content we define, decide for names and labels includer is | Michael Shalayeff | |
2001-03-29 | context and stack setup proper, better map/unmapbuf | Michael Shalayeff | |
2001-03-29 | various fixes, new _pmap_enter for pmap new, space police | Michael Shalayeff | |
2001-03-29 | .comm in .bss | Michael Shalayeff | |
2001-03-29 | .comm in .bss, ldo R% of pdc wrapper stack | Michael Shalayeff | |
2001-03-28 | start of text | Michael Shalayeff | |
2001-03-28 | use diag not .word, better tlabel usage | Michael Shalayeff | |
2001-03-28 | ldil requires L% always it seems | Michael Shalayeff | |
2001-03-27 | __weak_alias, __warn_references, __indr_reference are unimplemented now; from d@ | Michael Shalayeff | |
2001-03-22 | pmap_physseg is kernel-only business | Michael Shalayeff | |
2001-03-22 | handle d/i prot traps proper | Michael Shalayeff | |
2001-03-22 | shuffle the tlb handlers a little, | Michael Shalayeff | |
make a new one for na data fault, since those w/ hpt need it. | |||
2001-03-22 | make sure we stop stack tracing on user pc | Michael Shalayeff | |
2001-03-22 | ifdef on a proper debug define | Michael Shalayeff | |
2001-03-20 | regen | Michael Shalayeff | |
2001-03-20 | a few recent cpu devs form puffins | Michael Shalayeff | |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino | |
2001-03-02 | add #define __STRICT_ALIGNMENT | Jason Wright | |