summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2001-09-29The "swap generic" configuration needs only two entries in swdevt[].Miod Vallat
2001-09-28proper values for ieee rounding modes (from NetBSD)Jason Wright
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
2001-09-27Huge merge with NetBSD. For full details look at their revision history (1.2...Jason Wright
2001-09-24fix back the kbd, sorryMichael Shalayeff
2001-09-22perevent panic on timeout_add on non-existing timeout.Michael Shalayeff
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-21grammar fixens; from Kaspar Toomik <kaspar@anisakis.org>, pr2077Michael Shalayeff
2001-09-19Now is a good time to commit this cosmetic maxpartition-related change...Miod Vallat
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-17Use pmap_k* to map the buffer cache.Artur Grabowski
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-09-14Simplify userret.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-10applying the same mask to rs2 and rd is bad ju-ju for F?TO? instructions. Fix...Jason Wright
2001-09-08Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila <sfs@...Jason Wright
2001-09-01Catch up with mainline of code development.mjacob
2001-08-30fix a commentTheo de Raadt
2001-08-24propagate bootpathJason Wright
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-19Ooops. sparc always needs own protos.Artur Grabowski
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-17cdev_decl cleanup; jason@ okMichael Shalayeff
2001-08-12make it compileMichael Shalayeff
2001-08-11unnecessary includes.Artur Grabowski
2001-08-11remove some old cruft.Artur Grabowski
2001-08-08__dead doesn't work on function pointers.Artur Grabowski
2001-08-08nuke __attribute__((__noreturn__)) when used in conjunction with __deadTodd C. Miller
2001-08-08Fix broken logic in wait flags passed to extent_alloc.Artur Grabowski
2001-08-07unused, bye bye.Brad Smith
2001-07-30convert to ALTQ style macros (these drivers appear to meet the criteria forJason Wright
2001-07-26Typo.Miod Vallat
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-21no rd required in regular kernelsTheo de Raadt
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-15add install targetassar
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-07-05Get rid of the wrapper macros around extent_alloc*1Artur Grabowski
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27PMAP_NEW is no longer an option on sparc.Artur Grabowski
2001-06-27add the ALTQ device to the rest of the architectures.Kenjiro Cho
2001-06-27IPF cleanup; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-27UVM is no longer an option.Artur Grabowski
2001-06-26126 -> NBT_BADMiod Vallat
2001-06-26trivial ether_input_mbuf() conversions.Federico G. Schwindt