summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-21phys_map declaration comes from <vm/vm.h>, no need to declare it locally.Miod Vallat
2001-09-20occured->occurredMike Pechkin
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
2001-09-14Simplify what should be userret, but is inlined instead.Artur Grabowski
2001-09-12mbutl no moreArtur Grabowski
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-10Change askname to volatile; this prevents it from being trashed byBrandon Creighton
2001-08-26The lkkbd and lkms drivers are causing problems on several machines,Hugh Graham
2001-08-26Attempt to use the configuration and test register to tell aHugh Graham
2001-08-25Playing with string.Hugh Graham
2001-08-25Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas,Hugh Graham
2001-08-23Sync with contents of arch/foo/conf directory, might be useful one day.Miod Vallat
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-21Art says it's ok for pmap_enter to effect no mapping change,Hugh Graham
2001-08-19The end of old timeouts is near...Miod Vallat
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-18We don't provide COMPAT_1[234] options anymore.Miod Vallat
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-11Use more sensible malloc type.Artur Grabowski
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff
2001-08-02match updated prototypeHugh Graham
2001-07-31+smg +wsconsHugh Graham
2001-07-30Change:Artur Grabowski
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-16Addressing mode work by Jim Uhl:Hugh Graham
2001-07-15add install targetassar
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-07-05Get rid of REAL_CLISTS. It was never implemented and the tentacles areArtur Grabowski
2001-07-05Get rid of the wrapper macros around extent_alloc*1Artur Grabowski
2001-07-04Fix off-by-one error in unit checkingConstantine Sapuntzakis
2001-06-27add the ALTQ device to the rest of the architectures.Kenjiro Cho
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-27option UVM is not needed anymoreArtur Grabowski
2001-06-25add pf device on all architectures.Kjell Wooding
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-23no more kernfsTheo de Raadt
2001-06-17Add -Wno-uninitialized.Hugh Graham
2001-06-15Compile kernel with -Wall, and fix a few issues for this to work.Miod Vallat
2001-06-13Recent changes in sys/netinet/ assume you get setsoftnet() viaMiod Vallat
2001-06-11Call doshutdownhooks() during shutdown.Miod Vallat
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-20From NetBSD:Hugh Graham
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-16Hook up various wscons related stuff and enable the smg framebuffer.Hugh Graham