Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-11 | remove some old cruft. | Artur Grabowski | |
2001-08-08 | vga_{isa,pci}.h -> vga.h since the former no longer exists. | Todd C. Miller | |
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-19 | bogus comment. | Artur Grabowski | |
2001-07-19 | No more need to define PMAP_NEW. | Artur Grabowski | |
2001-07-15 | add install target | assar | |
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 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski | |
Pass the right amount of arguments and rename them back to their right names. | |||
2001-07-05 | add iop | Michael Shalayeff | |
2001-07-04 | Kill these for real hopefully | Niklas Hallqvist | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-06-27 | Add commented out ises driver. RNG works. | Hakan Olsson | |
2001-06-27 | MNN is no longer an option. | Artur Grabowski | |
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-27 | UVM is no longer an option. | Artur Grabowski | |
2001-06-26 | More chipset info needed by X. | Artur Grabowski | |
2001-06-26 | Provide chipset configuration to sysctls. | Artur Grabowski | |
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-26 | USB is still somewhat flakey on alpha. disable by default. | Nathan Binkert | |
2001-06-26 | i2o or iop at pci fails | Michael Shalayeff | |
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 | |