summaryrefslogtreecommitdiff
path: root/bin/chio
AgeCommit message (Expand)Author
2022-10-11remove unused varJonathan Gray
2022-02-18remove dead linkJonathan Gray
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-08-31add support for obtaining sense status and source slot of a mediaRobert Nagy
2021-06-26delete extra explanations in the usage: messages which are describedTheo de Raadt
2020-10-15Explicitly skip a leading "/dev/" and do not rely on basename(3) andChristian Weisgerber
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2018-08-05wrong macroIngo Schwarze
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2016-08-16Add HISTORY.Ingo Schwarze
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-16Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-05-18use reallocarrayMarc Espie
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-12add a variety of missing prototypesTheo de Raadt
2013-07-15use .Mt for email address; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-08-15use Lk for links;Jason McIntyre
2011-04-24No point in attempting to open the 'c' partition on devices that haveKenneth R Westerback
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-11-02add man page for chio.conf; missing file spotted by deraadtJason McIntyre
2007-10-16sync the synopsis and usage of commandsIgor Sobrado
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-09-11macro argument unused, using local instead; spotted by mpfTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-06-01fix -Wall 'implicit declaration' of err & errx: s/errno.h/err.h/; ok deraadt...Constantine A. Murenin
2007-05-31convert to new .Dd format;Jason McIntyre
2006-06-14Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. LongKenneth R Westerback
2006-06-13make -avV only be suboptions of the status command, as documented, by usingTheo de Raadt
2006-06-03do chio.conf install from right placeTheo de Raadt
2006-06-02Add sample chio.conf to /etcBob Beck
2006-06-01fix stupid typo. mea culpaBob Beck
2006-06-01 Move mtio drive prep to a function, and makes the changerBob Beck
2006-05-31prettierTheo de Raadt
2006-05-31 This adds support for retrieving volume tags in chio(8) with theBob Beck
2006-05-29tweaks;Jason McIntyre