Age | Commit message (Expand) | Author |
2017-07-09 | Be consistent. "return (e);" -> "return e;" | Kenneth R Westerback |
2017-07-09 | Some parsing code cleanup: add parse_boolean(); pass literal format | Kenneth R Westerback |
2017-07-09 | document PROGS, okay jmc@ | Marc Espie |
2017-07-09 | document more reality. | Marc Espie |
2017-07-09 | use working boilerplate for yacc/lex instead of homemade rules. | Marc Espie |
2017-07-09 | add support to compile several progs at once us | Marc Espie |
2017-07-09 | zap empty depends/silence empty installs. | Marc Espie |
2017-07-09 | there's no need to fork/exec to execute comments | Marc Espie |
2017-07-09 | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate | Marc Espie |
2017-07-09 | Whitespace tweaks to assuage auto-indent. | Kenneth R Westerback |
2017-07-09 | Ignore prefixes with a pltime < ND6_PRIV_MAX_DESYNC_FACTOR seconds | Florian Obser |
2017-07-09 | If we lower the pltime for privacy addresses skew it by | Florian Obser |
2017-07-09 | Remove old junk. From Matthew Martin | Theo Buehler |
2017-07-09 | vmd/vmctl: Add ability to pause / unpause vms | pd |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |
2017-07-08 | this program was infected with lint era casts. i think we're past that now. | Ted Unangst |
2017-07-08 | remove ARGSUSED, from Scott Cheloha. | Ted Unangst |
2017-07-08 | use crypt_newhash to protect the password. from Scott Cheloha | Ted Unangst |
2017-07-08 | clean up some unused variables. also, making a variable global isn't the | Ted Unangst |
2017-07-08 | instead of using time(), refer to getitimer to find out how long the | Ted Unangst |
2017-07-08 | can just continue after readpassphrase returns null, the sighandler will | Ted Unangst |
2017-07-08 | update the little endian processor list to give it a chance of matching | Ted Unangst |
2017-07-08 | Unhook tables.c from Makefile. | Kenneth R Westerback |
2017-07-08 | Fold tables.c into options.c and stop exporting the one | Kenneth R Westerback |
2017-07-08 | Remove duplicate typedesf that are now provided by linux_types.h. | Mark Kettenis |
2017-07-08 | slightly rework previous, to avoid an article issue; | Jason McIntyre |
2017-07-08 | spelling fix from Hiltjo Posthuma | Ted Unangst |
2017-07-08 | Simplify by creating struct roff_node syntax tree nodes for tbl(7) | Ingo Schwarze |
2017-07-08 | Consistently use if ((option & F_FOO) && (option & F_BAR)) instead of | Florian Obser |
2017-07-08 | Consistently use if (option & F_FOO); from Klemens Nanni, thanks! | Florian Obser |
2017-07-08 | Enable slaacd on the installer and temporarily neuter router | Florian Obser |
2017-07-08 | hook up slaacd to the installer on media where we have INET6 | Florian Obser |
2017-07-08 | _slaacd user/group for installer | Florian Obser |
2017-07-08 | slaacd needs libevent on the ramdisk | Florian Obser |
2017-07-08 | Increase size to make slaacd fit. | Florian Obser |
2017-07-08 | fix an assertion failure triggered by .ce in next-line scope; | Ingo Schwarze |
2017-07-08 | Always use strcasecmp() when comparing user input to option | Kenneth R Westerback |
2017-07-08 | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze |
2017-07-08 | - For RTL8188CUS/RTL8192CU, we have to force 8051 reset/enable before waiting | Kevin Lo |
2017-07-08 | Correctly handle horizontal spans at the beginning of rows, | Ingo Schwarze |
2017-07-08 | fix typo in comment | Theo Buehler |
2017-07-08 | Revert grabbing the socket lock in kqueue filters. | Martin Pieuchot |
2017-07-08 | add a hint about subjectAltName. this isn't great, but i'm not sure how | Ted Unangst |
2017-07-08 | Always use uintNN_t instead of sometimes u_intNN_t | Kenneth R Westerback |
2017-07-08 | Run malloc0test with all possible malloc options. | Alexander Bluhm |
2017-07-07 | Remove all references to "make depend" from regress. | Alexander Bluhm |
2017-07-07 | Remove useless make depend targets. | Alexander Bluhm |
2017-07-07 | garbage collect unused enum member EQN_ROOT | Ingo Schwarze |
2017-07-07 | Only access offset if canaries are enabled *and* size > 0, otherwise offset | Otto Moerbeek |
2017-07-07 | add parentheses to the output where required for disambiguation | Ingo Schwarze |