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