| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert mistaken commit: Stop wsmux_attach_sc race from anton@ |  gnezdo | 2021-01-09 | 1 | -2/+2 |
* | Stop wsmux_attach_sc race from anton@ |  gnezdo | 2021-01-09 | 1 | -2/+2 |
* | Fix yet another wscons race. In the same subsystem, the following |  anton | 2020-12-06 | 1 | -6/+5 |
* | Fix yet another panic in which wsevent_fini() ends up being called with |  anton | 2020-07-29 | 1 | -4/+6 |
* | Ensure that me_evp is still NULL before assignment during open of wscons |  anton | 2020-03-24 | 1 | -14/+14 |
* | Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and |  visa | 2020-01-08 | 1 | -7/+9 |
* | Cleanup debug macros in wscons. Favor __func__ over spelling out the actual |  anton | 2019-05-22 | 1 | -38/+38 |
* | A wscons device may only be opened in read/write mode once. However, |  anton | 2019-05-22 | 1 | -2/+3 |
* | A problem fixed in wskbd is also present in wsmux. Repeating the |  anton | 2019-05-21 | 1 | -2/+2 |
* | Restrict the number of allowed wsmux devices, just like wskbd and wsmouse |  anton | 2019-03-30 | 1 | -1/+4 |
* | Clear the me_evp pointer after calling wsmux_do_close() as opposed of |  anton | 2019-03-16 | 1 | -2/+2 |
* | Limited the number of allowed stacked wsmux devices. A sufficiently long chain |  anton | 2019-03-02 | 1 | -7/+66 |
* | When adding a wsmux device to an existing wsmux device using |  anton | 2019-02-20 | 1 | -2/+2 |
* | whitespace nits |  anton | 2019-02-19 | 1 | -4/+4 |
* | favor C99 initializers for improved grepability; ok mpi@ |  anton | 2019-02-19 | 1 | -4/+7 |
* | Serialize access to the list of attached child devices belonging to a |  anton | 2019-02-18 | 1 | -7/+45 |
* | tweak errno in previous |  anton | 2019-01-27 | 1 | -2/+2 |
* | Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The same |  anton | 2019-01-27 | 1 | -1/+3 |
* | When no child devices are attached to a wsmux device, make sure to return an |  anton | 2018-12-17 | 1 | -3/+6 |
* | Add support for TIOCGPGRP ioctl commands to wscons. |  anton | 2018-11-20 | 1 | -1/+8 |
* | No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl() |  anton | 2018-11-20 | 1 | -7/+1 |
* | Utilize sigio with wscons. The old behavior of always making the process group |  anton | 2018-11-19 | 1 | -9/+5 |
* | specify free() size from the old allocation, not new allocation. |  deraadt | 2017-06-12 | 1 | -3/+3 |
* | kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4). |  mpi | 2015-09-10 | 1 | -1/+11 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | use mallocarray() when reallocating the mux table |  deraadt | 2015-01-11 | 1 | -3/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux |  miod | 2014-01-26 | 1 | -11/+15 |
* | CIRCLEQ begone. |  krw | 2013-12-02 | 1 | -12/+12 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -5/+5 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Do not stupidly dereference NULL in wsmux_set_display() is invoked with NULL |  miod | 2008-06-07 | 1 | -3/+4 |
* | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no |  krw | 2007-09-17 | 1 | -3/+2 |
* | wsmouse.h is needed for the NWSMOUSE test to actually work |  tedu | 2007-05-14 | 1 | -1/+2 |
* | poll errors should be POLLERR, not some random E value |  tedu | 2006-11-01 | 1 | -2/+3 |
* | Oops, forgot these changes. |  miod | 2006-08-05 | 1 | -4/+3 |
* | On platforms which do not use wsmux (because they can't have more than one |  miod | 2006-08-05 | 1 | -4/+3 |
* | In wsmux_set_display(), pass FWRITE instead of 0 when invoking ioctl |  miod | 2006-04-28 | 1 | -2/+2 |
* | Honor (the lack of) FWRITE in the various ioctl routines; with input from |  miod | 2005-08-14 | 1 | -3/+13 |
* | only inside DIAGNOSTIC |  deraadt | 2005-05-15 | 1 | -1/+3 |
* | Partial sync to the NetBSD wscons code, bringing a better wsmux behaviour |  miod | 2005-05-15 | 1 | -475/+528 |
* | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -4/+2 |
* | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 1 | -2/+2 |
* | Remove more '\n's from panic() statements. Both trailing and leading. |  krw | 2002-10-12 | 1 | -3/+3 |
* | cdev_decl is done in conf.h, do not dupe here |  mickey | 2002-04-30 | 1 | -3/+1 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -6/+6 |
* | Get order of operations correct so that we clear the wsmux array and |  jason | 2002-01-11 | 1 | -8/+7 |
* | Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a mux |  aaron | 2001-03-30 | 1 | -3/+17 |
* | Fix an uninitialized variable; henric@aimnet.com |  aaron | 2001-02-02 | 1 | -3/+3 |