Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski | |
int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets. | |||
2001-09-29 | The "swap generic" configuration needs only two entries in swdevt[]. | Miod Vallat | |
So shrink it when necessary, and remove unwanted stuff as well. | |||
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff | |
2001-09-23 | Worst abuse of C, ever. | Miod Vallat | |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat | |
2001-09-21 | phys_map declaration comes from <vm/vm.h>, no need to declare it locally. | Miod Vallat | |
2001-09-19 | Now is a good time to commit this cosmetic maxpartition-related change... | Miod Vallat | |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff | |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat | |
and simpler. | |||
2001-09-12 | mbutl no more | Artur Grabowski | |
2001-09-11 | Fix uvm_km_suballoc() usage flags. ok art@ millert@ | Miod Vallat | |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-09-10 | Fix the other half. | Dale Rahn | |
2001-09-10 | move vtophys proto into a port-area in order to remove it for macppc ↵ | Michael Shalayeff | |
eventually; drahn@ ok | |||
2001-09-02 | Fix typos, update vtophys() prototype. | Miod Vallat | |
2001-09-02 | Removed, use common powerpc one instead. | Miod Vallat | |
2001-09-02 | Convert mvmeppc to use common powerpc parts. | Miod Vallat | |
2001-09-02 | Convert mvmeppc to use powprec common parts. | Miod Vallat | |
2001-08-27 | cold is in <sys/systm.h> | Miod Vallat | |
2001-08-25 | This is mvmeppc land, not mvme88k. | Miod Vallat | |
2001-08-25 | Do not enter/compile installboot on mvmeppc yet - this code is not | Miod Vallat | |
ready yet. | |||
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski | |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski | |
2001-08-23 | enable de. ok miod@ | Matthieu Herrb | |
2001-08-21 | Was lacking a cast. | Miod Vallat | |
2001-08-21 | No need to explicitely link with libgcc.a | Miod Vallat | |
2001-08-21 | Dumb Makefile to recurse in stand/ for mvmeppc land. | Miod Vallat | |
2001-08-21 | Get libkern to compile. | Miod Vallat | |
2001-08-17 | provide a way to get the number used for irq line, not only a string | Michael Shalayeff | |
representation, this is needed for devices like cbb which pass the interrupt line down to the cardbus attachment and not getting the right line before pci_intr_map() has done it's dirty deed. tested on i386 by jason@, compiles on alpha by art@. ppc and mveppc are to be test-compiled, but should work (; | |||
2001-08-12 | Actually, I'm not fond of include files including <uvm/uvm_extern.h>, | Miod Vallat | |
especially when this is in fact, not necessary. | |||
2001-08-12 | vm_inherit.h no more | Michael Shalayeff | |
2001-08-12 | ok, this is the last vm_prot.h slackup | Michael Shalayeff | |
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-08-06 | Bring latest powerpc pmap.c fix here too. | 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-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 | resolve compile problems | Steve Murphree | |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos | |
2001-07-06 | misc fixes | Steve Murphree | |
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-07-01 | s/cdev_gen_ipf/cdev_pf_init/ ;openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | Missed part of the IPF cleanup; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | Typos | Miod Vallat | |
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 | |