index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
chio
/
chio.c
Age
Commit message (
Expand
)
Author
2017-10-16
typo: unvalid -> invalid
jnemeth
2016-08-23
Remove redundant main() prototype which survived a K&R to ANSI transition.
sevan
2011-08-29
Use __dead
joerg
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-04-29
fix typos
msaitoh
2005-06-01
appease gcc -Wuninitialized
lukem
2004-10-29
Add (unsigned char) cast to ctype function
dsl
2004-06-25
Sync usage with man page. Closes PR 25861 by Kouichirou Hiratsuka.
wiz
2004-01-05
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
jmmv
2004-01-04
Remove unused code left over from temporary printescaped functionality.
jschauma
2003-09-14
Following private discussion with kleink@ and hubertf@ and public discussion
jschauma
2003-08-21
Fix two more memory leaks found by Hubert Feyrer.
jschauma
2003-08-04
As discusses a little while back on tech-userlevel:
jschauma
2002-06-11
no need for \n on errx
itojun
2002-05-02
- Don't put space before function call operator.
enami
2001-09-16
Add setprogname call. Patch from Petri Koistinen.
wiz
2001-09-13
ANSIfication and KNF fixes by Petri Koistinen via bin/13690.
wiz
2001-02-19
convert to use getprogname()
cgd
1999-09-09
Report vendor-specific data length, if any.
thorpej
1999-09-09
Update for changes to the changer driver.
thorpej
1999-09-08
formatting nits.
thorpej
1999-08-05
Some code cleanup to collect all the usage strings in one place.
hubertf
1998-07-28
Delint.
mycroft
1998-07-28
Delint.
mycroft
1998-07-27
const propagation.
mycroft
1998-07-13
userland interface to ATA CD changer devices by Jason Thorpe.
hpeyerl
1998-01-04
Make lint(1) happy.
thorpej
1997-09-29
Add 'initialize element status' command; note (for future fixing in ch.c)
mjacob
1997-09-15
use memset instead of bzero
lukem
1997-07-20
Make sure printf field widths are "int"s.
thorpej
1997-07-20
- Use __COPYRIGHT() and __RCSID().
thorpej
1996-04-03
Utility to control media changers from the command line; corresponds
thorpej