Home | History | Annotate | Download | only in wsconsctl
History log of /src/sbin/wsconsctl/wsconsctl.c
RevisionDateAuthorComments
 1.19  23-Nov-2018  mlelstv When merging entries with the keyboard map, print only the resulting changes.

While here, replace bcopy with standad memcpy.
 1.18  25-Aug-2008  dholland branches: 1.18.58; 1.18.60;
Clarify message that says the map isn't shown when -a is given.
Resolves PR 32436 from Igor Sobrado based on a suggestion by
Dieter Roelants, except I expanded the message further.
 1.17  28-Apr-2008  martin branches: 1.17.2;
Remove clause 3 and 4 from TNF licenses
 1.16  15-Dec-2007  perry branches: 1.16.4; 1.16.6;
convert __attribute__s to applicable cdefs.h macros
 1.15  15-Dec-2007  perry include sys/cdefs.h so that __attribute__ can be fixed later
 1.14  05-Feb-2006  jmmv branches: 1.14.10; 1.14.12;
Style fixes:
- Use EXIT_SUCCESS/EXIT_FAILURE where appropriate.
- Cut long lines.
- Properly indent continuation of lines.
- Sort includes.
- Replace u_int with unsigned int.
- Remove parenthesis around return values.
- Add blank line at the beginning of functions without local parameters.
- Cast *printf calls to void.
 1.13  26-Jun-2005  christos constify.
 1.12  02-Jun-2005  lukem appease gcc -Wuninitialized
 1.11  29-Apr-2005  augustss Change the default controlling devices to /dev/wskbd and /dev/wsmouse
(instead wskbd0 and wsmouse0), this way changes will affect all devices
instead of just the first one.
 1.10  19-Jan-2005  xtraeme branches: 1.10.2;
Kill __P(), ANSIfy, remove main() prototype; WARNS=2
 1.9  30-Jul-2004  jmmv Add 2004 to copyright notice as these has been significantly modified recently.
 1.8  30-Jul-2004  jmmv Do not show several variables when they are not available.

At the moment this only affects the display part, hiding console colors,
border color and/or console scrollback if their respective ioctls are
not supported by the running kernel.

Trying to write to these variables will still fail with the correct ioctl
error message.
 1.7  25-Jun-2004  wiz Sync usage with man page (add -w name+=value).
Closes PR 25876 by Kouichirou Hiratsuka.
 1.6  04-May-2003  jmmv branches: 1.6.2;
Explicitly close open file descriptor before exiting.
 1.5  18-Feb-2002  yamt s/read only/write only/ for FLG_WRONLY.
 1.4  19-Feb-2001  cgd convert to use getprogname()
 1.3  03-Jul-2000  matt More include fixups and GCC 2.96 nonsense
 1.2  29-Dec-1998  hannken Display usage information if called without arguments.
 1.1  28-Dec-1998  hannken wsconsctl(8) - a program to manipulate wscons devices.

- lacks wsdisplay support (driver needs work on ioctls).
- man page needs work.
 1.6.2.1  22-Aug-2004  tron branches: 1.6.2.1.2;
Sync usage with man page (add -w name+=value).
Closes PR 25876 by Kouichirou Hiratsuka.
 1.6.2.1.2.1  13-May-2005  riz Pull up revision 1.11 (requested by augustss in ticket #1490):
Change the default controlling devices to /dev/wskbd and /dev/wsmouse
(instead wskbd0 and wsmouse0), this way changes will affect all devices
instead of just the first one.
 1.10.2.1  01-May-2005  tron Pull up revision 1.11 (requested by augustss in ticket #220):
Change the default controlling devices to /dev/wskbd and /dev/wsmouse
(instead wskbd0 and wsmouse0), this way changes will affect all devices
instead of just the first one.
 1.14.12.1  27-Dec-2007  mjf Sync with HEAD.
 1.14.10.1  09-Jan-2008  matt sync with HEAD
 1.16.6.1  18-May-2008  yamt sync with head.
 1.16.4.2  28-Sep-2008  mjf Sync with HEAD.
 1.16.4.1  02-Jun-2008  mjf Sync with HEAD.
 1.17.2.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.18.60.1  10-Jun-2019  christos Sync with HEAD
 1.18.58.1  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts

RSS XML Feed