summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
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
2001-05-16Blind merge of wscons support from NetBSD/vax. Perhaps someone with aHugh Graham
2001-05-16Fix vax to work with recent pmap_change_wiring() -> pmap_unwire()Hugh Graham
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern...Todd C. Miller
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-04-18Cover rl with #ifdef's and put it to sleep. ZZzz..Hugh Graham
2001-04-17Comment out the 20+ year old rl disk device to make way for the recentlyHugh Graham
2001-04-17Switch a "BGTR foo" to a "BLSS bar; BRW foo; bar:". In this case, theBrandon Creighton
2001-04-10Decrement open_count in netclose(); this fixes the bug which causedBrandon Creighton
2001-04-10Fix for machines which need to enlarge the kernel address space, at leastNiklas Hallqvist
2001-04-09FFS_SOFTUPDATES in sys/conf/GENERICTheo de Raadt
2001-04-09Add softdep.Hugh Graham
2001-04-09A much tidier layout, from NetBSD.Hugh Graham