summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-10-17damn it, i have had it with this untested weak shitTheo de Raadt
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16re-add weak sparc support; d@Theo de Raadt
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
2000-09-18fix reversed muting; patch from: jason@Brad Smith
2000-07-31Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofTodd C. Miller
2000-07-25remove debugging stuff i commited by accidentTheo de Raadt
2000-07-19Blink with new timeouts.Artur Grabowski
2000-07-18move bootblocks around a bit moreTheo de Raadt
2000-07-14on a SparcStation Voyager, the 2nd zs device does not exist.Theo de Raadt
2000-07-11since .cvsignore is there, .keep_me is not neededTheo de Raadt
2000-07-11NKDD? no -- NKBD, bad mjacobTheo de Raadt
2000-07-07Fix some spl handling.Artur Grabowski
2000-07-07Convert spl* on sparc to be raising-only.Artur Grabowski
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-07-06Use isp_handle_index functions. Reorder when things getmjacob
2000-07-05Fix spl-handling in cnstart.Artur Grabowski
2000-07-05Change splsoftclock to spltty. spltty is probably too paranoid, but it'sArtur Grabowski
2000-07-05OpenBSD-tagArtur Grabowski
2000-07-04missing splxArtur Grabowski
2000-07-04Missing splx.Artur Grabowski
2000-07-04Add a missing splx in intr_fasttrap.Artur Grabowski
2000-07-04Cleaner spl handling in userret.Artur Grabowski
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-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-18don't reset the chip on NORXD, and certainly don't print a message about itJason Wright
2000-06-18remove unused junkJason Wright
2000-06-18hmm, you'd never know these started out as if_ie.c....Jason Wright
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-07Fix comments to reflect reality.Artur Grabowski
2000-06-05Changes to exit handling.Artur Grabowski
2000-06-02rework interrupt handling completely, and be more careful with the CD180Jason Wright
2000-05-27better man page buildingTheo de Raadt
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page in...Theo de Raadt
2000-05-18add machdep.vsyncblank sysctl for controlling whether vsync is disabledJason Wright
2000-05-01When cache is mandatory, don't pmap_enter uncached in vmapbuf.Artur Grabowski
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-03-22allow opening of the fga char deviceJason Wright
2000-03-17move more sun4m stuff behind an #ifdefTheo de Raadt
2000-03-16Bring in some new UVM code from NetBSD (not current).Artur Grabowski
2000-03-08multiple inclusion protect because of pstat and socket.h needing ALIGNBYTESTheo de Raadt
2000-03-04Remove unnecessary, unreached, confusing code.Artur Grabowski
2000-03-03$OpenBSD$Todd T. Fries