Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-23 | add sun keyboard type | Jason Wright | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-02-06 | Oops, add sparc64 everywhere | Jason Wright | |
2002-02-06 | sparc64 needs this now | Jason Wright | |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-14 | unbreak comment. | Mike Pechkin | |
2001-10-24 | - repair usage() output | Miod Vallat | |
- when changing display.foo settings, print "display.foo -> bar" like done for mouse.* and keyboard.* - use warn() over err() whenever possible and appropriate code path to display as much as useful information as possible even if one ioctl fails. This is especially useful to get the display.* settings via wsconsctl -a if your mouse can't be probed, like on the iBook. ok mcikye@ | |||
2001-10-01 | remove typo | Theo de Raadt | |
2001-09-30 | add mode_shift and mode_lock examples; mostly from Igor Grabin ↵ | Michael Shalayeff | |
<violent@death.kiev.ua> | |||
2001-09-08 | o Mention /etc/wsconsctl.conf in wsconsctl(8) | Heikki Korpela | |
o Sync pckbd(4) with wsconsctl(8); you need wsconsctl -w keyboard.encoding= instead of wsconsctl -w encoding= pckbd(4) error noticed by Philipp Buehler. mickey@ ok | |||
2001-09-01 | Changes to build platform specific files properly with the powerpc -> macppc | Dale Rahn | |
port rename. This adds support for some of these to mvmeppc when it becomes MACHINE_ARCH=powerpc, as MACHINE_ARCH is tested in some instances. ancontrol and wicontrol are MACHINE_ARCH changes. | |||
2001-08-26 | minor cleanups | Theo de Raadt | |
2001-08-01 | Correct diagnostic string per PR 1981 by Kaspar Toomik. | Hugh Graham | |
2001-07-15 | paste open for each use, cache file descriptors | Michael Shalayeff | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-07-06 | cleanup, sync w/ kernel | Michael Shalayeff | |
2001-07-06 | add if braces to avoid compiler warnings; ok mickey | Peter Valchev | |
2001-06-30 | make it more sysctl-like, ommit -kmd switches. | Michael Shalayeff | |
no backwards compatibility keeped. add ability to change screens from cmd line. | |||
2001-05-18 | why exit if returns | Michael Shalayeff | |
2001-05-08 | add more display variables (for screen burner). | Michael Shalayeff | |
implement boolean type for variables. | |||
2001-03-09 | Don't list available keyboard encodings here, they may change often. Instead, | Aaron Campbell | |
refer people to kbd(8) which now supports wscons. | |||
2001-03-03 | complete wscons support for abd keyboard. -moj ok @deraadt | Mats O Jansson | |
2001-02-16 | Nicer EXAMPLES format. | Aaron Campbell | |
2001-02-05 | when flags are FLG_WRONLY, say "write only" instead of "read only" | Matthieu Herrb | |
2001-01-30 | Change /dev/ttyE* to /dev/ttyC* to reflect reality in OpenBSD. | Aaron Campbell | |
2001-01-30 | install wscons utils manpages into i386 subdir as well | Michael Shalayeff | |
2001-01-30 | Build these userland wscons utilities on i386. | Aaron Campbell | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2000-09-07 | install manpage for powerpc also. | Dale S. Rahn | |
2000-09-07 | wscons is used by powerpc also. | Dale S. Rahn | |
2000-07-20 | Move ws* command man pages to arch-dependent subdirs. | Marc Espie | |
2000-07-02 | OpenBSD'ify these man pages. | Aaron Campbell | |
2000-07-02 | make it compiling only for alpha and hppa | Michael Shalayeff | |
2000-07-01 | wscons control tool; initial import from newtbsd tree | Michael Shalayeff | |