Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | Be more careful in pciide_compat_intr_disestablish. | Artur Grabowski | |
While I'm here, clean up spaces. | |||
2001-06-25 | Don't return from a void function. | Artur Grabowski | |
2001-06-25 | Fix earlier commit of pciide disestablish | Constantine Sapuntzakis | |
2001-06-25 | Add disestablish for pciide on Alpha | Constantine Sapuntzakis | |
2001-06-25 | pf is in conf/GENERIC | Artur Grabowski | |
2001-06-25 | add pf device on all architectures. | Kjell Wooding | |
fix my previously bogus MAKEDEVs. If you used pf on a non-i386. the major device number has changed, and you'll need to recreate /dev/pf ok theo | |||
2001-06-25 | remove dependency on pmax tree. cleanup a little while here | Eric Jackson | |
2001-06-25 | cold is in systm now | Michael Shalayeff | |
2001-06-24 | Add pf. | Artur Grabowski | |
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-23 | no more kernfs | Theo de Raadt | |
2001-06-23 | Use pool_cache for l1 ptes. | Artur Grabowski | |
From NetBSD. | |||
2001-06-22 | build it static; nate | Theo de Raadt | |
2001-06-11 | Remove workaround for a gas bug fixed in binutils-2.10.1. | Artur Grabowski | |
gas confused $f28 with $at. | |||
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-05-31 | Relocation types on alpha. | Artur Grabowski | |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos | |
okay art@ miod@ | |||
2001-05-17 | nsphyter here too | Jason Wright | |
2001-05-17 | add nsphyter | Jason Wright | |
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt | |
2001-05-16 | shrink printf messages | Theo de Raadt | |
2001-05-16 | no longer support ECOFF kernels | Theo de Raadt | |
2001-05-15 | txp works here now | Jason Wright | |
2001-05-14 | cleanup a lot | Theo de Raadt | |
2001-05-14 | screw fibrechannel on this floppy | Theo de Raadt | |
2001-05-11 | Bye bye. | Artur Grabowski | |
2001-05-11 | Use genassym.cf | Artur Grabowski | |
2001-05-11 | Add a genassym.cf that uses the standard scripts. | Artur Grabowski | |
We loose the dependencies and all strange bugs that appear because genassym.c is a user program with _KERNEL defined. | |||
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 | 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-30 | Move the hwrpb_primary_init to before configure. | Artur Grabowski | |
2001-04-21 | Do not use wsmux on alpha. Now I can start Xtga. | Aaron Campbell | |
2001-04-18 | Even more bizzarreness on the up1000. | Artur Grabowski | |
From thorpej@netbsd. | |||
2001-04-17 | OpenBSD tags | Artur Grabowski | |
2001-04-17 | OpenBSD tag. | Artur Grabowski | |
2001-04-17 | mem_clusters.size has page protection encoded in them. | Artur Grabowski | |
Mask it away, otherwise the reservation of RAM will fail. | |||
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell | |
NetBSD. deraadt@ ok | |||
2001-04-17 | Add commented out siop driver since it works. Enable after 2.9 | Nathan Binkert | |
2001-04-16 | NOT GENERIC | Theo de Raadt | |
2001-04-16 | API_UP1000 support fits | Theo de Raadt | |
2001-04-16 | clean | Theo de Raadt | |
2001-04-15 | Prettier printing of cpu models and more models. | Artur Grabowski | |
2001-04-15 | Err. a ramdisk without pseudo-device rd has a minimal chance of working. | Artur Grabowski | |
2001-04-15 | oops, commit protos | mjacob | |
2001-04-14 | clean | Theo de Raadt | |
2001-04-14 | Pick up some more NetBSD-isms (tsp_bus_mem_init2). | mjacob | |