aboutsummaryrefslogtreecommitdiff
path: root/bin/chio/chio.c
Commit message (Expand)AuthorAgeFilesLines
* chio(8): Fix typo in the copyright sectionWilbert Allen Koeswoyo Suwito2024-02-131-1/+1
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-8/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* chio: Mark some arguments as unused.Warner Losh2022-10-251-2/+2
* chio: avoid out of bounds readEd Maste2020-07-261-1/+1
* Update chio(1) and ch(4) to support reporting element designators.Kenneth D. Merry2013-04-191-0/+70
* Add static keywords to chio(1).Ed Schouten2011-12-111-3/+3
* Zero struct before reading from itUlrich Spörlein2010-06-021-0/+1
* When running a "chio return" operation using a physical source unitJoerg Wunsch2008-10-301-4/+6
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-0/+2
* Remove double #include <sys/cdef.h> and __FBSDID.David Malone2002-07-011-2/+0
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-0/+2
* Replace use of __progname with the functionally identical and moreMark Murray2002-03-241-15/+14
* Use ANSI-99 int names (uintXX_t) over traditional BSD int namesWarner Losh2002-03-051-5/+6
* Fix a boatload of warnings inspired by lint, a commercial lintMark Murray2002-02-221-16/+14
* Modernization effort for bin/c*:Warner Losh2002-02-021-88/+44
* Fix warnings on alpha and re-enable WARNS=2.Mike Heffner2001-07-041-13/+17
* Constify and lockdown with WARNS=2.Mike Heffner2001-07-031-21/+21
* Add two new features to chio(1):Kenneth D. Merry2000-09-181-9/+274
* Don't explicitly declare optarg and optind. These are declared inWarner Losh2000-08-161-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Correct some style issues in my previous commit.Kris Kennaway1999-07-221-2/+2
* Undo some of the reversions from previous revisions, and attempt toKris Kennaway1999-06-211-52/+83
* Changes from OpenBSD:Kris Kennaway1999-06-071-12/+23
* getopt(3) returns -1 not EOF.Warner Losh1999-05-231-2/+2
* First set of fixes to keep egcs happy. These include {} around singleWarner Losh1999-04-251-1/+2
* Fixed printf format errors (new bugs in rev.1.7). Fixed a spelling errorBruce Evans1998-12-071-7/+7
* Fix 'chio params' so that it actually prints out the current picker.Kenneth D. Merry1998-10-011-0/+7
* Updated the ch(4) driver and chio(1) command to include volumeJustin T. Gibbs1998-09-151-126/+361
* Do not remove include of <sys/param.h> and <sys/types.h>. They shouldPhilippe Charnier1998-05-131-1/+2
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-061-6/+5
* spellingEivind Eklund1998-02-111-2/+2
* Do not use __progname.Philippe Charnier1997-06-061-16/+12
* Remove unused variables. Suppress -Wall warnings. Check for potential bufferPhilippe Charnier1997-06-021-5/+13
* Import Jason Thorpe's contribution for an updated SCSI media changerJoerg Wunsch1997-03-061-0/+663