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