summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2000-07-05Fix spl-handling in cnstart.Artur Grabowski
2000-07-05Change splsoftclock to spltty. spltty is probably too paranoid, but it'sArtur Grabowski
less wrong than using splsoftclock which is defined to be a lowering spl (this doesn't matter on the sparc yet, because spls on sparc are wrong, but it will matter soon).
2000-07-05OpenBSD-tagArtur Grabowski
2000-07-05Sigh, scrr_len represents the length of the scrolling region, not the end ofAaron Campbell
it. The last commit worked for cases where you had one large scrolling region on top (i.e., an irc client with only one channel window) but broke in cases where you had multiple windows. We must compare against scrr_end instead. Much thanks to fries@ for the heads up. pcvt is hard to debug...
2000-07-04missing splxArtur Grabowski
2000-07-04Missing splx.Artur Grabowski
2000-07-04Add a missing splx in intr_fasttrap.Artur Grabowski
2000-07-04fix uvisor entry.Federico G. Schwindt
2000-07-04add uvisor and clcs, both commented out.Federico G. Schwindt
2000-07-04Cleaner spl handling in userret.Artur Grabowski
2000-07-04Make dmesg and /kern/msgbuf work on pmax. Thanks art@ for help with mem.c. ↵Mats O Jansson
ok miod@. -moj
2000-07-03esp define was moved to conf/filesEric Jackson
2000-07-03comment out wscons keyboard and mouse for nowEric Jackson
2000-07-03sample wscons attachmentMichael Shalayeff
2000-07-03forgot to cvs rm theseMichael Shalayeff
2000-07-03closer approximation to an alpha using new wscons.Michael Shalayeff
tga moved to dev/pci. by request from alpha people.
2000-07-03Better ramdisk size from Jay Bolton.Niklas Hallqvist
2000-07-03A transient measure to make the floppy fit, remove CD support.Niklas Hallqvist
As we do not ship alpha on CD currently, this is OK. Idea from Jay Bolton.
2000-07-03Current ahc requires the bus_dma API, which alpha does not provideNiklas Hallqvist
2000-07-03export SYSCALLGATEMichael Shalayeff
2000-07-03add luseless commentMichael Shalayeff
2000-07-02Remove NFSCLIENT for consistency with other RAMDISK kernels.Todd C. Miller
2000-07-02Recognize and support 16 partition disklabels (taken from sparc port)Miod Vallat
2000-07-02Silence annoying warnings when using type 4 or 5 keyboards on sun3Miod Vallat
2000-07-02yes, it will; forgot, oops, ouchMichael Shalayeff
2000-07-02constraints misscount; that's how it goes typing on the trainMichael Shalayeff
2000-07-02no bays for stingerMichael Shalayeff
2000-07-02new kvtop through lpa; also put some spu/sfu bits in cpu.hMichael Shalayeff
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
2000-06-30My previous two attempts at fixing the "scrolling region" problem were wrong.Aaron Campbell
Instead of using cur_offset to determine if we should scroll, calculate based on the current row. This is how Linux does it, and it seems to work.
2000-06-30Problem and fix found on OpenBSD, fix confirmed with NetBSD.Dale S. Rahn
2000-06-29Enable UKCMiod Vallat
2000-06-28disable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵Kenneth R Westerback
still fits on RAMDISKB
2000-06-28enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵Kenneth R Westerback
still fits on RAMDISKB
2000-06-28look in kbd.h to see whether we have configured a keyboardmjacob
2000-06-28make the kbd have a kbd.h file (needs-flag)mjacob
2000-06-28repair panic message; bugfix@163.netTheo de Raadt
2000-06-26Make the check for !usermode in syscal a DIAGNOSTIC.Artur Grabowski
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-23ret should be there, wether auxreg/led is defined or not.Federico G. Schwindt
2000-06-21Kirk announced that soft updates are free todayNiklas Hallqvist
2000-06-21Fix xd entry in chrtoblktblMiod Vallat
2000-06-21add perfomance monitor unit, comment iv numbers for fpu/power/pmuMichael Shalayeff
2000-06-20If only one of IX86_CPU is defined, set CMACHFLAGS to the appropriateArtur Grabowski
-march=ix86. (as it was done for 486).
2000-06-19esp at pcmcia, commented out.Federico G. Schwindt
2000-06-19Upload memory ranges for NEW_NONCONTIG code, this one forgotten before 2.7Miod Vallat
freeze
2000-06-19Small, usable, and it even boots on 4Mb machinesMiod Vallat
2000-06-18Allow S to be overridden like on the other arches; provos@Todd C. Miller
2000-06-18don't reset the chip on NORXD, and certainly don't print a message about itJason Wright
2000-06-18remove unused junkJason Wright