summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2001-11-17Pick up changes made in NetBSD to work with ubc.Hugh Graham
2001-11-14Don't yell about clock drift for ridiculous (less than 48 hours) deltas.Miod Vallat
2001-11-14Change Vax LDPGSZ to 4k.Hugh Graham
2001-11-14Compat layer for 1k Vax aout, from NetBSD.Hugh Graham
2001-11-09nswbuf hasn't been used for ages. gc.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Update and unbreak cpu_fork() - from NetBSD.Miod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-06remove the last uses of vm/vm_page.hArtur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-31Add boardtype 1301.Hugh Graham
2001-10-10gc SWAPPAGER and DEVPAGER optionsTodd C. Miller
2001-10-06Remove MSDOSFS support from the ramdisk.Miod Vallat
2001-10-04UKC on vax.Miod Vallat
2001-10-01There are anecdotal reports of firmware being writable on some CougarHugh Graham
2001-10-01consistent casingHugh Graham
2001-10-01Use system variant types rather than 0x80 on the configuration andHugh Graham
2001-10-01Add system variant types for VAXstation 4000/60 and MicroVAX 3100m80.Hugh Graham
2001-09-29The "swap generic" configuration needs only two entries in swdevt[].Miod Vallat
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
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