Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-19 | Ooops. sparc always needs own protos. | Artur Grabowski | |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski | |
2001-08-17 | cdev_decl cleanup; jason@ ok | Michael Shalayeff | |
2001-08-12 | make it compile | Michael Shalayeff | |
2001-08-11 | unnecessary includes. | Artur Grabowski | |
2001-08-11 | remove some old cruft. | Artur Grabowski | |
2001-08-08 | __dead doesn't work on function pointers. | Artur Grabowski | |
2001-08-08 | nuke __attribute__((__noreturn__)) when used in conjunction with __dead | Todd C. Miller | |
2001-08-08 | Fix broken logic in wait flags passed to extent_alloc. | Artur Grabowski | |
2001-08-07 | unused, bye bye. | Brad Smith | |
2001-07-30 | convert to ALTQ style macros (these drivers appear to meet the criteria for | Jason Wright | |
ALTQ, anyone more familiar with it wanna have a look?) | |||
2001-07-26 | Typo. | Miod Vallat | |
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-21 | no rd required in regular kernels | Theo de Raadt | |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski | |
The archs that didn't have a proper PMAP_NEW now have a dummy implementation with wrappers around the old functions. | |||
2001-07-15 | add install target | assar | |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos | |
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-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-06-27 | PMAP_NEW is no longer an option on sparc. | Artur Grabowski | |
2001-06-27 | add the ALTQ device to the rest of the architectures. | Kenjiro Cho | |
2001-06-27 | IPF cleanup; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | MNN is no longer an option. | Artur Grabowski | |
2001-06-27 | UVM is no longer an option. | Artur Grabowski | |
2001-06-26 | 126 -> NBT_BAD | Miod Vallat | |
2001-06-26 | trivial ether_input_mbuf() conversions. | Federico G. Schwindt | |
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 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat | |
definition as splimp(). art@ ok | |||
2001-06-23 | More constants cleaning. | Federico G. Schwindt | |
2001-06-23 | no more kernfs | Theo de Raadt | |
2001-06-11 | Repair SUN4M-only case compilation... | Miod Vallat | |
2001-06-11 | Being able to compile sun4 (non-sun4c non-4m) kernels doesn't hurt. | Miod Vallat | |
2001-06-10 | permit compilation when only SUN4C is defined; based on patch from Thomas ↵ | Jason Wright | |
Coffy <coffy@altern.org>. | |||
2001-06-10 | Art error #2 | Theo de Raadt | |
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-21 | static binary | Theo de Raadt | |
2001-05-18 | Remove a duplicate variable initialization in vunmapbuf(), and remove | Miod Vallat | |
unncessary lint /*ARGSUSED*/ hint. art@ ok | |||
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 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt | |
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 | unify rd(4) even more | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-10 | Hasn't been used for ages. ZAP! | Artur Grabowski | |
2001-05-10 | remove the pt{1,23}_{alloc,free} functions now that pool works without | Artur Grabowski | |
UVM and UVM is required anyway. | |||
2001-05-10 | Don't crash in pgt_page_alloc if uvm_km_kmemalloc fails. | Artur Grabowski | |
(we'll crash somewhere else anyway, but that's a later problem). | |||
2001-05-10 | UVM is no longer optional on sparc. | Artur Grabowski | |
2001-05-10 | Switch sparc to PMAP_NEW. I've been running with that code for ages. | Artur Grabowski | |