summaryrefslogtreecommitdiff
path: root/sys/dev/sun
AgeCommit message (Expand)Author
2008-11-28Add wscons/vcons support for cg3.jdc
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-05-25Implement wscons colemak and dvorak keyboard variants for Sun keyboards.ghen
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-21Fix minor device_t split fallout.martin
2008-04-20Misc cosmetics.tsutsui
2008-04-20- use device_lookup_private() where appropriatetsutsui
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-03-01Welcome to 4.99.55:rmind
2008-02-21rasops is global nowmartin
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-11-10Call ttyoutput/ttstart with tty_lock held.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08brelse() stragglers.ad
2007-08-06add keysyms for scroll commandsmacallan
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-25defflag SPARCBOOK_CMDmacallan
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-09Merge newlock2 to head.ad
2007-01-29Remove more duplicate headers.hubertf
2006-11-25Replace the myriad copies of bounds_check_with_label() with a single MIscw
2006-11-12Tidy away wsmouse_input() abstractions and updateplunky
2006-10-16use vcons.macallan
2006-10-15Missing initializersmartin
2006-10-15Missing initializermartin
2006-10-15Missing initializermartin
2006-10-15Add some initializersmartin
2006-08-28Add duplicate include protection to <dev/sun/kbio.h>.he
2006-08-28Use the common <dev/sun/vuid_event.h> header file instead of maintaininghe
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-28Move definition of the 'fb' attribute to global scope and make machfb@pcimartin
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-13add a framebuffer type for generic PCI devicesmacallan
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-03-30Use device_private().thorpej
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-10Make external mice work on Tadpole SPARCbookmacallan
2005-12-14whitespace.christos
2005-12-12welcome to the new lwp world.christos
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-10-15Add a multiple include guard.macallan
2005-10-08Fixes the following bug:macallan
2005-09-28Remove spurious debug output accidently commited in revision 1.44.martin
2005-09-14Ignore KBD_IDLE one layer earlier - wskbd does not like it [and complainsmartin
2005-08-25Fix cut and paste error in UK keymap.jdc