Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
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 | |
and arbitrary flags into one argument. One new flag is PMAP_CANFAIL that tells pmap_enter that it can fail if there are not enough resources to satisfy the request. If this flag is not passed, pmap_enter should panic as it should have done before this change (XXX - many pmaps are still not doing that). Only i386 and alpha implement CANFAIL for now. Includes uvm updates from NetBSD. | |||
2001-07-09 | Make quad types on alpha be "long long" not "long". This means that | Todd C. Miller | |
printf's "%lld" can be used with a quad_t or int64_t without a bogus cast. | |||
2001-07-05 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski | |
everywhhere. | |||
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 | |
- ALTQ introduces a set of new queue macros that coexist with the traditional IF_XXX macros. - "struct ifaltq" replaces "struct ifqueue" in "struct ifnet". - assign cdev major 74 for i386 and 54 for alpha as ALTQ control interface. | |||
2001-06-26 | Provide some chipset information to usreland through sysctl. | Artur Grabowski | |
The chipset support is not here yet, but the skeleton works. | |||
2001-06-26 | USER_PCICONF | 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 | cold is in systm now | Michael Shalayeff | |
2001-06-24 | Add pf. | Artur Grabowski | |
2001-06-23 | Use pool_cache for l1 ptes. | Artur Grabowski | |
From NetBSD. | |||
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-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos | |
okay art@ miod@ | |||
2001-05-11 | Bye bye. | 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 | 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-17 | OpenBSD tag. | Artur Grabowski | |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell | |
NetBSD. deraadt@ ok | |||
2001-04-15 | Prettier printing of cpu models and more models. | Artur Grabowski | |
2001-04-14 | Always make sure that SQWE is enabled- the PROM may not have done this for you. | mjacob | |
2001-04-14 | Add support for Alpha Processor, Inc. UP1000. | Artur Grabowski | |
From NetBSD. | |||
2001-04-13 | In cpu_fork, initialize the ipl of the new process to | Artur Grabowski | |
run at IPL_0. From NetBSD. | |||
2001-04-10 | Fix for machines which need to enlarge the kernel address space, at least | Niklas Hallqvist | |
1GB i386 machines needs this. The fix is heavily based on Jason Thorpe's found in NetBSD. Here is his original commit message: Instead of checking vm_physmem[<physseg>].pgs to determine if uvm_page_init() has completed, add a boolean uvm.page_init_done, and test against that. Use this same boolean (rather than pmap_initialized) in pmap_growkernel() to determine if we are being called via uvm_page_init() to grow the kernel address space. This fixes a problem on some i386 configurations where pmap_init() itself was needing to have the kernel page table grown, and since pmap_initialized was not yet set to TRUE, pmap_growkernel() was choosing the wrong code path. | |||
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis | |
2001-03-21 | optimize a sanity check and put it behind ifdef DIAGNOSTIC. | Artur Grabowski | |
2001-03-16 | Some more pmap improvements from NetBSD. | Artur Grabowski | |
2001-03-16 | Implement pmap_growkernel. From NetBSD. | Artur Grabowski | |
2001-03-08 | configure usb devices and raid | Eric Jackson | |
2001-03-04 | Revert to our old traceback code, with heuristic argument printout. | Niklas Hallqvist | |
2001-03-04 | typo | Artur Grabowski | |
2001-02-13 | Cleanup. | Artur Grabowski | |
2001-02-08 | Actually give esym some storage. As it was, esym pointed | Artur Grabowski | |
into the memory of some other variable. How did this ever work? (well, the floppies didn't work, but they should now). | |||
2001-02-07 | Now that niklas has fixed ddb to not barf on elf symbols, there | Artur Grabowski | |
is no need to disable ddb. | |||
2001-02-06 | Don't initialize ddb until I've committed elf support for ddb. | Artur Grabowski | |
2001-02-03 | New timeouts. | Artur Grabowski | |
2001-01-24 | Not killing an application when the application does something wrong | Artur Grabowski | |
encourages not fixing the application. SIGBUS on unaligned access. | |||
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-15 | Make this work with new alpha code. | Artur Grabowski | |
From d@ | |||
2001-01-15 | define the constants that COMPAT_NETBSD code needs in locore | Artur Grabowski | |