History log of /netbsd/usr.sbin/moused/moused.c (Results 1 – 25 of 30)
Revision Date Author Comments
# 547f654f 24-Jun-2023 msaitoh <msaitoh@NetBSD.org>

Fix typo in comment.


# 9d5d392f 11-May-2022 andvar <andvar@NetBSD.org>

fix various typos in comments.


# 13fb56d5 21-Jan-2022 andvar <andvar@NetBSD.org>

s/comatible/compatible/


# 7e7499f1 12-Dec-2021 andvar <andvar@NetBSD.org>

fix typos in word "request(s)".


# 9e00efb1 12-Apr-2021 mrg <mrg@NetBSD.org>

avoid attempting to print NULL.


# 7d1220ac 18-Oct-2014 snj <snj@NetBSD.org>

src is too big these days to tolerate superfluous apostrophes. It's
"its", people!


# 2dbb216c 19-Oct-2013 christos <christos@NetBSD.org>

fix unused variable warnings.


# b768c5d4 28-Jun-2013 joerg <joerg@NetBSD.org>

Fix violations of the sequence point rule.


# 877d35ba 31-Aug-2011 christos <christos@NetBSD.org>

don't truncate time_t


# aa149578 31-Aug-2011 gson <gson@NetBSD.org>

Yet another format string fix


# 394319a6 31-Aug-2011 gson <gson@NetBSD.org>

Fix format string to unbreak i386 build


# 1aaf1687 30-Aug-2011 joerg <joerg@NetBSD.org>

static + __printflike + __dead + format string fixes


# 95087e98 17-Apr-2009 lukem <lukem@NetBSD.org>

Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wextra -Wsign-compare)


# 76056ad0 21-Jul-2008 gmcgarry <gmcgarry@NetBSD.org>

Replace gcc initialisers with c99 initialisers.


# 889da177 16-Jan-2007 hubertf <hubertf@NetBSD.org>

* 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.


# c8e07a4e 02-Jun-2005 lukem <lukem@NetBSD.org>

appease gcc -Wuninitialized


# 03f1c175 30-Oct-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) cast to ctype functions
The argument rules suck.....


# 9bc855a9 23-Apr-2004 simonb <simonb@NetBSD.org>

s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).


# 16fd25dc 16-Jul-2003 itojun <itojun@NetBSD.org>

snprintf


# aae6c28c 23-Sep-2002 mycroft <mycroft@NetBSD.org>

null commit


# f46e9218 23-Sep-2002 itojun <itojun@NetBSD.org>

poll.h, not sys/poll.h


# 012f2022 20-Sep-2002 mycroft <mycroft@NetBSD.org>

Minor simplification.


# 05abee23 19-Sep-2002 mycroft <mycroft@NetBSD.org>

select() -> poll(), nanosleep()


# 17110be8 09-Aug-2002 itojun <itojun@NetBSD.org>

die if fd_set overrun. (they're not setuid binary so it is not that critical)


# 554a5b8a 22-Apr-2002 wiz <wiz@NetBSD.org>

Don't default the portname to devices that don't exist on NetBSD.


12