summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsmux.c
AgeCommit message (Expand)Author
2015-09-10kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).Martin Pieuchot
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-01-11use mallocarray() when reallocating the mux tableTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2013-12-02CIRCLEQ begone.Kenneth R Westerback
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-07Do not stupidly dereference NULL in wsmux_set_display() is invoked with NULLMiod Vallat
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-05-14wsmouse.h is needed for the NWSMOUSE test to actually workTed Unangst
2006-11-01poll errors should be POLLERR, not some random E valueTed Unangst
2006-08-05Oops, forgot these changes.Miod Vallat
2006-08-05On platforms which do not use wsmux (because they can't have more than oneMiod Vallat
2006-04-28In wsmux_set_display(), pass FWRITE instead of 0 when invoking ioctlMiod Vallat
2005-08-14Honor (the lack of) FWRITE in the various ioctl routines; with input fromMiod Vallat
2005-05-15only inside DIAGNOSTICTheo de Raadt
2005-05-15Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourMiod Vallat
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-04-30cdev_decl is done in conf.h, do not dupe hereMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-11Get order of operations correct so that we clear the wsmux array andJason Wright
2001-03-30Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a muxAaron Campbell
2001-02-02Fix an uninitialized variable; henric@aimnet.comAaron Campbell
2001-02-01Fix the wsmux_setmax() function. By the time wsmuxattach() runs (through hookAaron Campbell
2000-11-13Make this compile under OpenBSD.Aaron Campbell
2000-08-01update wscons, nothing serious, mostly api fixes for us; from netbsd through ...Michael Shalayeff
2000-05-16import newer wscons source from netbsd.Michael Shalayeff