summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-10zap redundant Makefile variables.Marc Espie
2017-07-10two minor tweaks and two minor fixes; OK espie@Ingo Schwarze
2017-07-10Test if an acct file exists before trying to rename it. This silencesAlexander Bluhm
2017-07-10one more instance of the previous commit; also initialize ->offset to aOtto Moerbeek
2017-07-10re-add unintentionally removed cleandir part that rm tags from the .CURDIRMarc Espie
2017-07-10Thinko. It's called BUILDAFTERMarc Espie
2017-07-10Set XSRCDIR to /usr/xenocara if it's not defined. Matches whatAntoine Jacoutot
2017-07-10Also check for NUL termination at the first character of tstr inAlexander Bluhm
2017-07-10replace Fifos with FIFOs.David Gwynne
2017-07-10Replace codepatch nopsleds with trapsleds.mortimer
2017-07-10Use a modern spacious idiom on all function local variableKenneth R Westerback
2017-07-09Make pkg-config regress tests pass:Alexander Bluhm
2017-07-09Some extra logging to show why tmux might exit.Nicholas Marriott
2017-07-09Be consistent. "return (e);" -> "return e;"Kenneth R Westerback
2017-07-09remove redundant variable declarations in Makefiles, since those areMarc Espie
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