| History log of /src/usr.sbin/moused |
| Revision | Date | Author | Comments |
| 1.1 | 29-Oct-2001 |
augustss | Add moused, a daemon to take input from a serial mouse and feed it to a wsmux. This way serial mice can be accessed via /dev/wsmouse like all other mice. This program is heavily based on the FreeBSD moused program.
|
| 1.1 | 29-Oct-2001 |
augustss | Add moused, a daemon to take input from a serial mouse and feed it to a wsmux. This way serial mice can be accessed via /dev/wsmouse like all other mice. This program is heavily based on the FreeBSD moused program.
|
| 1.9 | 16-Aug-2016 |
uwe | Use .An -nosplit to avoid unwanted line breaks in the middle of a sentence.
|
| 1.8 | 12-Sep-2006 |
pavel | add a period after a sentence.
|
| 1.7 | 25-Feb-2006 |
wiz | Fix typo. New sentence, new line.
|
| 1.6 | 14-Feb-2003 |
grant | The correct capitalisation of 'NetBSD.org' is (you guessed it) 'NetBSD.org'.
some mdoc fixes.
|
| 1.5 | 02-Jan-2003 |
jschauma | Fix typos pointed out by Igor Sobrado in PR misc/19621.
|
| 1.4 | 25-Oct-2002 |
wiz | Mention wsmoused(8). From Julio Merino in PR 18801.
|
| 1.3 | 22-Nov-2001 |
gmcgarry | Refer to ``moused'' consistently.
|
| 1.2 | 29-Oct-2001 |
wiz | Standardise section headers, sort sections.
|
| 1.1 | 29-Oct-2001 |
augustss | Add moused, a daemon to take input from a serial mouse and feed it to a wsmux. This way serial mice can be accessed via /dev/wsmouse like all other mice. This program is heavily based on the FreeBSD moused program.
|
| 1.33 | 11-Jul-2025 |
andvar | Fix various typos, mainly in comments and log/error messages.
|
| 1.32 | 05-Jul-2024 |
andvar | s/vender/vendor/ in comments, log message and fw ohci register property.
|
| 1.31 | 29-Mar-2024 |
rillig | branches: 1.31.2; moused: remove undocumented and unused option 'C'
|
| 1.30 | 24-Jun-2023 |
msaitoh | Fix typo in comment.
|
| 1.29 | 11-May-2022 |
andvar | fix various typos in comments.
|
| 1.28 | 21-Jan-2022 |
andvar | s/comatible/compatible/
|
| 1.27 | 12-Dec-2021 |
andvar | fix typos in word "request(s)".
|
| 1.26 | 12-Apr-2021 |
mrg | avoid attempting to print NULL.
|
| 1.25 | 18-Oct-2014 |
snj | src is too big these days to tolerate superfluous apostrophes. It's "its", people!
|
| 1.24 | 19-Oct-2013 |
christos | fix unused variable warnings.
|
| 1.23 | 28-Jun-2013 |
joerg | Fix violations of the sequence point rule.
|
| 1.22 | 31-Aug-2011 |
christos | branches: 1.22.2; 1.22.8; don't truncate time_t
|
| 1.21 | 31-Aug-2011 |
gson | Yet another format string fix
|
| 1.20 | 31-Aug-2011 |
gson | Fix format string to unbreak i386 build
|
| 1.19 | 30-Aug-2011 |
joerg | static + __printflike + __dead + format string fixes
|
| 1.18 | 17-Apr-2009 |
lukem | Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wextra -Wsign-compare)
|
| 1.17 | 21-Jul-2008 |
gmcgarry | branches: 1.17.6; Replace gcc initialisers with c99 initialisers.
|
| 1.16 | 16-Jan-2007 |
hubertf | branches: 1.16.12; * Don't include headers twice * Remove a few trailing whitespaces * Rearrange and join to one #if for some headers
Patch contributed by Slava Semushin <slava.semushin@gmail.com> in private mail.
|
| 1.15 | 02-Jun-2005 |
lukem | appease gcc -Wuninitialized
|
| 1.14 | 30-Oct-2004 |
dsl | Add (unsigned char) cast to ctype functions The argument rules suck.....
|
| 1.13 | 23-Apr-2004 |
simonb | s/the the/the/ (only in sources that aren't regularly imported from elsewhere).
|
| 1.12 | 16-Jul-2003 |
itojun | snprintf
|
| 1.11 | 23-Sep-2002 |
mycroft | null commit
|
| 1.10 | 23-Sep-2002 |
itojun | poll.h, not sys/poll.h
|
| 1.9 | 20-Sep-2002 |
mycroft | Minor simplification.
|
| 1.8 | 19-Sep-2002 |
mycroft | select() -> poll(), nanosleep()
|
| 1.7 | 09-Aug-2002 |
itojun | die if fd_set overrun. (they're not setuid binary so it is not that critical)
|
| 1.6 | 22-Apr-2002 |
wiz | Don't default the portname to devices that don't exist on NetBSD.
|
| 1.5 | 01-Jan-2002 |
thorpej | Simply rid ourselves of the evil cpp tricks being done here. The fact that one version couldn't be made to work on two different versions of the cpp says something about how portable the code was.
|
| 1.4 | 31-Dec-2001 |
thorpej | Fix gcc 3.1 printf format warnings generated by extra arguments being passed to varargs CPP macros.
|
| 1.3 | 21-Nov-2001 |
gmcgarry | Fix RCSID.
|
| 1.2 | 29-Oct-2001 |
augustss | Oops, commit a version that actually works. :-)
|
| 1.1 | 29-Oct-2001 |
augustss | Add moused, a daemon to take input from a serial mouse and feed it to a wsmux. This way serial mice can be accessed via /dev/wsmouse like all other mice. This program is heavily based on the FreeBSD moused program.
|
| 1.16.12.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.17.6.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.22.8.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.22.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.31.2.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|