summaryrefslogtreecommitdiffstats
path: root/bin/chio
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Explicitly skip a leading "/dev/" and do not rely on basename(3) andnaddy1-3/+6
2020-02-10briefly mention /etc/examples/ in the FILES section of all theschwarze1-3/+5
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-13/+13
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt1-3/+3
2018-08-05wrong macroschwarze1-3/+3
2018-07-11Do for most running out of memory err() what was done for most runningkrw1-3/+3
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie1-1/+2
2016-08-16Add HISTORY.schwarze1-2/+7
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>schwarze1-5/+3
2014-11-20Don't allow embedded nul characters in strings.jsg1-1/+4
2014-11-16Convert the logic in yyerror(). Instead of creating a temporarybluhm1-6/+6
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.doug1-2/+4
2014-05-18use reallocarrayespie1-3/+3
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther1-6/+1
2013-11-25use u_char for buffers in yylex, for ctype callsbenno1-6/+6
2013-11-12add a variety of missing prototypesderaadt1-1/+3
2013-07-15use .Mt for email address; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze1-3/+3
2012-12-04remove some unnecessary sys/param.h inclusionsderaadt1-2/+2
2012-08-15use Lk for links;jmc1-3/+4
2011-04-24No point in attempting to open the 'c' partition on devices that havekrw1-2/+2
2009-03-31Fixed memory leaks which would occur if the second of two memorytobias1-3/+6
2008-02-27Unbreak parser by initializing topfile correctly.mpf1-2/+2
2008-02-26Have popfile() also close the main config file,mpf1-14/+15
2007-11-27typos; ok jmc@martynas1-2/+2
2007-11-12Remove space/tab compression function from lgetc() and replacempf1-10/+2
2007-11-02add man page for chio.conf; missing file spotted by deraadtjmc3-5/+76
2007-10-16sync the synopsis and usage of commandssobrado2-5/+5
2007-10-16Allow '=' to end a number in all lexers.mpf1-2/+2
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldderaadt1-2/+4
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify thederaadt1-50/+98
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionderaadt1-14/+26
2007-09-11macro argument unused, using local instead; spotted by mpfderaadt1-2/+2
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingderaadt1-2/+39
2007-06-01fix -Wall 'implicit declaration' of err & errx: s/errno.h/err.h/; ok deraadt, henningcnst1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-06-14Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Longkrw1-3/+2
2006-06-13make -avV only be suboptions of the status command, as documented, by usingderaadt1-28/+54
2006-06-03do chio.conf install from right placederaadt2-16/+1
2006-06-02Add sample chio.conf to /etcbeck2-1/+16
2006-06-01fix stupid typo. mea culpabeck1-2/+2
2006-06-01 Move mtio drive prep to a function, and makes the changerbeck2-40/+196
2006-05-31prettierderaadt1-6/+8
2006-05-31 This adds support for retrieving volume tags in chio(8) with thebeck1-17/+37
2006-05-29tweaks;jmc1-16/+16
2006-05-29document the st(4) device to chio drive mapping, and the existence ofbeck1-2/+28
2006-05-29oups, left one strdup unchecked, and some more error handling smallieshenning1-3/+4
2006-05-29spacingderaadt1-4/+4
2006-05-29KNFhenning1-5/+6
2006-05-29de-beckify (KNF)henning1-7/+5
2006-05-29Make chio have a connection between st(4) devices and "drives" in abeck3-3/+411