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