summaryrefslogtreecommitdiffstats
path: root/bin/chio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explicitly skip a leading "/dev/" and do not rely on basename(3) andnaddy2020-10-151-3/+6
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-13/+13
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* wrong macroschwarze2018-08-051-3/+3
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-3/+3
* no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie2017-07-031-1/+2
* Add HISTORY.schwarze2016-08-161-2/+7
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-151-5/+3
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-161-6/+6
* Add gcc printf format attributes to yyerror() in parse.y files.doug2014-11-141-2/+4
* use reallocarrayespie2014-05-181-3/+3
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-6/+1
* use u_char for buffers in yylex, for ctype callsbenno2013-11-251-6/+6
* add a variety of missing prototypesderaadt2013-11-121-1/+3
* use .Mt for email address; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-151-3/+3
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+2
* use Lk for links;jmc2012-08-151-3/+4
* No point in attempting to open the 'c' partition on devices that havekrw2011-04-241-2/+2
* Fixed memory leaks which would occur if the second of two memorytobias2009-03-311-3/+6
* Unbreak parser by initializing topfile correctly.mpf2008-02-271-2/+2
* Have popfile() also close the main config file,mpf2008-02-261-14/+15
* typos; ok jmc@martynas2007-11-271-2/+2
* Remove space/tab compression function from lgetc() and replacempf2007-11-121-10/+2
* add man page for chio.conf; missing file spotted by deraadtjmc2007-11-023-5/+76
* sync the synopsis and usage of commandssobrado2007-10-162-5/+5
* Allow '=' to end a number in all lexers.mpf2007-10-161-2/+2
* in the lex... even inside quotes, a \ followed by space or tab shouldderaadt2007-10-161-2/+4
* in all these programs using the same pfctl-derived parse.y, re-unify thederaadt2007-10-131-50/+98
* next step in the yylex unification: handle quoted strings in a nicer fashionderaadt2007-10-111-14/+26
* macro argument unused, using local instead; spotted by mpfderaadt2007-09-111-2/+2
* extend lex to spot numbers in the stream, without impacting the parsingderaadt2007-09-111-2/+39
* fix -Wall 'implicit declaration' of err & errx: s/errno.h/err.h/; ok deraadt, henningcnst2007-06-011-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Longkrw2006-06-141-3/+2
* make -avV only be suboptions of the status command, as documented, by usingderaadt2006-06-131-28/+54
* do chio.conf install from right placederaadt2006-06-032-16/+1
* Add sample chio.conf to /etcbeck2006-06-022-1/+16
* fix stupid typo. mea culpabeck2006-06-011-2/+2
* Move mtio drive prep to a function, and makes the changerbeck2006-06-012-40/+196
* prettierderaadt2006-05-311-6/+8
* This adds support for retrieving volume tags in chio(8) with thebeck2006-05-311-17/+37
* tweaks;jmc2006-05-291-16/+16
* document the st(4) device to chio drive mapping, and the existence ofbeck2006-05-291-2/+28
* oups, left one strdup unchecked, and some more error handling smallieshenning2006-05-291-3/+4
* spacingderaadt2006-05-291-4/+4
* KNFhenning2006-05-291-5/+6
* de-beckify (KNF)henning2006-05-291-7/+5
* Make chio have a connection between st(4) devices and "drives" in abeck2006-05-293-3/+411