| History log of /src/usr.sbin/wsmuxctl |
| Revision | Date | Author | Comments |
| 1.1 | 13-Oct-2001 |
augustss | Add a simple program for listing, adding, and removing wsmux devices. It's not a much used utility, but when you need it it's a pain to be without.
|
| 1.13 | 09-Mar-2009 |
joerg | Fix preamble to match order set out by mdoc(7). Discussed with wiz.
|
| 1.12 | 30-Apr-2008 |
martin | branches: 1.12.8; Convert TNF licenses to new 2 clause variant
|
| 1.11 | 16-May-2003 |
abs | branches: 1.11.30; maybe -> may be
|
| 1.10 | 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
| 1.9 | 24-Oct-2001 |
augustss | Improve language.
|
| 1.8 | 18-Oct-2001 |
augustss | Fix another typo.
|
| 1.7 | 18-Oct-2001 |
wiz | Whitespace nit.
|
| 1.6 | 18-Oct-2001 |
augustss | Fix typo.
|
| 1.5 | 18-Oct-2001 |
augustss | Add -L flag to list devices recursively.
|
| 1.4 | 14-Oct-2001 |
augustss | Add copyright notice.
|
| 1.3 | 14-Oct-2001 |
wiz | No .Pp before .Sh.
|
| 1.2 | 13-Oct-2001 |
augustss | Fix typo.
|
| 1.1 | 13-Oct-2001 |
augustss | Add a simple program for listing, adding, and removing wsmux devices. It's not a much used utility, but when you need it it's a pain to be without.
|
| 1.11.30.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.12.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.14 | 29-Mar-2019 |
mlelstv | expand error message to also list wsbell as valid name.
|
| 1.13 | 29-Mar-2019 |
mlelstv | Add support for WSMUX_BELL, also avoid crashes when the kernel returns unknown device types.
|
| 1.12 | 03-Feb-2019 |
mrg | - add or adjust /* FALLTHROUGH */ where appropriate - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
|
| 1.11 | 30-Aug-2011 |
joerg | branches: 1.11.42; static + __dead
|
| 1.10 | 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
| 1.9 | 30-Oct-2004 |
dsl | branches: 1.9.24; Add (unsigned char) cast to ctype functions
|
| 1.8 | 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
| 1.7 | 13-Jul-2003 |
itojun | use bounded string op
|
| 1.6 | 20-Jul-2002 |
grant | sweep of errx/warnx, remove unnecessary trailing \n
|
| 1.5 | 07-Jul-2002 |
drochner | fix error handling if open() fails
|
| 1.4 | 24-Oct-2001 |
augustss | Update usage message.
|
| 1.3 | 24-Oct-2001 |
augustss | Update for wsmux ioctl() name changes.
|
| 1.2 | 18-Oct-2001 |
augustss | Add -L flag to list devices recursively.
|
| 1.1 | 13-Oct-2001 |
augustss | Add a simple program for listing, adding, and removing wsmux devices. It's not a much used utility, but when you need it it's a pain to be without.
|
| 1.9.24.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.11.42.1 | 10-Jun-2019 |
christos | Sync with HEAD
|