History log of /netbsd/bin/chio/chio.c (Results 1 – 25 of 33)
Revision Date Author Comments
# 1f1a03d7 16-Oct-2017 jnemeth <jnemeth@NetBSD.org>

typo: unvalid -> invalid


# f3e809e2 23-Aug-2016 sevan <sevan@NetBSD.org>

Remove redundant main() prototype which survived a K&R to ANSI transition.


# 007a7cf0 29-Aug-2011 joerg <joerg@NetBSD.org>

Use __dead


# 2fe2731d 20-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 8ce1f4ff 29-Apr-2007 msaitoh <msaitoh@NetBSD.org>

fix typos


# 5760da63 01-Jun-2005 lukem <lukem@NetBSD.org>

appease gcc -Wuninitialized


# 238960af 29-Oct-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) cast to ctype function


# f1891abd 25-Jun-2004 wiz <wiz@NetBSD.org>

Sync usage with man page. Closes PR 25861 by Kouichirou Hiratsuka.


# b635f565 05-Jan-2004 jmmv <jmmv@NetBSD.org>

Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.


# 420b2ac8 04-Jan-2004 jschauma <jschauma@NetBSD.org>

Remove unused code left over from temporary printescaped functionality.
Noted by Jeff Ito in PR bin/23967.


# 6a75fbb6 14-Sep-2003 jschauma <jschauma@NetBSD.org>

Following private discussion with kleink@ and hubertf@ and public discussion
on tech-userlevel@, back out printescaped() functionality.
kleink: ``We sell rope.''


# ca5d0a41 21-Aug-2003 jschauma <jschauma@NetBSD.org>

Fix two more memory leaks found by Hubert Feyrer.


# 458ed234 04-Aug-2003 jschauma <jschauma@NetBSD.org>

As discusses a little while back on tech-userlevel:

If stdout is a tty, use vis(3) to print any filenames to prevent garbage
from being printed if the filename contains control- or other non-printab

As discusses a little while back on tech-userlevel:

If stdout is a tty, use vis(3) to print any filenames to prevent garbage
from being printed if the filename contains control- or other non-printable
characters.

While here, sprinkle some EXIT_FAILURE and NOTREACHED where appropriate.

show more ...


# 0f62c3f2 11-Jun-2002 itojun <itojun@NetBSD.org>

no need for \n on errx


# cda5eec6 02-May-2002 enami <enami@NetBSD.org>

- Don't put space before function call operator.
- Remove trailing whitespace.
- Put an empty line if function doesn't have local variables.
- Use tab instead of spaces.


# 48366c09 16-Sep-2001 wiz <wiz@NetBSD.org>

Add setprogname call. Patch from Petri Koistinen.


# 793d1a41 13-Sep-2001 wiz <wiz@NetBSD.org>

ANSIfication and KNF fixes by Petri Koistinen via bin/13690.


# 668a4dd9 19-Feb-2001 cgd <cgd@NetBSD.org>

convert to use getprogname()


# 5f00e050 09-Sep-1999 thorpej <thorpej@NetBSD.org>

Report vendor-specific data length, if any.


# 01f9e936 09-Sep-1999 thorpej <thorpej@NetBSD.org>

Update for changes to the changer driver.


# 589d0234 08-Sep-1999 thorpej <thorpej@NetBSD.org>

formatting nits.


# c1cd535e 05-Aug-1999 hubertf <hubertf@NetBSD.org>

Some code cleanup to collect all the usage strings in one place.
Asked for and reviewd by Jason thorpe.


# 9dc385be 28-Jul-1998 mycroft <mycroft@NetBSD.org>

Delint.


# ce7d7575 28-Jul-1998 mycroft <mycroft@NetBSD.org>

Delint.


12